diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_client_factory.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_client_factory.py index a31eed3f200..0b64cb82a5d 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_client_factory.py @@ -40,3 +40,23 @@ def cf_models(cli_ctx, *_): def cf_usages(cli_ctx, *_): return get_cognitiveservices_management_client(cli_ctx).usages + + +def cf_projects(cli_ctx, *_): + return get_cognitiveservices_management_client(cli_ctx).projects + + +def cf_account_connections(cli_ctx, *_): + return get_cognitiveservices_management_client(cli_ctx).account_connections + + +def cf_account_capability_hosts(cli_ctx, *_): + return get_cognitiveservices_management_client(cli_ctx).account_capability_hosts + + +def cf_project_capability_hosts(cli_ctx, *_): + return get_cognitiveservices_management_client(cli_ctx).project_capability_hosts + + +def cf_project_connections(cli_ctx, *_): + return get_cognitiveservices_management_client(cli_ctx).project_connections diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_help.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_help.py index d6c72bce99f..df6e07faae0 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_help.py +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_help.py @@ -392,3 +392,75 @@ - name: Show all usages for Azure Cognitive Services. text: az cognitiveservices usage list -l centraluseuap """ + +helps['cognitiveservices account connection'] = """ + type: group + short-summary: Manage Azure Cognitive Services connection and its more specific derivatives. + long-summary: > + Azure Cognitive Services connection provides a secure way to store authentication and configuration information needed to connect and + interact with the external resources. +""" + +helps['cognitiveservices account connection list'] = """ + type: command + short-summary: List all connections. + long-summary: > + The list of connections in an Azure AI Foundry account. + examples: + - name: List all connections in an Azure AI Foundry account + text: az cognitiveservices account connection list --resource-group my-resource-group --name my-cogsvc-account + - name: List all the connections in an Azure AI Foundry account using --query argument to execute a JMESPath query on the results of commands. + text: az cognitiveservices account connection list --query \"[].{Name:name}\" --output table --resource-group my-resource-group --name my-cogsvc-account +""" + +helps['cognitiveservices account connection show'] = """ + type: command + short-summary: Show details of a connection. + examples: + - name: Show details of a connection. + text: az cognitiveservices account connection show --resource-group my-resource-group --connection-name my-connection-name --name my-cogsvc-account +""" +helps['cognitiveservices account connection delete'] = """ + type: command + short-summary: Delete a connection. + examples: + - name: Delete a connection. + text: az cognitiveservices account connection delete --resource-group my-resource-group --connection-name my-connection-name --name my-cogsvc-account +""" + +helps['cognitiveservices account connection create'] = """ + type: command + short-summary: Create a connection. + examples: + - name: Create a connection from a YAML specification file. + text: az cognitiveservices account connection create --file connection.yml --connection-name my-connection-name --resource-group my-resource-group --name my-cogsvc-account +""" + +helps['cognitiveservices account connection update'] = """ + type: command + short-summary: Update a connection. + examples: + - name: Update a connection API Key. + text: az cognitiveservices account connection update --resource-group my-resource-group --connection-name my-connection-name --name my-cogsvc-account --set properties.credentials.key= +""" +helps['cognitiveservices account project'] = """ + type: group + short-summary: Manage Azure Cognitive Services account projects. + long-summary: > + Projects let you organize your work, such as agents, evaluations, and files, as you build stateful apps and explore new ideas. It is a container for access management, + data upload and integration, and monitoring +""" +helps['cognitiveservices account project connection'] = """ + type: group + short-summary: Manage Azure Cognitive Services connection associated with a project. + long-summary: > + Azure Cognitive Services connection provides a secure way to store authentication and configuration information needed to connect and + interact with the external resources. +""" +helps['cognitiveservices account project connection update'] = """ + type: command + short-summary: Update a project connection. + examples: + - name: Update a connection API Key. + text: az cognitiveservices account project connection update --resource-group my-resource-group --connection-name my-connection-name --name my-cogsvc-account --project-name my-project --set properties.credentials.key= +""" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_ml_utils.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_ml_utils.py new file mode 100644 index 00000000000..e29f4ee82b4 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_ml_utils.py @@ -0,0 +1,134 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azure.mgmt.cognitiveservices.models import ConnectionCategory + +_ML_CONNECTION_TYPE_TO_COGNITIVE_SERVICES_CONNECTION_TYPE = { + "PythonFeed": ConnectionCategory.PYTHON_FEED, + "ContainerRegistry": ConnectionCategory.CONTAINER_REGISTRY, + "Git": ConnectionCategory.GIT, + "S3": ConnectionCategory.S3, + "Snowflake": ConnectionCategory.SNOWFLAKE, + "AzureSqlDb": ConnectionCategory.AZURE_SQL_DB, + "AzureSynapseAnalytics": ConnectionCategory.AZURE_SYNAPSE_ANALYTICS, + "AzureMySqlDb": ConnectionCategory.AZURE_MY_SQL_DB, + "AzurePostgresDb": ConnectionCategory.AZURE_POSTGRES_DB, + "ADLSGen2": ConnectionCategory.ADLS_GEN2, + "Redis": ConnectionCategory.REDIS, + "ApiKey": ConnectionCategory.API_KEY, + "AzureOpenAI": ConnectionCategory.AZURE_OPEN_AI, + "AzureOpenAi": ConnectionCategory.AZURE_OPEN_AI, + "AIServices": ConnectionCategory.AI_SERVICES, + "AiServices": ConnectionCategory.AI_SERVICES, + "CognitiveSearch": ConnectionCategory.COGNITIVE_SEARCH, + "CognitiveService": ConnectionCategory.COGNITIVE_SERVICE, + "CustomKeys": ConnectionCategory.CUSTOM_KEYS, + "AzureBlob": ConnectionCategory.AZURE_BLOB, + "AzureOneLake": ConnectionCategory.AZURE_ONE_LAKE, + "CosmosDb": ConnectionCategory.COSMOS_DB, + "CosmosDbMongoDbApi": ConnectionCategory.COSMOS_DB_MONGO_DB_API, + "AzureDataExplorer": ConnectionCategory.AZURE_DATA_EXPLORER, + "AzureMariaDb": ConnectionCategory.AZURE_MARIA_DB, + "AzureDatabricksDeltaLake": ConnectionCategory.AZURE_DATABRICKS_DELTA_LAKE, + "AzureSqlMi": ConnectionCategory.AZURE_SQL_MI, + "AzureTableStorage": ConnectionCategory.AZURE_TABLE_STORAGE, + "AmazonRdsForOracle": ConnectionCategory.AMAZON_RDS_FOR_ORACLE, + "AmazonRdsForSqlServer": ConnectionCategory.AMAZON_RDS_FOR_SQL_SERVER, + "AmazonRedshift": ConnectionCategory.AMAZON_REDSHIFT, + "Db2": ConnectionCategory.DB2, + "Drill": ConnectionCategory.DRILL, + "GoogleBigQuery": ConnectionCategory.GOOGLE_BIG_QUERY, + "Greenplum": ConnectionCategory.GREENPLUM, + "Hbase": ConnectionCategory.HBASE, + "Hive": ConnectionCategory.HIVE, + "Impala": ConnectionCategory.IMPALA, + "Informix": ConnectionCategory.INFORMIX, + "MariaDb": ConnectionCategory.MARIA_DB, + "MicrosoftAccess": ConnectionCategory.MICROSOFT_ACCESS, + "MySql": ConnectionCategory.MY_SQL, + "Netezza": ConnectionCategory.NETEZZA, + "Oracle": ConnectionCategory.ORACLE, + "Phoenix": ConnectionCategory.PHOENIX, + "PostgreSql": ConnectionCategory.POSTGRE_SQL, + "Presto": ConnectionCategory.PRESTO, + "SapOpenHub": ConnectionCategory.SAP_OPEN_HUB, + "SapBw": ConnectionCategory.SAP_BW, + "SapHana": ConnectionCategory.SAP_HANA, + "SapTable": ConnectionCategory.SAP_TABLE, + "Spark": ConnectionCategory.SPARK, + "SqlServer": ConnectionCategory.SQL_SERVER, + "Sybase": ConnectionCategory.SYBASE, + "Teradata": ConnectionCategory.TERADATA, + "Vertica": ConnectionCategory.VERTICA, + "Pinecone": ConnectionCategory.PINECONE, + "Cassandra": ConnectionCategory.CASSANDRA, + "Couchbase": ConnectionCategory.COUCHBASE, + "MongoDbV2": ConnectionCategory.MONGO_DB_V2, + "MongoDbAtlas": ConnectionCategory.MONGO_DB_ATLAS, + "AmazonS3Compatible": ConnectionCategory.AMAZON_S3_COMPATIBLE, + "FileServer": ConnectionCategory.FILE_SERVER, + "FtpServer": ConnectionCategory.FTP_SERVER, + "GoogleCloudStorage": ConnectionCategory.GOOGLE_CLOUD_STORAGE, + "Hdfs": ConnectionCategory.HDFS, + "OracleCloudStorage": ConnectionCategory.ORACLE_CLOUD_STORAGE, + "Sftp": ConnectionCategory.SFTP, + "GenericHttp": ConnectionCategory.GENERIC_HTTP, + "ODataRest": ConnectionCategory.O_DATA_REST, + "Odbc": ConnectionCategory.ODBC, + "GenericRest": ConnectionCategory.GENERIC_REST, + "AmazonMws": ConnectionCategory.AMAZON_MWS, + "Concur": ConnectionCategory.CONCUR, + "Dynamics": ConnectionCategory.DYNAMICS, + "DynamicsAx": ConnectionCategory.DYNAMICS_AX, + "DynamicsCrm": ConnectionCategory.DYNAMICS_CRM, + "GoogleAdWords": ConnectionCategory.GOOGLE_AD_WORDS, + "Hubspot": ConnectionCategory.HUBSPOT, + "Jira": ConnectionCategory.JIRA, + "Magento": ConnectionCategory.MAGENTO, + "Marketo": ConnectionCategory.MARKETO, + "Office365": ConnectionCategory.OFFICE365, + "Eloqua": ConnectionCategory.ELOQUA, + "Responsys": ConnectionCategory.RESPONSYS, + "OracleServiceCloud": ConnectionCategory.ORACLE_SERVICE_CLOUD, + "PayPal": ConnectionCategory.PAY_PAL, + "QuickBooks": ConnectionCategory.QUICK_BOOKS, + "Salesforce": ConnectionCategory.SALESFORCE, + "SalesforceServiceCloud": ConnectionCategory.SALESFORCE_SERVICE_CLOUD, + "SalesforceMarketingCloud": ConnectionCategory.SALESFORCE_MARKETING_CLOUD, + "SapCloudForCustomer": ConnectionCategory.SAP_CLOUD_FOR_CUSTOMER, + "SapEcc": ConnectionCategory.SAP_ECC, + "ServiceNow": ConnectionCategory.SERVICE_NOW, + "SharePointOnlineList": ConnectionCategory.SHARE_POINT_ONLINE_LIST, + "Shopify": ConnectionCategory.SHOPIFY, + "Square": ConnectionCategory.SQUARE, + "WebTable": ConnectionCategory.WEB_TABLE, + "Xero": ConnectionCategory.XERO, + "Zoho": ConnectionCategory.ZOHO, + "GenericContainerRegistry": ConnectionCategory.GENERIC_CONTAINER_REGISTRY, + "Elasticsearch": ConnectionCategory.ELASTICSEARCH, + "OpenAI": ConnectionCategory.OPEN_AI, + "OpenAi": ConnectionCategory.OPEN_AI, + "Serp": ConnectionCategory.SERP, + "BingLLMSearch": ConnectionCategory.BING_LLM_SEARCH, + "Serverless": ConnectionCategory.SERVERLESS, + "ManagedOnlineEndpoint": ConnectionCategory.MANAGED_ONLINE_ENDPOINT, + # The following are from azure.ai.ml.constants._common.ConnectionTypes + "Custom": ConnectionCategory.CUSTOM_KEYS, + "AzureDataLakeGen2": ConnectionCategory.ADLS_GEN2, + "AzureContentSafety": ConnectionCategory.COGNITIVE_SERVICE, + "AzureSpeechServices": ConnectionCategory.COGNITIVE_SERVICE, + "AzureAiSearch": ConnectionCategory.COGNITIVE_SEARCH, + "AzureAiServices": ConnectionCategory.AI_SERVICES, +} + + +def get_valid_mlconn_types(): + return list(_ML_CONNECTION_TYPE_TO_COGNITIVE_SERVICES_CONNECTION_TYPE.keys()) + + +def get_mapped_mlconn_type(ml_connection_type: str): + from . _utils import snake_to_camel + normalized_name = snake_to_camel(ml_connection_type) + return _ML_CONNECTION_TYPE_TO_COGNITIVE_SERVICES_CONNECTION_TYPE.get(normalized_name) diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_params.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_params.py index 7f6183eba58..ab70ab36fe2 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_params.py +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_params.py @@ -121,6 +121,20 @@ def _validate_subnet(cmd, namespace): child_name_1=subnet) +def _validate_user_assigned_identity(cmd, namespace): + from azure.mgmt.core.tools import resource_id, is_valid_resource_id + from azure.cli.core.commands.client_factory import get_subscription_id + if namespace.user_assigned_identity: + identity = namespace.user_assigned_identity + if not is_valid_resource_id(identity): + namespace.user_assigned_identity = resource_id( + subscription=get_subscription_id(cmd.cli_ctx), + resource_group=namespace.resource_group_name, + namespace='Microsoft.ManagedIdentity', + type='userAssignedIdentities', + name=identity) + + @Completer def sku_name_completer(cmd, prefix, namespace, **kwargs): # pylint: disable=unused-argument names = {x.name for x in _sku_filter(cmd, namespace)} @@ -183,6 +197,9 @@ def load_arguments(self, _): with self.argument_context('cognitiveservices account deployment') as c: c.argument('deployment_name', help='Cognitive Services account deployment name') + c.argument('spillover_deployment_name', + options_list=['--spillover-deployment-name', '--spillover-name'], + help='The name of the standard deployment to use as a spillover when at capacity.') with self.argument_context('cognitiveservices account deployment', arg_group='DeploymentModel') as c: c.argument('model_name', help='Cognitive Services account deployment model name.') @@ -214,3 +231,32 @@ def load_arguments(self, _): with self.argument_context('cognitiveservices account commitment-plan', arg_group='Next CommitmentPeriod') as c: c.argument('next_count', help='Cognitive Services account commitment plan next commitment period count.') c.argument('next_tier', help='Cognitive Services account commitment plan next commitment period tier.') + + with self.argument_context('cognitiveservices account project') as c: + c.argument('project_name', help='Cognitive Services account project name') + c.argument('location', arg_type=get_location_type(self.cli_ctx), + completer=location_completer) + c.argument('description', help='Description of the project.') + c.argument('display_name', help='Display name of the project.') + + with self.argument_context('cognitiveservices account project', arg_group='Project Identity') as c: + c.argument("assign_identity", + options_list=['--include-system-identity', '--assign-identity'], + help=('Use with --user-assigned-identity to generate and assign a ' + 'system managed Azure Active Directory Identity for this project.')) + c.argument('user_assigned_identity', + help=('User assigned identity resource ID to use for the project. ' + 'If not specified, a system assigned identity will be used.'), + validator=_validate_user_assigned_identity) + + with self.argument_context('cognitiveservices account project create') as c: + c.argument('description', help='Description of the project.') + c.argument('display_name', help='Display name of the project.') + + with self.argument_context('cognitiveservices account project connection') as c: + c.argument('connection_name', help='Cognitive Services account connection name') + c.argument('file', help='Path to the connection file in JSON or YAML format.') + + with self.argument_context('cognitiveservices account connection') as c: + c.argument('connection_name', help='Cognitive Services account connection name') + c.argument('file', help='Path to the connection file in JSON or YAML format.') diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/_utils.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_utils.py new file mode 100644 index 00000000000..c68bda397b8 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/_utils.py @@ -0,0 +1,241 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azure.cli.core.azclierror import InvalidArgumentValueError +from azure.mgmt.cognitiveservices.models import ConnectionCategory, \ + ResourceIdentityType as IdentityType, Identity, UserAssignedIdentity + +from os import PathLike +from typing import IO, Any, AnyStr, Dict, Optional, Union + + +def compose_identity( + system_assigned: bool, + user_assigned_identity: Optional[str] +): + identity_type = None + user_identities = None + if user_assigned_identity is not None: + user_identities = {user_assigned_identity: UserAssignedIdentity()} + + if system_assigned is not None and user_assigned_identity is not None: + identity_type = IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED + elif system_assigned: + identity_type = IdentityType.SYSTEM_ASSIGNED + elif user_assigned_identity is not None: + identity_type = IdentityType.USER_ASSIGNED + + return Identity(type=identity_type, user_assigned_identities=user_identities) if identity_type is not None else None + + +def snake_to_camel(name): + import re + return re.sub(r"(?:^|_)([a-z])", lambda x: x.group(1).upper(), name) + + +def get_auth_model_connection_properties(connection_category: str, auth_type: str | None, auth_params: Dict[str, Any]): + from azure.mgmt.cognitiveservices.models import ( + PATAuthTypeConnectionProperties, + SASAuthTypeConnectionProperties, + UsernamePasswordAuthTypeConnectionProperties, + ManagedIdentityAuthTypeConnectionProperties, + OAuth2AuthTypeConnectionProperties, + ServicePrincipalAuthTypeConnectionProperties, + AccessKeyAuthTypeConnectionProperties, + ApiKeyAuthConnectionProperties, + NoneAuthTypeConnectionProperties, + AccountKeyAuthTypeConnectionProperties, + AADAuthTypeConnectionProperties, + ConnectionPersonalAccessToken, + ConnectionSharedAccessSignature, + ConnectionUsernamePassword, + ConnectionAccessKey, + ConnectionApiKey, + ConnectionAccountKey, + ConnectionServicePrincipal, + ConnectionManagedIdentity, + ConnectionOAuth2 + ) + # These categories were using None auth type with AzCLI ML connections + CAN_USE_NONE_AUTH = [ConnectionCategory.GIT, ConnectionCategory.PYTHON_FEED] + auth_model = None + match snake_to_camel(auth_type): + case "PersonalAccessToken" | "Pat": + auth_model = PATAuthTypeConnectionProperties( + credentials=ConnectionPersonalAccessToken(**auth_params)) + case "SasToken" | "Sas": + auth_model = SASAuthTypeConnectionProperties( + credentials=ConnectionSharedAccessSignature(**auth_params)) + case "UsernamePassword": + auth_model = UsernamePasswordAuthTypeConnectionProperties( + credentials=ConnectionUsernamePassword(**auth_params)) + case "ManagedIdentity": + auth_model = ManagedIdentityAuthTypeConnectionProperties( + credentials=ConnectionManagedIdentity(**auth_params)) + case "ServicePrincipal": + auth_model = ServicePrincipalAuthTypeConnectionProperties( + credentials=ConnectionServicePrincipal(**auth_params)) + case "AccessKey": + auth_model = AccessKeyAuthTypeConnectionProperties( + credentials=ConnectionAccessKey(**auth_params)) + case "ApiKey": + auth_model = ApiKeyAuthConnectionProperties( + credentials=ConnectionApiKey(**auth_params)) + case "OAuth2": + auth_model = OAuth2AuthTypeConnectionProperties( + credentials=ConnectionOAuth2(**auth_params)) + case "None": + if connection_category in CAN_USE_NONE_AUTH: + auth_model = NoneAuthTypeConnectionProperties() + else: + auth_model = AADAuthTypeConnectionProperties() + case "AccountKey": + auth_model = AccountKeyAuthTypeConnectionProperties( + credentials=ConnectionAccountKey(**auth_params)) + case "Aad": + auth_model = AADAuthTypeConnectionProperties() + + return auth_model + +# -------------------------------------------------------------------------------------------- +# Connection utilities +# -------------------------------------------------------------------------------------------- + + +def _get_connection_alternate_target_names(): + return ["target", "api_base", "url", "azure_endpoint", "endpoint"] + + +def _get_valid_connection_types(): + return [conn_type.value for conn_type in ConnectionCategory] + + +def _extract_connection_target(conn_dict: Dict[str, Any]) -> str | None: + connection_target = None + for target_name in _get_connection_alternate_target_names(): + if target_name in conn_dict: + connection_target = conn_dict[target_name] + break + return connection_target + + +def _extract_auth_type_and_params(conn_dict: Dict[str, Any]) -> tuple[str, Dict[str, Any]]: + auth_type = "None" + auth_params = {} + if 'credentials' in conn_dict: + auth_type = conn_dict['credentials'].get('type', None) + auth_params = {k: v for k, v in conn_dict['credentials'].items() if k != 'type'} + elif 'api_key' in conn_dict: + auth_type = 'ApiKey' + auth_params = {'key': conn_dict['api_key']} + return (auth_type, auth_params) + + +def get_connection_category(connection_type: str): + connection_category = None + normalized_name = snake_to_camel(connection_type) + try: + connection_category = ConnectionCategory(normalized_name) + except ValueError: + from . _ml_utils import _ML_CONNECTION_TYPE_TO_COGNITIVE_SERVICES_CONNECTION_TYPE + connection_category = _ML_CONNECTION_TYPE_TO_COGNITIVE_SERVICES_CONNECTION_TYPE.get(normalized_name, None) + return connection_category + + +def compose_connection( + connection_type: str, + target: str | None, + auth_type: str, + auth_params: Dict[str, Any], + metadata: Optional[Dict[str, str]] = None +): + connection_category = get_connection_category(connection_type) + if connection_category is None: + raise InvalidArgumentValueError( + f"Invalid connection type '{connection_type}'. ", + recommendation=[ + "Verify that the connection type property is set to one of the following values:", + ', '.join(_get_valid_connection_types())]) + + connection = get_auth_model_connection_properties(connection_category, auth_type, auth_params) + if connection is None: + raise InvalidArgumentValueError( + f"Invalid or unsupported auth type '{auth_type}' for connection type '{connection_type}'. ", + recommendation=[ + "Verify that the auth type property is set to a valid value supported for this connection type." + ]) + connection.category = connection_category + connection.target = target + connection.metadata = metadata or {} + + return connection + + +def _load_connection_from_dict(conn_dict: Dict[str, Any]): + connection_type = conn_dict.get("type", None) + if connection_type is None: + raise InvalidArgumentValueError( + "Connection type is required but not found in the provided data.", + recommendation=[ + "Ensure that the 'type' property is specified in the connection definition." + ] + ) + target = _extract_connection_target(conn_dict) + auth_type, auth_params = _extract_auth_type_and_params(conn_dict) + return compose_connection( + connection_type=connection_type, + target=target, + auth_type=auth_type, + auth_params=auth_params, + metadata=conn_dict.get("metadata", {}) + ) + + +def load_connection_from_source(source: Union[str, PathLike, IO[AnyStr]]): + """ + Load a connection from a JSON or YAML file or string. + """ + conn_dict = _load_source_as_dict(source) + return _load_connection_from_dict(conn_dict) + + +def _get_as_streamed_context_manager(source: Union[str, PathLike, IO[AnyStr]]): + from pathlib import Path + from contextlib import nullcontext + from io import StringIO + if isinstance(source, PathLike): + return open(source, 'r', encoding='utf-8') + if isinstance(source, str): + if Path(source).is_file(): + return open(source, 'r', encoding='utf-8') + return nullcontext(StringIO(source)) + return nullcontext(StringIO("")) + + +def _load_source_as_dict(source: Union[str, PathLike, IO[AnyStr]]) -> dict: + import json + loaded_dict = None + load_errors = [] + try: + with _get_as_streamed_context_manager(source) as data_stream: + loaded_dict = json.load(data_stream) + except (json.JSONDecodeError) as json_error: + load_errors.append(str(json_error)) + import yaml + try: + with _get_as_streamed_context_manager(source) as data_stream: + loaded_dict = yaml.safe_load(data_stream) + except yaml.YAMLError as yaml_error: + load_errors.append(str(yaml_error)) + + if isinstance(loaded_dict, dict): + return loaded_dict + if len(load_errors) > 0: + error_messages = "\n".join(load_errors) + exception_error_message = f"Errors encountered while loading data source:\n{error_messages}" + else: + exception_error_message = "Unknown error encountered while loading data source." + raise InvalidArgumentValueError(exception_error_message, + recommendation="Check the format of data and/or file.") diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/commands.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/commands.py index 53b736838c0..f65f314a731 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/commands.py +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/commands.py @@ -5,7 +5,8 @@ from azure.cli.core.commands import CliCommandType from azure.cli.command_modules.cognitiveservices._client_factory import cf_accounts, cf_resource_skus, \ - cf_deleted_accounts, cf_deployments, cf_commitment_plans, cf_commitment_tiers, cf_models, cf_usages + cf_deleted_accounts, cf_deployments, cf_commitment_plans, cf_commitment_tiers, cf_models, cf_usages, \ + cf_account_connections, cf_projects, cf_project_connections def load_command_table(self, _): @@ -39,6 +40,20 @@ def load_command_table(self, _): client_factory=cf_usages ) + projects_type = CliCommandType( + operations_tmpl='azure.mgmt.cognitiveservices.operations#ProjectsOperations.{}', + client_factory=cf_projects + ) + + account_connections_type = CliCommandType( + operations_tmpl='azure.mgmt.cognitiveservices.operations#AccountConnectionsOperations.{}', + client_factory=cf_account_connections + ) + project_connections_type = CliCommandType( + operations_tmpl='azure.mgmt.cognitiveservices.operations#ProjectConnectionsOperations.{}', + client_factory=cf_project_connections + ) + with self.command_group('cognitiveservices account', accounts_type, client_factory=cf_accounts) as g: g.custom_command('create', 'create') g.command('delete', 'begin_delete') @@ -103,3 +118,38 @@ def load_command_table(self, _): with self.command_group('cognitiveservices usage', usages_type) as g: g.command('list', 'list') + + with self.command_group( + 'cognitiveservices account project', projects_type, + client_factory=cf_projects) as g: + g.custom_command('create', 'project_create') + g.command('delete', 'begin_delete') + g.show_command('show', 'get') + g.command('list', 'list') + g.custom_command('update', 'project_update') + + with self.command_group( + 'cognitiveservices account project connection', project_connections_type, + client_factory=cf_project_connections) as g: + g.custom_command('create', 'project_connection_create') + g.command('delete', 'delete') + g.show_command('show', 'get') + g.command('list', 'list') + g.generic_update_command( + 'update', + setter_name='update', + setter_arg_name='connection', + custom_func_name='project_connection_update') + + with self.command_group( + 'cognitiveservices account connection', account_connections_type, + client_factory=cf_account_connections) as g: + g.custom_command('create', 'account_connection_create') + g.command('delete', 'delete') + g.show_command('show', 'get') + g.command('list', 'list') + g.generic_update_command( + 'update', + setter_name='update', + setter_arg_name='connection', + custom_func_name='account_connection_update') diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/custom.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/custom.py index fce86c7988f..f6c1c940b0e 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/custom.py +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/custom.py @@ -13,9 +13,12 @@ AccountProperties as CognitiveServicesAccountProperties, ApiProperties as CognitiveServicesAccountApiProperties, \ Identity, ResourceIdentityType as IdentityType, \ Deployment, DeploymentModel, DeploymentScaleSettings, DeploymentProperties, \ - CommitmentPlan, CommitmentPlanProperties, CommitmentPeriod + CommitmentPlan, CommitmentPlanProperties, CommitmentPeriod, \ + ConnectionPropertiesV2BasicResource, ConnectionUpdateContent, \ + Project, ProjectProperties from azure.cli.command_modules.cognitiveservices._client_factory import cf_accounts, cf_resource_skus from azure.cli.core.azclierror import BadRequestError +from azure.cli.command_modules.cognitiveservices._utils import load_connection_from_source, compose_identity logger = get_logger(__name__) @@ -119,17 +122,18 @@ def create( properties.api_properties = api_properties if custom_domain: properties.custom_sub_domain_name = custom_domain - properties.allow_project_management = allow_project_management - params = CognitiveServicesAccount(sku=sku, kind=kind, location=location, - properties=properties, tags=tags) - if assign_identity or allow_project_management: - params.identity = Identity(type=IdentityType.system_assigned) if storage is not None: - params.properties.user_owned_storage = json.loads(storage) + properties.user_owned_storage = json.loads(storage) if encryption is not None: - params.properties.encryption = json.loads(encryption) + properties.encryption = json.loads(encryption) + + properties.allow_project_management = allow_project_management + params = CognitiveServicesAccount(sku=sku, kind=kind, location=location, + properties=properties, tags=tags) + if assign_identity or allow_project_management: + params.identity = Identity(type=IdentityType.SYSTEM_ASSIGNED) return client.begin_create(resource_group_name, account_name, params) @@ -155,23 +159,20 @@ def update(client, resource_group_name, account_name, sku_name=None, custom_doma properties.custom_sub_domain_name = custom_domain if allow_project_management is not None: properties.allow_project_management = allow_project_management - - params = CognitiveServicesAccount(sku=sku, properties=properties, tags=tags) + if storage is not None: + properties.user_owned_storage = json.loads(storage) + if encryption is not None: + properties.encryption = json.loads(encryption) if kind is not None: if sa is None: sa = client.get(resource_group_name, account_name) if kind != sa.kind and not _is_valid_kind_change(sa.kind, kind): raise BadRequestError("Changing the account kind from '{}' to '{}' is not supported.".format(sa.kind, kind)) - params.kind = kind if _kind_uses_project_management(kind) and allow_project_management is None: - params.properties.allow_project_management = True - - if storage is not None: - params.properties.user_owned_storage = json.loads(storage) + properties.allow_project_management = True - if encryption is not None: - params.properties.encryption = json.loads(encryption) + params = CognitiveServicesAccount(kind=kind, sku=sku, properties=properties, tags=tags) return client.begin_update(resource_group_name, account_name, params) @@ -254,7 +255,7 @@ def identity_assign(client, resource_group_name, account_name): Assign the identity for Azure Cognitive Services account. """ params = CognitiveServicesAccount() - params.identity = Identity(type=IdentityType.system_assigned) + params.identity = Identity(type=IdentityType.SYSTEM_ASSIGNED) sa = client.begin_update(resource_group_name, account_name, params).result() return sa.identity if sa.identity else {} @@ -264,7 +265,7 @@ def identity_remove(client, resource_group_name, account_name): Remove the identity for Azure Cognitive Services account. """ params = CognitiveServicesAccount() - params.identity = Identity(type=IdentityType.none) + params.identity = Identity(type=IdentityType.NONE) return client.begin_update(resource_group_name, account_name, params) @@ -280,7 +281,8 @@ def deployment_begin_create_or_update( client, resource_group_name, account_name, deployment_name, model_format, model_name, model_version, model_source=None, sku_name=None, sku_capacity=None, - scale_settings_scale_type=None, scale_settings_capacity=None): + scale_settings_scale_type=None, scale_settings_capacity=None, + spillover_deployment_name=None): """ Create a deployment for Azure Cognitive Services account. """ @@ -299,7 +301,8 @@ def deployment_begin_create_or_update( dpy.properties.scale_settings = DeploymentScaleSettings() dpy.properties.scale_settings.scale_type = scale_settings_scale_type dpy.properties.scale_settings.capacity = scale_settings_capacity - + if spillover_deployment_name is not None: + dpy.properties.spillover_deployment_name = spillover_deployment_name return client.begin_create_or_update(resource_group_name, account_name, deployment_name, dpy, polling=False) @@ -325,3 +328,111 @@ def commitment_plan_create_or_update( plan.properties.next.count = next_count plan.properties.auto_renew = auto_renew return client.create_or_update(resource_group_name, account_name, commitment_plan_name, plan) + + +def project_create( + client, + resource_group_name, + account_name, + project_name, + location, + assign_identity=False, + user_assigned_identity=None, + description=None, + display_name=None, + no_wait=False, +): + """ + Create a project for Azure Cognitive Services account. + """ + project = Project(properties=ProjectProperties(display_name=display_name, description=description)) + project.location = location + if user_assigned_identity is None: + assign_identity = True + project.identity = compose_identity(system_assigned=assign_identity, user_assigned_identity=user_assigned_identity) + return client.begin_create(resource_group_name, account_name, project_name, project, polling=no_wait) + + +def project_update( + client, + resource_group_name, + account_name, + project_name, + description=None, + display_name=None, +): + """ + Update a project for Azure Cognitive Services account. + """ + project_props = ProjectProperties() + if description is not None: + project_props.description = description + if display_name is not None: + project_props.display_name = display_name + project = Project(properties=project_props) + return client.begin_update(resource_group_name, account_name, project_name, project) + + +def account_connection_create( + client, + resource_group_name, + account_name, + connection_name, + file, +): + """ + Create a connection for Azure Cognitive Services account. + """ + account_connection_properties = load_connection_from_source(source=file) + account_connection = ConnectionPropertiesV2BasicResource(properties=account_connection_properties) + + return client.create( + resource_group_name, + account_name, + connection_name, + account_connection) + + +# This function is intended to be used with the 'generic_update_command' per +# https://github.com/Azure/azure-cli/blob/0b06b4f295766bcadaebdb7cf8fc05c7d6c9a5a8/doc/authoring_command_modules/authoring_commands.md#generic-update-commands +def account_connection_update( + instance, +): + """ + Update a connection for Azure Cognitive Services account. + """ + account_connection = ConnectionUpdateContent(properties=instance.properties) + return account_connection + + +def project_connection_create( + client, + resource_group_name, + account_name, + project_name, + connection_name, + file, +): + """ + Create a connection for Azure Cognitive Services account. + """ + project_connection_properties = load_connection_from_source(source=file) + project_connection = ConnectionPropertiesV2BasicResource(properties=project_connection_properties) + return client.create( + resource_group_name, + account_name, + project_name, + connection_name, + project_connection) + + +# This function is intended to be used with the 'generic_update_command' per +# https://github.com/Azure/azure-cli/blob/0b06b4f295766bcadaebdb7cf8fc05c7d6c9a5a8/doc/authoring_command_modules/authoring_commands.md#generic-update-commands +def project_connection_update( + instance, +): + """ + Update a connection for Azure Cognitive Services account. + """ + project_connection = ConnectionUpdateContent(properties=instance.properties) + return project_connection diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/linter_exclusions.yml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/linter_exclusions.yml new file mode 100644 index 00000000000..a1f8f02affc --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/linter_exclusions.yml @@ -0,0 +1,6 @@ +--- +cognitiveservices account deployment: + parameters: + spillover_deployment_name: + rule_exclusions: + - missing_parameter_test_coverage \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_entra.yaml new file mode 100644 index 00000000000..505ee559268 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_entra.yaml @@ -0,0 +1,4 @@ +name: ai_services_conn_entra +type: azure_ai_services +endpoint: my_endpoint +ai_services_resource_id: "this-needs-to-be-a-valid-ai-services-id-in-e2e-tests" \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_key.yaml new file mode 100644 index 00000000000..d663cf00e1a --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_key.yaml @@ -0,0 +1,5 @@ +name: ai_services_conn_api +type: azure_ai_services +endpoint: my_endpoint +api_key: "2222" +ai_services_resource_id: "this-needs-to-be-a-valid-ai-services-id-in-e2e-tests" \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_entra.yaml new file mode 100644 index 00000000000..29cfdb15fbd --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_entra.yaml @@ -0,0 +1,5 @@ +name: test_gen2_conn2 +type: azure_data_lake_gen2 +target: my_endpoint +metadata: + four: five \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_sp.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_sp.yaml new file mode 100644 index 00000000000..aceff4d3ba6 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_sp.yaml @@ -0,0 +1,10 @@ +name: test_gen2_conn1 +type: azure_data_lake_gen2 +target: my_endpoint +metadata: + four: five +credentials: + type: service_principal + tenant_id: "1234" + client_id: "12345" + client_secret: "123456" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/api_key_conn.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/api_key_conn.yaml new file mode 100644 index 00000000000..1b0a7e42926 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/api_key_conn.yaml @@ -0,0 +1,4 @@ +name: just_api +type: api_key +api_base: this_is_a_target +api_key: "3232" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_cosmosdb_apikey.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_cosmosdb_apikey.yaml new file mode 100644 index 00000000000..c51a956d9b1 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_cosmosdb_apikey.yaml @@ -0,0 +1,6 @@ +name: cosmos_db_conn +type: custom +target: my_endpoint +credentials: + type: api_key + key: "4444" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_my_sql_db_user_pwd.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_my_sql_db_user_pwd.yaml new file mode 100644 index 00000000000..54fd5302003 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_my_sql_db_user_pwd.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_azure_my_sql_db +type: azure_my_sql_db +target: dummy +credentials: + type: username_password + username: dummy + password: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_api.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_api.yaml new file mode 100644 index 00000000000..f8daa9b736d --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_api.yaml @@ -0,0 +1,8 @@ +name: test_ws_conn_open_ai +type: azure_open_ai +azure_endpoint: dummy +api_key: "12344" +api_version: "1.0" +open_ai_resource_id: "some id" +tags: + hello: world diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_entra.yaml new file mode 100644 index 00000000000..9672577ce39 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_entra.yaml @@ -0,0 +1,5 @@ +name: azure_open_ai_conn_entra +type: azure_open_ai +azure_endpoint: dummy +metadata: + hello: world diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_postgres_db_user_pwd.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_postgres_db_user_pwd.yaml new file mode 100644 index 00000000000..dd296ea1755 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_postgres_db_user_pwd.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_azure_postgres_db +type: azure_postgres_db +target: dummy +credentials: + type: username_password + username: dummy + password: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_sql_db_user_pwd.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_sql_db_user_pwd.yaml new file mode 100644 index 00000000000..826535f9c7d --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_sql_db_user_pwd.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_azure_sql_db +type: azure_sql_db +target: dummy +credentials: + type: username_password + username: dummy + password: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_synapse_analytics_user_pwd.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_synapse_analytics_user_pwd.yaml new file mode 100644 index 00000000000..51a3a108532 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_synapse_analytics_user_pwd.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_azure_synapse_analytics +type: azure_synapse_analytics +target: dummy +credentials: + type: username_password + username: dummy + password: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_acc_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_acc_key.yaml new file mode 100644 index 00000000000..8167be25b0a --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_acc_key.yaml @@ -0,0 +1,10 @@ +name: test_ws_conn_blob_store1 +type: azure_blob +url: my_endpoint +metadata: + four: five +credentials: + type: account_key + account_key: "9876" +container_name: some_container +account_name: some_account diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_entra.yaml new file mode 100644 index 00000000000..7dbbb0f6202 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_entra.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_blob_store3 +type: azure_blob +url: my_endpoint +metadata: + four: five +container_name: some_container +account_name: some_account diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_sas.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_sas.yaml new file mode 100644 index 00000000000..b9cf202406c --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/blob_store_sas.yaml @@ -0,0 +1,10 @@ +name: test_ws_conn_blob_store2 +type: azure_blob +url: my_endpoint +metadata: + four: five +credentials: + type: sas + sas_token: "some_pat" +container_name: some_container +account_name: some_account diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_aisearch_apikey.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_aisearch_apikey.yaml new file mode 100644 index 00000000000..756514ac4b7 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_aisearch_apikey.yaml @@ -0,0 +1,6 @@ +name: test_ws_conn_cr_managed +type: azure_ai_search +endpoint: https://testcsrch.search.windows.net/ +credentials: + type: api_key + key: api_key diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_container_registry_managed_identity.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_container_registry_managed_identity.yaml new file mode 100644 index 00000000000..e3a0aae2290 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_container_registry_managed_identity.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_cr_managed +type: container_registry +target: https://test-feed.com +credentials: + type: managed_identity + client_id: client_id + resource_id: resource_id diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_stg_entra_id.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_stg_entra_id.yaml new file mode 100644 index 00000000000..cd74c15d4d1 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/cogsvc_connection_stg_entra_id.yaml @@ -0,0 +1,5 @@ +name: test_stg_entra_id +type: azure_blob +url: https://teststg.blob.core.windows.net/ +container_name: test-container +account_name: teststg \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_managed_identity.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_managed_identity.yaml new file mode 100644 index 00000000000..e3a0aae2290 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_managed_identity.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_cr_managed +type: container_registry +target: https://test-feed.com +credentials: + type: managed_identity + client_id: client_id + resource_id: resource_id diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_user_pass.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_user_pass.yaml new file mode 100644 index 00000000000..489874ab558 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/container_registry_user_pass.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_cr_user_pass +type: container_registry +target: https://test-feed.com2 +credentials: + type: username_password + username: springer + password: spaniel diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_entra.yaml new file mode 100644 index 00000000000..d2af977937f --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_entra.yaml @@ -0,0 +1,3 @@ +name: content_safety_conn_entra +type: azure_content_safety +endpoint: my_endpoint diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_key.yaml new file mode 100644 index 00000000000..a2d221404e5 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/content_safety_with_key.yaml @@ -0,0 +1,4 @@ +name: content_safety_conn_api +type: azure_content_safety +endpoint: my_endpoint +api_key: "2222" \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/custom.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/custom.yaml new file mode 100644 index 00000000000..2470a737ad1 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/custom.yaml @@ -0,0 +1,8 @@ +name: test_ws_conn_custom_keys +type: custom +target: my_endpoint +metadata: + one: two +credentials: + type: api_key + key: "4444" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_no_cred.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_no_cred.yaml new file mode 100644 index 00000000000..9774b73e834 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_no_cred.yaml @@ -0,0 +1,4 @@ +name: git_no_cred_conn +type: git +target: https://test-git-feed.com2 + diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_pat.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_pat.yaml new file mode 100644 index 00000000000..9549ec3f505 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/git_pat.yaml @@ -0,0 +1,6 @@ +name: test_ws_conn_git_pat +type: git +target: https://test-git-feed.com +credentials: + type: pat + pat: dummy_pat diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/not_azure_open_ai.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/not_azure_open_ai.yaml new file mode 100644 index 00000000000..d7ea38aa427 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/not_azure_open_ai.yaml @@ -0,0 +1,3 @@ +name: open_ai_conn +type: open_ai +api_key: "123446" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_id.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_id.yaml new file mode 100644 index 00000000000..acada9ac770 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_id.yaml @@ -0,0 +1,7 @@ +name: one_lake_with_id +type: azure_one_lake +endpoint: www.endpoint.com +one_lake_workspace_name: the_workspace_name +artifact: + name: 1234567-1234-1234-1234-123456789012 + type: lake_house diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_name.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_name.yaml new file mode 100644 index 00000000000..5a69799741e --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/one_lake_with_name.yaml @@ -0,0 +1,12 @@ +name: one_lake_with_name +type: azure_one_lake +endpoint: www.endpoint.com +one_lake_workspace_name: the_workspace_name +artifact: + name: my_lake_name + type: lake_house +credentials: + type: service_principal + tenant_id: "1234" + client_id: "12345" + client_secret: "123456" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_no_cred.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_no_cred.yaml new file mode 100644 index 00000000000..c39e6eaf761 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_no_cred.yaml @@ -0,0 +1,3 @@ +name: test_ws_conn_python_no_cred +type: python_feed +target: https://test-feed.com3 \ No newline at end of file diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_pat.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_pat.yaml new file mode 100644 index 00000000000..34e9f25a94b --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_pat.yaml @@ -0,0 +1,6 @@ +name: test_ws_conn_python_pat +type: python_feed +target: https://test-feed.com +credentials: + type: pat + pat: dummy_pat diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_user_pass.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_user_pass.yaml new file mode 100644 index 00000000000..943921c10fa --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/python_feed_user_pass.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_python_user_pass +type: python_feed +target: https://test-feed.com2 +credentials: + type: username_password + username: john + password: halo diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/s3_access_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/s3_access_key.yaml new file mode 100644 index 00000000000..31d1ea37535 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/s3_access_key.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_s3 +type: s3 +target: dummy +credentials: + type: access_key + access_key_id: dummy + secret_access_key: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_entra.yaml new file mode 100644 index 00000000000..db4cb7d50d2 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_entra.yaml @@ -0,0 +1,3 @@ +name: search_entra +type: azure_ai_search +endpoint: this_is_a_target_too diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_key.yaml new file mode 100644 index 00000000000..ea52d136a12 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/search_with_key.yaml @@ -0,0 +1,4 @@ +name: search_api +type: azure_ai_search +endpoint: this_is_a_target +api_key: "3333" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serp.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serp.yaml new file mode 100644 index 00000000000..3c879f5e928 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serp.yaml @@ -0,0 +1,3 @@ +name: serp_conn +type: serp +api_key: "1234467" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serverless_api.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serverless_api.yaml new file mode 100644 index 00000000000..e691d51c3b7 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/serverless_api.yaml @@ -0,0 +1,4 @@ +name: serverless_with_api +type: serverless +api_key: "1029" +endpoint: "serverless_endpoint" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/snowflake_user_pwd.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/snowflake_user_pwd.yaml new file mode 100644 index 00000000000..0a2906533fc --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/snowflake_user_pwd.yaml @@ -0,0 +1,7 @@ +name: test_ws_conn_snowflake +type: snowflake +target: dummy +credentials: + type: username_password + username: dummy + password: dummy diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_entra.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_entra.yaml new file mode 100644 index 00000000000..aba61bd977a --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_entra.yaml @@ -0,0 +1,3 @@ +name: speech_entra +type: azure_speech_services +endpoint: my_endpoint diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_key.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_key.yaml new file mode 100644 index 00000000000..7284ba5c540 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/speech_with_key.yaml @@ -0,0 +1,4 @@ +name: speech_api +type: azure_speech_services +endpoint: my_endpoint +api_key: "2222" diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_account_connections_from_file.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_account_connections_from_file.yaml new file mode 100644 index 00000000000..3737f22e77b --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_account_connections_from_file.yaml @@ -0,0 +1,577 @@ +interactions: +- request: + body: '{"kind": "AIServices", "sku": {"name": "S0"}, "identity": {"type": "SystemAssigned"}, + "location": "eastus", "properties": {"allowProjectManagement": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + Content-Length: + - '155' + Content-Type: + - application/json + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3062f82-0000-0100-0000-6900d78d0000\"","location":"eastus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"39e7f16cf67e47219aa9943a7919beb7","dateCreated":"2025-10-28T14:47:41.2305434Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://cog000002.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video + Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services + Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech + Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech + Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice + Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live + Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text + Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational + Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom + Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"1094c038-524f-4d70-b1dc-c7a6745e2281","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.7142154Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.7142154Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/0cdda38e-039a-4a0b-bc16-c17fbe853382?api-version=2017-04-18&t=638972596620892841&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Cs6x95CbVC3Tjz9IFP94fgajFGee2RwuLDhC6nOSCJSfV10X3Fc20v2EAlTYj8wqSHmHihigZLgs_UyGFhUWWg23MMQZiObYKKzbV250-cYxCwjE7g-g7nC2yA8zNiThLsnXEIDw0_UvafD91juYyqphotlTaSqFxhpSJJuT-dQPyG1z0wLQ-22TFIG2xt1jYyXI7BeIeBE1tpmTHn_nnU-0JovODurewdshWBEXyk-gklH9gziy9A5J9XDIjTxQ26yVZtIKC_QP1XteU014kA0TfG9QgNajXSBrFCz14ZnM6x7EnR5f_eIQSgLDNkWJ892gAHIb52x8WS5OvhYiVg&h=E1IfplQ--vb4Hh84gBYUTc1W4r7Cw-R17v3264pKvZQ + cache-control: + - no-cache + content-length: + - '35244' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:47:41 GMT + etag: + - '"f3062f82-0000-0100-0000-6900d78d0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '1649' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/af1203b3-be9f-44db-a8de-e3b60e0e0ab7 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 2E5561CF2100468E9D6CF459769D39C3 Ref B: CO6AA3150219049 Ref C: 2025-10-28T14:47:38Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/0cdda38e-039a-4a0b-bc16-c17fbe853382?api-version=2017-04-18&t=638972596620892841&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Cs6x95CbVC3Tjz9IFP94fgajFGee2RwuLDhC6nOSCJSfV10X3Fc20v2EAlTYj8wqSHmHihigZLgs_UyGFhUWWg23MMQZiObYKKzbV250-cYxCwjE7g-g7nC2yA8zNiThLsnXEIDw0_UvafD91juYyqphotlTaSqFxhpSJJuT-dQPyG1z0wLQ-22TFIG2xt1jYyXI7BeIeBE1tpmTHn_nnU-0JovODurewdshWBEXyk-gklH9gziy9A5J9XDIjTxQ26yVZtIKC_QP1XteU014kA0TfG9QgNajXSBrFCz14ZnM6x7EnR5f_eIQSgLDNkWJ892gAHIb52x8WS5OvhYiVg&h=E1IfplQ--vb4Hh84gBYUTc1W4r7Cw-R17v3264pKvZQ + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/0cdda38e-039a-4a0b-bc16-c17fbe853382","name":"0cdda38e-039a-4a0b-bc16-c17fbe853382","status":"Creating","startTime":"2025-10-28T14:47:41Z"}' + headers: + cache-control: + - no-cache + content-length: + - '270' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:47:42 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '7' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a37b58b1-6ac8-4a67-b7d0-dfa3bac3c773 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B6F976AC69504609827B87424A24566B Ref B: MWH011020806031 Ref C: 2025-10-28T14:47:42Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/0cdda38e-039a-4a0b-bc16-c17fbe853382?api-version=2017-04-18&t=638972596620892841&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Cs6x95CbVC3Tjz9IFP94fgajFGee2RwuLDhC6nOSCJSfV10X3Fc20v2EAlTYj8wqSHmHihigZLgs_UyGFhUWWg23MMQZiObYKKzbV250-cYxCwjE7g-g7nC2yA8zNiThLsnXEIDw0_UvafD91juYyqphotlTaSqFxhpSJJuT-dQPyG1z0wLQ-22TFIG2xt1jYyXI7BeIeBE1tpmTHn_nnU-0JovODurewdshWBEXyk-gklH9gziy9A5J9XDIjTxQ26yVZtIKC_QP1XteU014kA0TfG9QgNajXSBrFCz14ZnM6x7EnR5f_eIQSgLDNkWJ892gAHIb52x8WS5OvhYiVg&h=E1IfplQ--vb4Hh84gBYUTc1W4r7Cw-R17v3264pKvZQ + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/0cdda38e-039a-4a0b-bc16-c17fbe853382","name":"0cdda38e-039a-4a0b-bc16-c17fbe853382","status":"Succeeded","startTime":"2025-10-28T14:47:41Z","endTime":"2025-10-28T14:47:48Z"}' + headers: + cache-control: + - no-cache + content-length: + - '304' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '19' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3031527b-ffc6-46c7-9918-a29cc49b3f7a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5E3D4CF7EB694C0D8C17F01971C65228 Ref B: MWH011020808042 Ref C: 2025-10-28T14:48:12Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f306b483-0000-0100-0000-6900d7940000\"","location":"eastus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"39e7f16cf67e47219aa9943a7919beb7","dateCreated":"2025-10-28T14:47:41.2305434Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://cog000002.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video + Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services + Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech + Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech + Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice + Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live + Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text + Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational + Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom + Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"1094c038-524f-4d70-b1dc-c7a6745e2281","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.7142154Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.7142154Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '35245' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:13 GMT + etag: + - '"f306b483-0000-0100-0000-6900d7940000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '27' + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3A937A0E2654494287956CD5EAF53103 Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:13Z' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"authType": "ManagedIdentity", "category": "ContainerRegistry", + "metadata": {}, "target": "https://test-feed.com", "credentials": {"clientId": + "client_id", "resourceId": "resource_id"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account connection create + Connection: + - keep-alive + Content-Length: + - '202' + Content-Type: + - application/json + ParameterSetName: + - -n -g --connection-name --file + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003?api-version=2025-09-01 + response: + body: + string: '{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003","name":"conn000003","type":"Microsoft.CognitiveServices/accounts/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":true,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:48:14.3322712Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:48:14.3322712Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}' + headers: + azureml-served-by-cluster: + - vienna-eastus-02 + cache-control: + - no-cache + content-length: + - '841' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:14 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/62a0dd0b-8d72-44df-8861-212943013d68 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 8EFB4EDC204249BAB8A3EFF898D3E153 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:14Z' + x-request-time: + - '0.569' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account connection list + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections?api-version=2025-09-01&includeAll=false + response: + body: + string: '{"value":[{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003","name":"conn000003","type":"Microsoft.CognitiveServices/accounts/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":true,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:48:14.3322712Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:48:14.3322712Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}]}' + headers: + azureml-served-by-cluster: + - vienna-eastus-01 + cache-control: + - no-cache + content-length: + - '853' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:14 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/371a04aa-7cb0-4e2d-90f5-74ff8d1ac32e + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 976F5F72FFB246ABA35370CD80695C23 Ref B: MWH011020807060 Ref C: 2025-10-28T14:48:15Z' + x-request-time: + - '0.052' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account connection show + Connection: + - keep-alive + ParameterSetName: + - -n -g --connection-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003?api-version=2025-09-01 + response: + body: + string: '{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003","name":"conn000003","type":"Microsoft.CognitiveServices/accounts/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":true,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:48:14.3322712Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:48:14.3322712Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}' + headers: + azureml-served-by-cluster: + - vienna-eastus-02 + cache-control: + - no-cache + content-length: + - '841' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:15 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/55db0662-7ecc-492c-b5c7-60ac9140a177 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 90E8543180CB49EA853F8CBB7E385663 Ref B: CO6AA3150219033 Ref C: 2025-10-28T14:48:15Z' + x-request-time: + - '0.046' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account connection delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --connection-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/connections/conn000003?api-version=2025-09-01 + response: + body: + string: '' + headers: + azureml-served-by-cluster: + - vienna-eastus-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Oct 2025 14:48:16 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + 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=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/2fcda566-3957-4924-9ac9-f1087698810b + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: BC8C19B42A2F4F90937CB8D956EEFF49 Ref B: CO6AA3150217011 Ref C: 2025-10-28T14:48:16Z' + x-request-time: + - '0.248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Oct 2025 14:48:18 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b8dba697-d556-4f36-95b8-a97a2997a43b + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: 716976893A4340B8AB8B0C0635AC772C Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:16Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_capabilities.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_capabilities.yaml index 7f8b0c06971..096bbd8b9c3 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_capabilities.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_capabilities.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203e1bf-0000-0500-0000-68c06f2a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2c1e0cff46424ff1a95648ae7751ca54","dateCreated":"2025-09-09T18:17:12.7679007Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2389055Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2389055Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5038cd1-0000-0500-0000-6900d78f0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b2250399e5df4607ac9dab404029067d","dateCreated":"2025-10-28T14:47:42.9470368Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:41.9012732Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:41.9012732Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0?api-version=2017-04-18&t=638930386343016514&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ooVQQs3gItvQuT_rFYi1GBExgQRcPb2J7IGdRDLJNvPkU9C2juhbUhgUw6pImcc-A5_JqCz5g6pDyKe4ZKgrAKz5gs4BOLWbPRSRuT8XM0y01nuk0GuHmGLfbLwQ1s6VlELPG1sQ-kLaN8ejxzY7veI7TUzBuZKMTkEwbarRgXpA_8IkY_19e0HKSVgFHTYJu1tBfeVoDz1LKZcMX9iQNCRI-YMi45-U9343-B0t7xVdosbvCxDcO82QxY3bIuGDT2dgvGkEu_R54DfXgyujELoLXRjjbqr97po5zYS_LMr1DZIr9fvhgJ-UCS6A0M-Mms-dNsUcJ8Fh4IUywM6jQw&h=W1QfLBcbKmsfXmeP6lVH1LKQU5sNLRE02D2lTUhWB7k + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6?api-version=2017-04-18&t=638972596635575329&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=vxDABUoifsfHBz6VV-HGbSVe6hKobJTNhOUWNBm6ZhzSgGZNmDdN3D2U6TS9S71FWvZWiDI39_n_pKzHf5WItuyQsbHVsFHKBi8b9SkQAtJZQgIOVgcM4ZaVy6fSH36yygsjNxRIxIwZb0s31iWZMIEyP0uCi7c6Fl_nocMuyK3pu4Jg_TLz1bqibIBNYSRlMFIIsJ33ofFESKftU5tAE_WWnmXn41uOHr_ueTPS0ZLXs9zeYz0POvZcEW0ftJi-v29nPRzE1BkTn6whSyC3NvnVpNLqniz3jjLqCS9iwZ-_6jOBUuWVDYk11kXoYUiUWskaTXwrbAPRSgFgcVmtng&h=KD0zTS6KY08PVtR30kY63GL7IxUCdEJ1bMYN1XUD7KY cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:13 GMT + - Tue, 28 Oct 2025 14:47:43 GMT etag: - - '"8203e1bf-0000-0500-0000-68c06f2a0000"' + - '"b5038cd1-0000-0500-0000-6900d78f0000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1732' + - '641' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5865e13e-8ff7-4bac-a6af-0b6e3805f73a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/southeastasia/5e4296af-b4ae-4ab1-b384-ab59403b15ad x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 1D90025E6D43462982DCA05881228C2F Ref B: CO6AA3150219031 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 174C5A65CD7343798E168CB18C253C3C Ref B: MWH011020808023 Ref C: 2025-10-28T14:47:38Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0?api-version=2017-04-18&t=638930386343016514&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ooVQQs3gItvQuT_rFYi1GBExgQRcPb2J7IGdRDLJNvPkU9C2juhbUhgUw6pImcc-A5_JqCz5g6pDyKe4ZKgrAKz5gs4BOLWbPRSRuT8XM0y01nuk0GuHmGLfbLwQ1s6VlELPG1sQ-kLaN8ejxzY7veI7TUzBuZKMTkEwbarRgXpA_8IkY_19e0HKSVgFHTYJu1tBfeVoDz1LKZcMX9iQNCRI-YMi45-U9343-B0t7xVdosbvCxDcO82QxY3bIuGDT2dgvGkEu_R54DfXgyujELoLXRjjbqr97po5zYS_LMr1DZIr9fvhgJ-UCS6A0M-Mms-dNsUcJ8Fh4IUywM6jQw&h=W1QfLBcbKmsfXmeP6lVH1LKQU5sNLRE02D2lTUhWB7k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6?api-version=2017-04-18&t=638972596635575329&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=vxDABUoifsfHBz6VV-HGbSVe6hKobJTNhOUWNBm6ZhzSgGZNmDdN3D2U6TS9S71FWvZWiDI39_n_pKzHf5WItuyQsbHVsFHKBi8b9SkQAtJZQgIOVgcM4ZaVy6fSH36yygsjNxRIxIwZb0s31iWZMIEyP0uCi7c6Fl_nocMuyK3pu4Jg_TLz1bqibIBNYSRlMFIIsJ33ofFESKftU5tAE_WWnmXn41uOHr_ueTPS0ZLXs9zeYz0POvZcEW0ftJi-v29nPRzE1BkTn6whSyC3NvnVpNLqniz3jjLqCS9iwZ-_6jOBUuWVDYk11kXoYUiUWskaTXwrbAPRSgFgcVmtng&h=KD0zTS6KY08PVtR30kY63GL7IxUCdEJ1bMYN1XUD7KY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0","name":"ae79e8f1-e44a-409f-96d8-d60f5df441a0","status":"Creating","startTime":"2025-09-09T18:17:14Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6","name":"628d2902-1317-4b45-be9f-6fdcb56d71c6","status":"Creating","startTime":"2025-10-28T14:47:43Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:14 GMT + - Tue, 28 Oct 2025 14:47:43 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/867679fb-9dd7-49da-ad2c-7844af31e340 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/57092592-4b83-45b8-b258-f8c46315edcb x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: F8458CC77E094075AE50F09D40A62A13 Ref B: MWH011020806060 Ref C: 2025-09-09T18:17:14Z' + - 'Ref A: 47B032B7E6B54C079799FA461AB0965A Ref B: CO6AA3150219053 Ref C: 2025-10-28T14:47:43Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0?api-version=2017-04-18&t=638930386343016514&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ooVQQs3gItvQuT_rFYi1GBExgQRcPb2J7IGdRDLJNvPkU9C2juhbUhgUw6pImcc-A5_JqCz5g6pDyKe4ZKgrAKz5gs4BOLWbPRSRuT8XM0y01nuk0GuHmGLfbLwQ1s6VlELPG1sQ-kLaN8ejxzY7veI7TUzBuZKMTkEwbarRgXpA_8IkY_19e0HKSVgFHTYJu1tBfeVoDz1LKZcMX9iQNCRI-YMi45-U9343-B0t7xVdosbvCxDcO82QxY3bIuGDT2dgvGkEu_R54DfXgyujELoLXRjjbqr97po5zYS_LMr1DZIr9fvhgJ-UCS6A0M-Mms-dNsUcJ8Fh4IUywM6jQw&h=W1QfLBcbKmsfXmeP6lVH1LKQU5sNLRE02D2lTUhWB7k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6?api-version=2017-04-18&t=638972596635575329&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=vxDABUoifsfHBz6VV-HGbSVe6hKobJTNhOUWNBm6ZhzSgGZNmDdN3D2U6TS9S71FWvZWiDI39_n_pKzHf5WItuyQsbHVsFHKBi8b9SkQAtJZQgIOVgcM4ZaVy6fSH36yygsjNxRIxIwZb0s31iWZMIEyP0uCi7c6Fl_nocMuyK3pu4Jg_TLz1bqibIBNYSRlMFIIsJ33ofFESKftU5tAE_WWnmXn41uOHr_ueTPS0ZLXs9zeYz0POvZcEW0ftJi-v29nPRzE1BkTn6whSyC3NvnVpNLqniz3jjLqCS9iwZ-_6jOBUuWVDYk11kXoYUiUWskaTXwrbAPRSgFgcVmtng&h=KD0zTS6KY08PVtR30kY63GL7IxUCdEJ1bMYN1XUD7KY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0","name":"ae79e8f1-e44a-409f-96d8-d60f5df441a0","status":"Creating","startTime":"2025-09-09T18:17:14Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6","name":"628d2902-1317-4b45-be9f-6fdcb56d71c6","status":"Creating","startTime":"2025-10-28T14:47:43Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:44 GMT + - Tue, 28 Oct 2025 14:48:14 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/90fd7b1a-cb74-4248-a3c0-83292ae41693 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/31af6166-d8c9-4562-8133-1ffc82d3aa60 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 03D0D13AA4CA446BBAE206B8BE91EB3B Ref B: MWH011020807054 Ref C: 2025-09-09T18:17:45Z' + - 'Ref A: EC955F749C74469E92D033480184E749 Ref B: MWH011020808036 Ref C: 2025-10-28T14:48:14Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0?api-version=2017-04-18&t=638930386343016514&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ooVQQs3gItvQuT_rFYi1GBExgQRcPb2J7IGdRDLJNvPkU9C2juhbUhgUw6pImcc-A5_JqCz5g6pDyKe4ZKgrAKz5gs4BOLWbPRSRuT8XM0y01nuk0GuHmGLfbLwQ1s6VlELPG1sQ-kLaN8ejxzY7veI7TUzBuZKMTkEwbarRgXpA_8IkY_19e0HKSVgFHTYJu1tBfeVoDz1LKZcMX9iQNCRI-YMi45-U9343-B0t7xVdosbvCxDcO82QxY3bIuGDT2dgvGkEu_R54DfXgyujELoLXRjjbqr97po5zYS_LMr1DZIr9fvhgJ-UCS6A0M-Mms-dNsUcJ8Fh4IUywM6jQw&h=W1QfLBcbKmsfXmeP6lVH1LKQU5sNLRE02D2lTUhWB7k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6?api-version=2017-04-18&t=638972596635575329&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=vxDABUoifsfHBz6VV-HGbSVe6hKobJTNhOUWNBm6ZhzSgGZNmDdN3D2U6TS9S71FWvZWiDI39_n_pKzHf5WItuyQsbHVsFHKBi8b9SkQAtJZQgIOVgcM4ZaVy6fSH36yygsjNxRIxIwZb0s31iWZMIEyP0uCi7c6Fl_nocMuyK3pu4Jg_TLz1bqibIBNYSRlMFIIsJ33ofFESKftU5tAE_WWnmXn41uOHr_ueTPS0ZLXs9zeYz0POvZcEW0ftJi-v29nPRzE1BkTn6whSyC3NvnVpNLqniz3jjLqCS9iwZ-_6jOBUuWVDYk11kXoYUiUWskaTXwrbAPRSgFgcVmtng&h=KD0zTS6KY08PVtR30kY63GL7IxUCdEJ1bMYN1XUD7KY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae79e8f1-e44a-409f-96d8-d60f5df441a0","name":"ae79e8f1-e44a-409f-96d8-d60f5df441a0","status":"Succeeded","startTime":"2025-09-09T18:17:14Z","endTime":"2025-09-09T18:17:46Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/628d2902-1317-4b45-be9f-6fdcb56d71c6","name":"628d2902-1317-4b45-be9f-6fdcb56d71c6","status":"Succeeded","startTime":"2025-10-28T14:47:43Z","endTime":"2025-10-28T14:48:15Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:44 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/31a35a18-15d6-4a4d-ac5b-b35a63bb66ba + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b4437450-650a-46b5-a5c2-3b46c8487d26 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 06A06339E9D940C2A1C530F71FE2DA80 Ref B: CO6AA3150220011 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 60C977E2641F4097A9845C955CAA11BC Ref B: MWH011020809029 Ref C: 2025-10-28T14:48:44Z' status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d3c5-0000-0500-0000-68c06f4a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2c1e0cff46424ff1a95648ae7751ca54","dateCreated":"2025-09-09T18:17:12.7679007Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2389055Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2389055Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503edd8-0000-0500-0000-6900d7ae0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b2250399e5df4607ac9dab404029067d","dateCreated":"2025-10-28T14:47:42.9470368Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:41.9012732Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:41.9012732Z"}}' headers: cache-control: - no-cache @@ -238,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:44 GMT etag: - - '"8203d3c5-0000-0500-0000-68c06f4a0000"' + - '"b503edd8-0000-0500-0000-6900d7ae0000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1A9D71073A9648F9AA797A83CAE68BDB Ref B: CO6AA3150220017 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 64D3938E71B14365A036677FB64C40FC Ref B: CO6AA3150219019 Ref C: 2025-10-28T14:48:45Z' status: code: 200 message: OK @@ -274,12 +274,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d3c5-0000-0500-0000-68c06f4a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2c1e0cff46424ff1a95648ae7751ca54","dateCreated":"2025-09-09T18:17:12.7679007Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2389055Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2389055Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503edd8-0000-0500-0000-6900d7ae0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b2250399e5df4607ac9dab404029067d","dateCreated":"2025-10-28T14:47:42.9470368Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:41.9012732Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:41.9012732Z"}}' headers: cache-control: - no-cache @@ -288,9 +288,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:45 GMT etag: - - '"8203d3c5-0000-0500-0000-68c06f4a0000"' + - '"b503edd8-0000-0500-0000-6900d7ae0000"' expires: - '-1' pragma: @@ -302,11 +302,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2AE4AA40A5F646ECAFB0B6E6B29B3E90 Ref B: MWH011020809062 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 9B930197E3D844DA9257BA178D157DF5 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:45Z' status: code: 200 message: OK @@ -326,9 +326,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -338,7 +338,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:47 GMT expires: - '-1' pragma: @@ -350,15 +350,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '80' + - '97' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1fdd69b3-7be5-4c86-a30b-95362a4c9f88 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3b0b353c-74ac-4ed0-b710-727765c4cc1c x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: D77A229A49D94739917DECEC55862B3D Ref B: MWH011020806052 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: CEDCE8B8E29D4FC983BF5F47AB45B5D0 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:46Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_kinds.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_kinds.yaml index 011948afc41..6cb964c972a 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_kinds.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_kinds.yaml @@ -11,21 +11,21 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-09-01 response: body: - string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' + string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' headers: cache-control: - no-cache content-length: - - '369985' + - '370379' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:10 GMT + - Tue, 28 Oct 2025 14:47:40 GMT expires: - '-1' pragma: @@ -39,7 +39,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C291259FE2284ECC8E4FE3F08F0DCE3D Ref B: CO6AA3150217051 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 314660A312BA4A1EBDD845F4751DE260 Ref B: MWH011020807060 Ref C: 2025-10-28T14:47:41Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus.yaml index 641e408d4b2..4a6d09e4e8d 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus.yaml @@ -13,21 +13,21 @@ interactions: ParameterSetName: - --kind User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-09-01 response: body: - string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' + string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' headers: cache-control: - no-cache content-length: - - '369985' + - '370379' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:13 GMT + - Tue, 28 Oct 2025 14:47:43 GMT expires: - '-1' pragma: @@ -41,7 +41,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 103175E1F7E5418A9252268DDB705DF2 Ref B: MWH011020807052 Ref C: 2025-09-09T18:17:13Z' + - 'Ref A: 52AA14D75C9D4D33B89A2B1E21640613 Ref B: MWH011020808054 Ref C: 2025-10-28T14:47:43Z' status: code: 200 message: OK @@ -59,21 +59,21 @@ interactions: ParameterSetName: - --kind --location User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/skus?api-version=2025-09-01 response: body: - string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' + string: '{"value":[{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"C4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"D3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"DC0","tier":"DisconnectedTier","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"E0","tier":"Enterprise","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"F0","tier":"Free","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"ConversationalLanguageUnderstanding","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"LanguageAuthoring","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AIServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"AnomalyDetector","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CognitiveServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ContentSafety","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Prediction","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"CustomVision.Training","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Face","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"FormRecognizer","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"HealthInsights","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Internal.AllInOne","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Knowledge","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"MetricsAdvisor","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["POLANDCENTRAL"],"locationInfo":[{"location":"POLANDCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SOUTHINDIA"],"locationInfo":[{"location":"SOUTHINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SPAINCENTRAL"],"locationInfo":[{"location":"SPAINCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"OpenAI","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"Personalizer","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"QnAMaker.v2","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"SpeechServices","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S0","tier":"Standard","kind":"TranscriptionIntelligence","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ComputerVision","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"ImmersiveReader","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"LUIS.Authoring","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["GLOBAL"],"locationInfo":[{"location":"GLOBAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S1","tier":"Standard","kind":"TextTranslation","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S2","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S3","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CANADAEAST"],"locationInfo":[{"location":"CANADAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["ITALYNORTH"],"locationInfo":[{"location":"ITALYNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIACENTRAL"],"locationInfo":[{"location":"JIOINDIACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["UKWEST"],"locationInfo":[{"location":"UKWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextAnalytics","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"S4","tier":"Standard","kind":"TextTranslation","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V0","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V1","tier":"Standard","kind":"LUIS","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["AUSTRALIAEAST"],"locationInfo":[{"location":"AUSTRALIAEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["BRAZILSOUTH"],"locationInfo":[{"location":"BRAZILSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CANADACENTRAL"],"locationInfo":[{"location":"CANADACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALINDIA"],"locationInfo":[{"location":"CENTRALINDIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUS"],"locationInfo":[{"location":"CENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["CENTRALUSEUAP"],"locationInfo":[{"location":"CENTRALUSEUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTASIA"],"locationInfo":[{"location":"EASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS"],"locationInfo":[{"location":"EASTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2"],"locationInfo":[{"location":"EASTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["EASTUS2EUAP"],"locationInfo":[{"location":"EASTUS2EUAP","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["FRANCECENTRAL"],"locationInfo":[{"location":"FRANCECENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["GERMANYWESTCENTRAL"],"locationInfo":[{"location":"GERMANYWESTCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANEAST"],"locationInfo":[{"location":"JAPANEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JAPANWEST"],"locationInfo":[{"location":"JAPANWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["JIOINDIAWEST"],"locationInfo":[{"location":"JIOINDIAWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["KOREACENTRAL"],"locationInfo":[{"location":"KOREACENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHCENTRALUS"],"locationInfo":[{"location":"NORTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORTHEUROPE"],"locationInfo":[{"location":"NORTHEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["NORWAYEAST"],"locationInfo":[{"location":"NORWAYEAST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["QATARCENTRAL"],"locationInfo":[{"location":"QATARCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHAFRICANORTH"],"locationInfo":[{"location":"SOUTHAFRICANORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHCENTRALUS"],"locationInfo":[{"location":"SOUTHCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SOUTHEASTASIA"],"locationInfo":[{"location":"SOUTHEASTASIA","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWEDENCENTRAL"],"locationInfo":[{"location":"SWEDENCENTRAL","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDNORTH"],"locationInfo":[{"location":"SWITZERLANDNORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["SWITZERLANDWEST"],"locationInfo":[{"location":"SWITZERLANDWEST","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UAENORTH"],"locationInfo":[{"location":"UAENORTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["UKSOUTH"],"locationInfo":[{"location":"UKSOUTH","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTCENTRALUS"],"locationInfo":[{"location":"WESTCENTRALUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTEUROPE"],"locationInfo":[{"location":"WESTEUROPE","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS"],"locationInfo":[{"location":"WESTUS","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS2"],"locationInfo":[{"location":"WESTUS2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"accounts","name":"V3","tier":"Standard","kind":"ContentModerator","locations":["WESTUS3"],"locationInfo":[{"location":"WESTUS3","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' headers: cache-control: - no-cache content-length: - - '369985' + - '370379' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:13 GMT + - Tue, 28 Oct 2025 14:47:43 GMT expires: - '-1' pragma: @@ -87,7 +87,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 033A701A4ECB407CBF0128E0E60F3D2E Ref B: MWH011020807036 Ref C: 2025-09-09T18:17:13Z' + - 'Ref A: 5A3290B8E2A64BA897BFEF77D6D97917 Ref B: CO6AA3150217053 Ref C: 2025-10-28T14:47:44Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus_legacy.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus_legacy.yaml index 33f078e24e5..28e5375ded9 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus_legacy.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_skus_legacy.yaml @@ -18,25 +18,25 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203b1bf-0000-0500-0000-68c06f280000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"fca750e9230848bdb00cf849a6ec8467","dateCreated":"2025-09-09T18:17:12.665731Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1309258Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1309258Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50370d0-0000-0500-0000-6900d78b0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"78abaed149224772b4878f618527a9c3","dateCreated":"2025-10-28T14:47:38.9880606Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.4788045Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.4788045Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd?api-version=2017-04-18&t=638930386330684162&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=EK5hBaDXC7OXviOPfTS4B4etoDlQeV_EAYG_R-fCpJhH8Zq1VihEKVk_Gr9V3vNn1FfFo0C23arvlCiquzhAtwRAoHgVxKj5BUD0xlOvQKqMwVqOd2I0xzld-4IlvZrUcKqEDE4iYkLilz6-ilbVVMaYt89PE8m6MSej6LqrNdOqayoaTaTJgFA3h_ZCz4KMHNJTfwkW0DrwH6r584ka-l1uxA05S4OskBl8Q7hXATTU9IShZVRCIU_9YN2ohm8Wj8YNGN9e8oJKJyJWjuq-tItuWgRhdeo9Y5wTw6dDa8cFgluUG57_hkPIys-89Mw1lfSHcUx4qi4zKWcEK-H_OA&h=omi9hxvIiW4L9wiYiikE9LOTJAZkulyDYMICkiBlv9w + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d?api-version=2017-04-18&t=638972596593380572&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=i8j6AVCKANa1YNH6hTGDTfSShDR_zEGKDi6dN6SLboKch927yv-1YCNMfZTqs7-P0de8rBgy3OL8ko-h4GutMG2fNClXe6CThHC8Tz_6h6rT_JrWrczja_6NW61rn2drEYHw1MYdaIHMNwNKrEOo686ed-seI2abQZNfvjrQby9y_UJK1KcG0T0w-e_hswkyUAvoFDRiuuk8n9hIpeT0m61yVw0mpgVsnqQFVU-PUN-8SQ6DqFKiSmPuPXCgrRB8brjklgaC-Qnl9v_jh9lMGMNbKz26QumJ-OHthiW_4vQRPgq-W9CTnxSP9d3jIXECoxeaqTMscYB3eo3Vn9NHMg&h=niS7ejnxzueolsJz6R13spDXqWHDu0dPBCtfsi6jCYc cache-control: - no-cache content-length: - - '8669' + - '8670' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:12 GMT + - Tue, 28 Oct 2025 14:47:38 GMT etag: - - '"8203b1bf-0000-0500-0000-68c06f280000"' + - '"b50370d0-0000-0500-0000-6900d78b0000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '637' + - '557' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d5150cc8-2ee9-4dbf-a3a5-7de46558f59f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/14787e3b-b9f1-48fa-b314-91bbddf12fc8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: A435F095816D4D9C9F61FC0AD59C0814 Ref B: MWH011020809042 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 242A93C1AE604B54BE46E620AB73236A Ref B: CO6AA3150217047 Ref C: 2025-10-28T14:47:38Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd?api-version=2017-04-18&t=638930386330684162&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=EK5hBaDXC7OXviOPfTS4B4etoDlQeV_EAYG_R-fCpJhH8Zq1VihEKVk_Gr9V3vNn1FfFo0C23arvlCiquzhAtwRAoHgVxKj5BUD0xlOvQKqMwVqOd2I0xzld-4IlvZrUcKqEDE4iYkLilz6-ilbVVMaYt89PE8m6MSej6LqrNdOqayoaTaTJgFA3h_ZCz4KMHNJTfwkW0DrwH6r584ka-l1uxA05S4OskBl8Q7hXATTU9IShZVRCIU_9YN2ohm8Wj8YNGN9e8oJKJyJWjuq-tItuWgRhdeo9Y5wTw6dDa8cFgluUG57_hkPIys-89Mw1lfSHcUx4qi4zKWcEK-H_OA&h=omi9hxvIiW4L9wiYiikE9LOTJAZkulyDYMICkiBlv9w + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d?api-version=2017-04-18&t=638972596593380572&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=i8j6AVCKANa1YNH6hTGDTfSShDR_zEGKDi6dN6SLboKch927yv-1YCNMfZTqs7-P0de8rBgy3OL8ko-h4GutMG2fNClXe6CThHC8Tz_6h6rT_JrWrczja_6NW61rn2drEYHw1MYdaIHMNwNKrEOo686ed-seI2abQZNfvjrQby9y_UJK1KcG0T0w-e_hswkyUAvoFDRiuuk8n9hIpeT0m61yVw0mpgVsnqQFVU-PUN-8SQ6DqFKiSmPuPXCgrRB8brjklgaC-Qnl9v_jh9lMGMNbKz26QumJ-OHthiW_4vQRPgq-W9CTnxSP9d3jIXECoxeaqTMscYB3eo3Vn9NHMg&h=niS7ejnxzueolsJz6R13spDXqWHDu0dPBCtfsi6jCYc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd","name":"efc40c43-a727-42ba-8d27-9c6ec87694dd","status":"Creating","startTime":"2025-09-09T18:17:12Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d","name":"0be2c1bd-362c-4fb6-a347-b527beb7d32d","status":"Creating","startTime":"2025-10-28T14:47:39Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:12 GMT + - Tue, 28 Oct 2025 14:47:40 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '23' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7c27ae36-df2a-4ea5-872b-e3727727e478 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/southeastasia/f58cb91d-5d9b-40b5-a326-75d476e1800f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F5059DDAB1C44AEB98920E91CE480A17 Ref B: MWH011020807025 Ref C: 2025-09-09T18:17:13Z' + - 'Ref A: 0207676FD8BC425193850D70040F7F2C Ref B: MWH011020808029 Ref C: 2025-10-28T14:47:39Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd?api-version=2017-04-18&t=638930386330684162&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=EK5hBaDXC7OXviOPfTS4B4etoDlQeV_EAYG_R-fCpJhH8Zq1VihEKVk_Gr9V3vNn1FfFo0C23arvlCiquzhAtwRAoHgVxKj5BUD0xlOvQKqMwVqOd2I0xzld-4IlvZrUcKqEDE4iYkLilz6-ilbVVMaYt89PE8m6MSej6LqrNdOqayoaTaTJgFA3h_ZCz4KMHNJTfwkW0DrwH6r584ka-l1uxA05S4OskBl8Q7hXATTU9IShZVRCIU_9YN2ohm8Wj8YNGN9e8oJKJyJWjuq-tItuWgRhdeo9Y5wTw6dDa8cFgluUG57_hkPIys-89Mw1lfSHcUx4qi4zKWcEK-H_OA&h=omi9hxvIiW4L9wiYiikE9LOTJAZkulyDYMICkiBlv9w + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d?api-version=2017-04-18&t=638972596593380572&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=i8j6AVCKANa1YNH6hTGDTfSShDR_zEGKDi6dN6SLboKch927yv-1YCNMfZTqs7-P0de8rBgy3OL8ko-h4GutMG2fNClXe6CThHC8Tz_6h6rT_JrWrczja_6NW61rn2drEYHw1MYdaIHMNwNKrEOo686ed-seI2abQZNfvjrQby9y_UJK1KcG0T0w-e_hswkyUAvoFDRiuuk8n9hIpeT0m61yVw0mpgVsnqQFVU-PUN-8SQ6DqFKiSmPuPXCgrRB8brjklgaC-Qnl9v_jh9lMGMNbKz26QumJ-OHthiW_4vQRPgq-W9CTnxSP9d3jIXECoxeaqTMscYB3eo3Vn9NHMg&h=niS7ejnxzueolsJz6R13spDXqWHDu0dPBCtfsi6jCYc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd","name":"efc40c43-a727-42ba-8d27-9c6ec87694dd","status":"Creating","startTime":"2025-09-09T18:17:12Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d","name":"0be2c1bd-362c-4fb6-a347-b527beb7d32d","status":"Creating","startTime":"2025-10-28T14:47:39Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:43 GMT + - Tue, 28 Oct 2025 14:48:11 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/10a4b839-5489-4455-ac02-d2230daed29b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/cc86e29b-7323-4464-80b5-3731da3ea5ec x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D693D8200E9A409786BD8D3CCB7C2F03 Ref B: CO6AA3150220029 Ref C: 2025-09-09T18:17:43Z' + - 'Ref A: B7C614A723044F97872F31FF29FC8447 Ref B: CO6AA3150219039 Ref C: 2025-10-28T14:48:10Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd?api-version=2017-04-18&t=638930386330684162&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=EK5hBaDXC7OXviOPfTS4B4etoDlQeV_EAYG_R-fCpJhH8Zq1VihEKVk_Gr9V3vNn1FfFo0C23arvlCiquzhAtwRAoHgVxKj5BUD0xlOvQKqMwVqOd2I0xzld-4IlvZrUcKqEDE4iYkLilz6-ilbVVMaYt89PE8m6MSej6LqrNdOqayoaTaTJgFA3h_ZCz4KMHNJTfwkW0DrwH6r584ka-l1uxA05S4OskBl8Q7hXATTU9IShZVRCIU_9YN2ohm8Wj8YNGN9e8oJKJyJWjuq-tItuWgRhdeo9Y5wTw6dDa8cFgluUG57_hkPIys-89Mw1lfSHcUx4qi4zKWcEK-H_OA&h=omi9hxvIiW4L9wiYiikE9LOTJAZkulyDYMICkiBlv9w + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d?api-version=2017-04-18&t=638972596593380572&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=i8j6AVCKANa1YNH6hTGDTfSShDR_zEGKDi6dN6SLboKch927yv-1YCNMfZTqs7-P0de8rBgy3OL8ko-h4GutMG2fNClXe6CThHC8Tz_6h6rT_JrWrczja_6NW61rn2drEYHw1MYdaIHMNwNKrEOo686ed-seI2abQZNfvjrQby9y_UJK1KcG0T0w-e_hswkyUAvoFDRiuuk8n9hIpeT0m61yVw0mpgVsnqQFVU-PUN-8SQ6DqFKiSmPuPXCgrRB8brjklgaC-Qnl9v_jh9lMGMNbKz26QumJ-OHthiW_4vQRPgq-W9CTnxSP9d3jIXECoxeaqTMscYB3eo3Vn9NHMg&h=niS7ejnxzueolsJz6R13spDXqWHDu0dPBCtfsi6jCYc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/efc40c43-a727-42ba-8d27-9c6ec87694dd","name":"efc40c43-a727-42ba-8d27-9c6ec87694dd","status":"Succeeded","startTime":"2025-09-09T18:17:12Z","endTime":"2025-09-09T18:17:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0be2c1bd-362c-4fb6-a347-b527beb7d32d","name":"0be2c1bd-362c-4fb6-a347-b527beb7d32d","status":"Succeeded","startTime":"2025-10-28T14:47:39Z","endTime":"2025-10-28T14:48:11Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:41 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/af7e42b2-911b-4f5f-ba03-6a9705b90316 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c5c7ecd2-a16a-40ae-8486-b6cb531e5900 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5C72CB06C1BF4608B8ED2EF7BCC01891 Ref B: MWH011020806029 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: F414BBB4C511478BA7E37CA57F03D658 Ref B: CO6AA3150217011 Ref C: 2025-10-28T14:48:41Z' status: code: 200 message: OK @@ -224,23 +224,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a4c5-0000-0500-0000-68c06f480000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"fca750e9230848bdb00cf849a6ec8467","dateCreated":"2025-09-09T18:17:12.665731Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1309258Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1309258Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503e0d7-0000-0500-0000-6900d7aa0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"78abaed149224772b4878f618527a9c3","dateCreated":"2025-10-28T14:47:38.9880606Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.4788045Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.4788045Z"}}' headers: cache-control: - no-cache content-length: - - '8670' + - '8671' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:41 GMT etag: - - '"8203a4c5-0000-0500-0000-68c06f480000"' + - '"b503e0d7-0000-0500-0000-6900d7aa0000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '17' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B5A36D39119C44988F708D1F9B92602B Ref B: CO6AA3150217047 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: DDBB7E7048BE4BC097A5D305C16DCE99 Ref B: MWH011020806042 Ref C: 2025-10-28T14:48:41Z' status: code: 200 message: OK @@ -274,9 +274,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/skus?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/skus?api-version=2025-09-01 response: body: string: '{"value":[{"resourceType":"Microsoft.CognitiveServices/accounts","sku":{"name":"F0","tier":"Free"}},{"resourceType":"Microsoft.CognitiveServices/accounts","sku":{"name":"S0","tier":"Standard"}}]}' @@ -288,7 +288,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:43 GMT expires: - '-1' pragma: @@ -300,13 +300,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '22' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e8a74e28-b1f2-4003-96a4-6f127285eff7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8864c4d9-69ca-4022-8c48-e3aafa754a94 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 00E62CB14DD64E0886F9A51279640364 Ref B: MWH011020809034 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 37CD01C81D234C94A28E3A94AA4E6798 Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:48:43Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_usage.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_usage.yaml index c12bf0d656c..6da47c6af3a 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_usage.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_list_usage.yaml @@ -18,20 +18,20 @@ interactions: ParameterSetName: - -n -g --kind --sku -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820342ca-0000-0500-0000-68c06f6b0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"70971ae53c5f43529118825bc702ad03","dateCreated":"2025-09-09T18:18:18.0542776Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5039be0-0000-0500-0000-6900d7ce0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"99475bd055834ba4a15d9a37008971ba","dateCreated":"2025-10-28T14:48:46.3638379Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:17.5387401Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:17.5387401Z"}}' + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.8269969Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.8269969Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e?api-version=2017-04-18&t=638930386995701357&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p70vwllopKcyj7XaGM3xxia_Pg9C7LVk-KePnC8E2YdJFXpXkhrM4KZHCZjmb1n4ZATm6zX_IRzJImn-m3i_3rpZ6W2iOnJBsntgoSZW0pgKk6-90hC3JsiR1WBbxAsMwyuUUlRJa3hYYbcQVxkrt7mWSf_k10QQA2ePkkv6vt3LfA5um0KC-8rnmDOJpsVcUBAo-05O4WRbEwtiqA3HFjpvJDkK2m-UrnxdZsDwv4_aiByKFcDEz0oCptgXaljXpeFLmQCXBkXugug8JW6-su9L1huYHCgq6VTP4rRSwypPFJ4FgEqpRZJJ2c-croRLLthO5g8lemD9uRLFvfeHyw&h=eNMYN6hSenQNXUZCJqke9w0lGKz51e2iz-1w5ZghVHM + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a?api-version=2017-04-18&t=638972597268113930&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=CSo2t0t9Zkpp0jIxbbCLmQ5ieQw6gCZ8HdUfHnYYDYOmaGweFR8VD_zxa0MsY5wqrxhs_BwIOieJNpZjeXZ8edOWWPC-uYa18Up91BfVg-3dVOu_gfLZmXErfPv99eSiafFcFAS5vqsJ42WjNT_s4wlL50BCyUpDds4lxRrMg_di2ZhZ1PpMy4zcsmtHw5cMGg1STtCJNm-BgIxhaO9uReiJwyO-YPa7UgxISCkquAUkMBFEwoYoy1TmBK1PCTEYbVwDLd87FBXQfAQLwEor2j9gy68D9ViYSVMMngCJOG9sH0MC3wJBTjND49oZO2iv4hDsPo-n5eiCJ7LC6Ij7Cw&h=q4lJR7TXGwkt9F6Ug-XEnAm3oEyDOOIanvmUldV72wk cache-control: - no-cache content-length: @@ -39,9 +39,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:19 GMT + - Tue, 28 Oct 2025 14:48:45 GMT etag: - - '"820342ca-0000-0500-0000-68c06f6b0000"' + - '"b5039be0-0000-0500-0000-6900d7ce0000"' expires: - '-1' pragma: @@ -53,15 +53,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1835' + - '791' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/36703339-a0ff-45a8-80e5-49b18d472926 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/26deb64b-e64c-44ae-b496-a1bfb7bbebf8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 57C6850DB6D84AAD8564A4F054E94348 Ref B: MWH011020809023 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 5157E49B4E1649478810C0A84E5CEDAE Ref B: MWH011020807060 Ref C: 2025-10-28T14:48:45Z' status: code: 201 message: Created @@ -79,12 +79,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e?api-version=2017-04-18&t=638930386995701357&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p70vwllopKcyj7XaGM3xxia_Pg9C7LVk-KePnC8E2YdJFXpXkhrM4KZHCZjmb1n4ZATm6zX_IRzJImn-m3i_3rpZ6W2iOnJBsntgoSZW0pgKk6-90hC3JsiR1WBbxAsMwyuUUlRJa3hYYbcQVxkrt7mWSf_k10QQA2ePkkv6vt3LfA5um0KC-8rnmDOJpsVcUBAo-05O4WRbEwtiqA3HFjpvJDkK2m-UrnxdZsDwv4_aiByKFcDEz0oCptgXaljXpeFLmQCXBkXugug8JW6-su9L1huYHCgq6VTP4rRSwypPFJ4FgEqpRZJJ2c-croRLLthO5g8lemD9uRLFvfeHyw&h=eNMYN6hSenQNXUZCJqke9w0lGKz51e2iz-1w5ZghVHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a?api-version=2017-04-18&t=638972597268113930&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=CSo2t0t9Zkpp0jIxbbCLmQ5ieQw6gCZ8HdUfHnYYDYOmaGweFR8VD_zxa0MsY5wqrxhs_BwIOieJNpZjeXZ8edOWWPC-uYa18Up91BfVg-3dVOu_gfLZmXErfPv99eSiafFcFAS5vqsJ42WjNT_s4wlL50BCyUpDds4lxRrMg_di2ZhZ1PpMy4zcsmtHw5cMGg1STtCJNm-BgIxhaO9uReiJwyO-YPa7UgxISCkquAUkMBFEwoYoy1TmBK1PCTEYbVwDLd87FBXQfAQLwEor2j9gy68D9ViYSVMMngCJOG9sH0MC3wJBTjND49oZO2iv4hDsPo-n5eiCJ7LC6Ij7Cw&h=q4lJR7TXGwkt9F6Ug-XEnAm3oEyDOOIanvmUldV72wk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","name":"a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","status":"Creating","startTime":"2025-09-09T18:18:19Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","name":"3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","status":"Creating","startTime":"2025-10-28T14:48:46Z"}' headers: cache-control: - no-cache @@ -93,7 +93,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:19 GMT + - Tue, 28 Oct 2025 14:48:46 GMT expires: - '-1' pragma: @@ -107,11 +107,11 @@ interactions: x-envoy-upstream-service-time: - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/943208bc-cb4c-4205-98e1-8f118d65761c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a83e3290-3bd5-433b-ad36-69227ecc0b2c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0522CEB0C2F8400F8A6625D35CB4AB9C Ref B: MWH011020806036 Ref C: 2025-09-09T18:18:19Z' + - 'Ref A: 4A0D23D29D194959964068E2061A457E Ref B: CO6AA3150217049 Ref C: 2025-10-28T14:48:47Z' status: code: 200 message: OK @@ -129,12 +129,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e?api-version=2017-04-18&t=638930386995701357&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p70vwllopKcyj7XaGM3xxia_Pg9C7LVk-KePnC8E2YdJFXpXkhrM4KZHCZjmb1n4ZATm6zX_IRzJImn-m3i_3rpZ6W2iOnJBsntgoSZW0pgKk6-90hC3JsiR1WBbxAsMwyuUUlRJa3hYYbcQVxkrt7mWSf_k10QQA2ePkkv6vt3LfA5um0KC-8rnmDOJpsVcUBAo-05O4WRbEwtiqA3HFjpvJDkK2m-UrnxdZsDwv4_aiByKFcDEz0oCptgXaljXpeFLmQCXBkXugug8JW6-su9L1huYHCgq6VTP4rRSwypPFJ4FgEqpRZJJ2c-croRLLthO5g8lemD9uRLFvfeHyw&h=eNMYN6hSenQNXUZCJqke9w0lGKz51e2iz-1w5ZghVHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a?api-version=2017-04-18&t=638972597268113930&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=CSo2t0t9Zkpp0jIxbbCLmQ5ieQw6gCZ8HdUfHnYYDYOmaGweFR8VD_zxa0MsY5wqrxhs_BwIOieJNpZjeXZ8edOWWPC-uYa18Up91BfVg-3dVOu_gfLZmXErfPv99eSiafFcFAS5vqsJ42WjNT_s4wlL50BCyUpDds4lxRrMg_di2ZhZ1PpMy4zcsmtHw5cMGg1STtCJNm-BgIxhaO9uReiJwyO-YPa7UgxISCkquAUkMBFEwoYoy1TmBK1PCTEYbVwDLd87FBXQfAQLwEor2j9gy68D9ViYSVMMngCJOG9sH0MC3wJBTjND49oZO2iv4hDsPo-n5eiCJ7LC6Ij7Cw&h=q4lJR7TXGwkt9F6Ug-XEnAm3oEyDOOIanvmUldV72wk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","name":"a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","status":"Creating","startTime":"2025-09-09T18:18:19Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","name":"3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","status":"Creating","startTime":"2025-10-28T14:48:46Z"}' headers: cache-control: - no-cache @@ -143,7 +143,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:50 GMT + - Tue, 28 Oct 2025 14:49:17 GMT expires: - '-1' pragma: @@ -155,13 +155,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0895e9a2-bcbb-471f-b267-1681bd1a4ded + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/05d95a92-5aae-4d48-a879-e0ffe62059a4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9F590994002342EA9F12C0CFAEECD871 Ref B: MWH011020808031 Ref C: 2025-09-09T18:18:50Z' + - 'Ref A: 161C719740D14695B4738F2A106BCDB3 Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:49:17Z' status: code: 200 message: OK @@ -179,12 +179,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e?api-version=2017-04-18&t=638930386995701357&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p70vwllopKcyj7XaGM3xxia_Pg9C7LVk-KePnC8E2YdJFXpXkhrM4KZHCZjmb1n4ZATm6zX_IRzJImn-m3i_3rpZ6W2iOnJBsntgoSZW0pgKk6-90hC3JsiR1WBbxAsMwyuUUlRJa3hYYbcQVxkrt7mWSf_k10QQA2ePkkv6vt3LfA5um0KC-8rnmDOJpsVcUBAo-05O4WRbEwtiqA3HFjpvJDkK2m-UrnxdZsDwv4_aiByKFcDEz0oCptgXaljXpeFLmQCXBkXugug8JW6-su9L1huYHCgq6VTP4rRSwypPFJ4FgEqpRZJJ2c-croRLLthO5g8lemD9uRLFvfeHyw&h=eNMYN6hSenQNXUZCJqke9w0lGKz51e2iz-1w5ZghVHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a?api-version=2017-04-18&t=638972597268113930&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=CSo2t0t9Zkpp0jIxbbCLmQ5ieQw6gCZ8HdUfHnYYDYOmaGweFR8VD_zxa0MsY5wqrxhs_BwIOieJNpZjeXZ8edOWWPC-uYa18Up91BfVg-3dVOu_gfLZmXErfPv99eSiafFcFAS5vqsJ42WjNT_s4wlL50BCyUpDds4lxRrMg_di2ZhZ1PpMy4zcsmtHw5cMGg1STtCJNm-BgIxhaO9uReiJwyO-YPa7UgxISCkquAUkMBFEwoYoy1TmBK1PCTEYbVwDLd87FBXQfAQLwEor2j9gy68D9ViYSVMMngCJOG9sH0MC3wJBTjND49oZO2iv4hDsPo-n5eiCJ7LC6Ij7Cw&h=q4lJR7TXGwkt9F6Ug-XEnAm3oEyDOOIanvmUldV72wk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","name":"a2f9ac6b-dd97-4a8f-9180-f9dfd483433e","status":"Succeeded","startTime":"2025-09-09T18:18:19Z","endTime":"2025-09-09T18:18:50Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","name":"3e1de0a5-4b7f-4093-a67e-b3fb38444e5a","status":"Succeeded","startTime":"2025-10-28T14:48:46Z","endTime":"2025-10-28T14:49:19Z"}' headers: cache-control: - no-cache @@ -193,7 +193,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:21 GMT + - Tue, 28 Oct 2025 14:49:47 GMT expires: - '-1' pragma: @@ -205,13 +205,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/60ead7cf-a50f-4a78-bac3-f5b40b2427f9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f3a8b7b4-4782-40fb-aa0c-842e5f71c8b1 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: 9C6CD93530EF434D97E660B1CBA4508D Ref B: CO6AA3150219009 Ref C: 2025-09-09T18:19:21Z' + - 'Ref A: 61FD81C8988C46AE9A23FF9F10273C1F Ref B: MWH011020807054 Ref C: 2025-10-28T14:49:48Z' status: code: 200 message: OK @@ -229,17 +229,17 @@ interactions: ParameterSetName: - -n -g --kind --sku -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82037ccf-0000-0500-0000-68c06f8a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"70971ae53c5f43529118825bc702ad03","dateCreated":"2025-09-09T18:18:18.0542776Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503b1e8-0000-0500-0000-6900d7ef0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"99475bd055834ba4a15d9a37008971ba","dateCreated":"2025-10-28T14:48:46.3638379Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:17.5387401Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:17.5387401Z"}}' + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.8269969Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.8269969Z"}}' headers: cache-control: - no-cache @@ -248,9 +248,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:21 GMT + - Tue, 28 Oct 2025 14:49:47 GMT etag: - - '"82037ccf-0000-0500-0000-68c06f8a0000"' + - '"b503b1e8-0000-0500-0000-6900d7ef0000"' expires: - '-1' pragma: @@ -266,7 +266,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CBF2A2F2AFE64E81A499D22EE2CD5368 Ref B: MWH011020806040 Ref C: 2025-09-09T18:19:21Z' + - 'Ref A: DBB2B171A462414794B46506F0803D0D Ref B: MWH011020809029 Ref C: 2025-10-28T14:49:48Z' status: code: 200 message: OK @@ -284,9 +284,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/usages?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/usages?api-version=2025-09-01 response: body: string: '{"value":[{"name":{"value":"TextAnalytics.CtAutoTagging","localizedValue":"TextAnalytics.CtAutoTagging"},"status":"Included","currentValue":0.0,"limit":5000.0,"nextResetTime":"0001-01-01T00:00:00Z","quotaPeriod":"30.00:00:00","unit":"Count"},{"name":{"value":"TextAnalytics.CtSaAutoTagging","localizedValue":"TextAnalytics.CtSaAutoTagging"},"status":"Included","currentValue":0.0,"limit":1000.0,"nextResetTime":"0001-01-01T00:00:00Z","quotaPeriod":"30.00:00:00","unit":"Count"},{"name":{"value":"TextAnalytics.CtEvaluation","localizedValue":"TextAnalytics.CtEvaluation"},"status":"Included","currentValue":0.0,"limit":5000.0,"nextResetTime":"0001-01-01T00:00:00Z","quotaPeriod":"30.00:00:00","unit":"Count"},{"name":{"value":"TextAnalytics.CustomHealthcare","localizedValue":"TextAnalytics.CustomHealthcare"},"status":"Included","currentValue":0.0,"limit":10000.0,"nextResetTime":"0001-01-01T00:00:00Z","quotaPeriod":"30.00:00:00","unit":"Count"}]}' @@ -298,7 +298,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:22 GMT + - Tue, 28 Oct 2025 14:49:54 GMT expires: - '-1' pragma: @@ -310,13 +310,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '422' + - '4794' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8b4b293c-df1d-4d1a-a705-52485a0e63b1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2099fe71-8ffe-48ee-b4be-65e0d461cbda x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A08C1A9072084B00966EAE08ADA6F33D Ref B: CO6AA3150219039 Ref C: 2025-09-09T18:19:22Z' + - 'Ref A: CF768D829DEA463B8B467C07CDDADA83 Ref B: CO6AA3150218027 Ref C: 2025-10-28T14:49:49Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_public_network_access.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_public_network_access.yaml index 0a631987c0c..4713ec3be9d 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_public_network_access.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_account_public_network_access.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82039dca-0000-0500-0000-68c06f6d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"27a077575f234c7b995f1935ddac735e","dateCreated":"2025-09-09T18:18:21.2888934Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.7362204Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.7362204Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a8e1-0000-0500-0000-6900d7d20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"702f052c71b840c4a042fe42dee9e610","dateCreated":"2025-10-28T14:48:50.2975467Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:49.6405325Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:49.6405325Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/648380a6-1531-4f7f-8b79-62a73f5fe1c7?api-version=2017-04-18&t=638930387016581094&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hoArb0cmnkmlu8DPto5ixpDgBGsktUGlg3o4kdR3slqZLj9QxLdU-yHT2YlBp79iTre2JF2a060eBY9ab6R3_EcQj6VwYNR0nu-39Klx476VJi6cI6ZZocJb-aq_WLO2UPiB4AqAAG5-A8PBKADwtNl8GYpBsSyEdOLOobuHjpWhUaELitI1x4Ck66Uwk7VUcX2K9AzB5tppnC37tppNBVVS__XUwD2yefe6DC4YibOWjb2aA4DzvoAXeZw60Z_5m1UothTnFXscyT84HL99sWxaP1ZHtmPzYJNC4GoPq5zbYjvUUAsJP2QRolfjxqmbY-hwjOrz5Y5-tYmAxpD74A&h=dKJtvK4F8g4ZP0q5hW5LDBxUPaRbdsC7-5LKITTUDZU + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3feb0fb9-0855-45e1-98ca-3746f293135c?api-version=2017-04-18&t=638972597306561831&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=PBmqI2xjhykzDv1MErSsVYg7dFZIG7NwXp0ULy1AnFdmAoYor63eBa1BypMeUoqfXNeStKUMhWgB2rZROySYEmgiiV29-D0DOhcMmxhhflTSogvX4mxBaHPlZlBx3jibgXGF9ziVV-64xKSpUNjt8bm-tb6tEc2OBWl_6Beod8LTqVNbwFYsRrYAHA8G6n1wBLhjZJUy1c8Njzz68eX98aEtjeoM-c636Ur-QqwjdaFnOBrmomYnGgZtTax0K0N02knI_YnKUPTA4hB5HM9HEXw93sIsPdeFGzPlJkdny5f0EkIgY2caHERS-6i1AZWD5z_wqHkMntRJsCSF3GHLbg&h=VzebmlcDu5O0SosPRh6DJQGYz-pU6SDBxob9VT-j1_U cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:48:50 GMT etag: - - '"82039dca-0000-0500-0000-68c06f6d0000"' + - '"b503a8e1-0000-0500-0000-6900d7d20000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '648' + - '658' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/f6f42ca4-0ebe-4fd8-b0ef-6d2c926fa926 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/59f62070-52b9-4153-bdf5-b4389a06ef4d x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 358B47E9EC04449D8B1223CB5B4EFFD6 Ref B: CO6AA3150219027 Ref C: 2025-09-09T18:18:20Z' + - 'Ref A: 1F5286258AF1444D804FA9C5AB70653E Ref B: MWH011020808023 Ref C: 2025-10-28T14:48:48Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/648380a6-1531-4f7f-8b79-62a73f5fe1c7?api-version=2017-04-18&t=638930387016581094&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hoArb0cmnkmlu8DPto5ixpDgBGsktUGlg3o4kdR3slqZLj9QxLdU-yHT2YlBp79iTre2JF2a060eBY9ab6R3_EcQj6VwYNR0nu-39Klx476VJi6cI6ZZocJb-aq_WLO2UPiB4AqAAG5-A8PBKADwtNl8GYpBsSyEdOLOobuHjpWhUaELitI1x4Ck66Uwk7VUcX2K9AzB5tppnC37tppNBVVS__XUwD2yefe6DC4YibOWjb2aA4DzvoAXeZw60Z_5m1UothTnFXscyT84HL99sWxaP1ZHtmPzYJNC4GoPq5zbYjvUUAsJP2QRolfjxqmbY-hwjOrz5Y5-tYmAxpD74A&h=dKJtvK4F8g4ZP0q5hW5LDBxUPaRbdsC7-5LKITTUDZU + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3feb0fb9-0855-45e1-98ca-3746f293135c?api-version=2017-04-18&t=638972597306561831&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=PBmqI2xjhykzDv1MErSsVYg7dFZIG7NwXp0ULy1AnFdmAoYor63eBa1BypMeUoqfXNeStKUMhWgB2rZROySYEmgiiV29-D0DOhcMmxhhflTSogvX4mxBaHPlZlBx3jibgXGF9ziVV-64xKSpUNjt8bm-tb6tEc2OBWl_6Beod8LTqVNbwFYsRrYAHA8G6n1wBLhjZJUy1c8Njzz68eX98aEtjeoM-c636Ur-QqwjdaFnOBrmomYnGgZtTax0K0N02knI_YnKUPTA4hB5HM9HEXw93sIsPdeFGzPlJkdny5f0EkIgY2caHERS-6i1AZWD5z_wqHkMntRJsCSF3GHLbg&h=VzebmlcDu5O0SosPRh6DJQGYz-pU6SDBxob9VT-j1_U response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/648380a6-1531-4f7f-8b79-62a73f5fe1c7","name":"648380a6-1531-4f7f-8b79-62a73f5fe1c7","status":"Creating","startTime":"2025-09-09T18:18:21Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3feb0fb9-0855-45e1-98ca-3746f293135c","name":"3feb0fb9-0855-45e1-98ca-3746f293135c","status":"Creating","startTime":"2025-10-28T14:48:50Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:48:50 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b4722fc4-c7bf-4b3a-b3d6-173151b59069 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8525efd8-3bb8-45a6-8703-8d6c9712ef75 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5828A29B4511490CA5D45D935702CA78 Ref B: MWH011020808029 Ref C: 2025-09-09T18:18:21Z' + - 'Ref A: C3362D5FD16B41CD8B8EECF40C930F40 Ref B: MWH011020807054 Ref C: 2025-10-28T14:48:50Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/648380a6-1531-4f7f-8b79-62a73f5fe1c7?api-version=2017-04-18&t=638930387016581094&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hoArb0cmnkmlu8DPto5ixpDgBGsktUGlg3o4kdR3slqZLj9QxLdU-yHT2YlBp79iTre2JF2a060eBY9ab6R3_EcQj6VwYNR0nu-39Klx476VJi6cI6ZZocJb-aq_WLO2UPiB4AqAAG5-A8PBKADwtNl8GYpBsSyEdOLOobuHjpWhUaELitI1x4Ck66Uwk7VUcX2K9AzB5tppnC37tppNBVVS__XUwD2yefe6DC4YibOWjb2aA4DzvoAXeZw60Z_5m1UothTnFXscyT84HL99sWxaP1ZHtmPzYJNC4GoPq5zbYjvUUAsJP2QRolfjxqmbY-hwjOrz5Y5-tYmAxpD74A&h=dKJtvK4F8g4ZP0q5hW5LDBxUPaRbdsC7-5LKITTUDZU + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3feb0fb9-0855-45e1-98ca-3746f293135c?api-version=2017-04-18&t=638972597306561831&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=PBmqI2xjhykzDv1MErSsVYg7dFZIG7NwXp0ULy1AnFdmAoYor63eBa1BypMeUoqfXNeStKUMhWgB2rZROySYEmgiiV29-D0DOhcMmxhhflTSogvX4mxBaHPlZlBx3jibgXGF9ziVV-64xKSpUNjt8bm-tb6tEc2OBWl_6Beod8LTqVNbwFYsRrYAHA8G6n1wBLhjZJUy1c8Njzz68eX98aEtjeoM-c636Ur-QqwjdaFnOBrmomYnGgZtTax0K0N02knI_YnKUPTA4hB5HM9HEXw93sIsPdeFGzPlJkdny5f0EkIgY2caHERS-6i1AZWD5z_wqHkMntRJsCSF3GHLbg&h=VzebmlcDu5O0SosPRh6DJQGYz-pU6SDBxob9VT-j1_U response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/648380a6-1531-4f7f-8b79-62a73f5fe1c7","name":"648380a6-1531-4f7f-8b79-62a73f5fe1c7","status":"Succeeded","startTime":"2025-09-09T18:18:21Z","endTime":"2025-09-09T18:18:22Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3feb0fb9-0855-45e1-98ca-3746f293135c","name":"3feb0fb9-0855-45e1-98ca-3746f293135c","status":"Succeeded","startTime":"2025-10-28T14:48:50Z","endTime":"2025-10-28T14:48:51Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:51 GMT + - Tue, 28 Oct 2025 14:49:21 GMT expires: - '-1' pragma: @@ -152,11 +152,11 @@ interactions: x-envoy-upstream-service-time: - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/52c5a6bd-8ad4-4d25-aabc-7360931aabda + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5dbbb935-195c-4f79-bf5c-caa50408e4da x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F633F178D8304430A277FEE57B2EDAD2 Ref B: MWH011020807031 Ref C: 2025-09-09T18:18:52Z' + - 'Ref A: 466151A8EF5646B58611A917D167AC6A Ref B: CO6AA3150220019 Ref C: 2025-10-28T14:49:21Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203dbca-0000-0500-0000-68c06f6e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"27a077575f234c7b995f1935ddac735e","dateCreated":"2025-09-09T18:18:21.2888934Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.7362204Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.7362204Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503cde1-0000-0500-0000-6900d7d30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"702f052c71b840c4a042fe42dee9e610","dateCreated":"2025-10-28T14:48:50.2975467Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:49.6405325Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:49.6405325Z"}}' headers: cache-control: - no-cache @@ -188,9 +188,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:52 GMT + - Tue, 28 Oct 2025 14:49:21 GMT etag: - - '"8203dbca-0000-0500-0000-68c06f6e0000"' + - '"b503cde1-0000-0500-0000-6900d7d30000"' expires: - '-1' pragma: @@ -202,11 +202,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0C36285361EA42B2A4056DC317F1E73B Ref B: MWH011020808052 Ref C: 2025-09-09T18:18:52Z' + - 'Ref A: D3B3022FC5334A318C3F69A676835B1C Ref B: CO6AA3150218031 Ref C: 2025-10-28T14:49:21Z' status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203dbca-0000-0500-0000-68c06f6e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"27a077575f234c7b995f1935ddac735e","dateCreated":"2025-09-09T18:18:21.2888934Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.7362204Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.7362204Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503cde1-0000-0500-0000-6900d7d30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"702f052c71b840c4a042fe42dee9e610","dateCreated":"2025-10-28T14:48:50.2975467Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:49.6405325Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:49.6405325Z"}}' headers: cache-control: - no-cache @@ -238,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:52 GMT + - Tue, 28 Oct 2025 14:49:21 GMT etag: - - '"8203dbca-0000-0500-0000-68c06f6e0000"' + - '"b503cde1-0000-0500-0000-6900d7d30000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FCE1BC83A5544B59AA51587A1789D532 Ref B: MWH011020808023 Ref C: 2025-09-09T18:18:53Z' + - 'Ref A: 59CF5024ED1448F8A4E517EA6ED7B718 Ref B: CO6AA3150218029 Ref C: 2025-10-28T14:49:21Z' status: code: 200 message: OK @@ -276,9 +276,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -288,7 +288,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:54 GMT + - Tue, 28 Oct 2025 14:49:23 GMT expires: - '-1' pragma: @@ -300,15 +300,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '78' + - '157' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bbb455dd-8104-49f4-bd43-f8667847b29d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f1e16a59-35ab-4e38-8df6-e8aa37b9a0d2 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: A463B0FCA8CE4B379CCA6E843B09B1C3 Ref B: CO6AA3150219053 Ref C: 2025-09-09T18:18:53Z' + - 'Ref A: 9BE7E00C4E6E4F9F93504EB55D0AF33F Ref B: MWH011020808040 Ref C: 2025-10-28T14:49:22Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_aiservices.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_aiservices.yaml index e18f1c62782..eadfbb568fe 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_aiservices.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_aiservices.yaml @@ -18,32 +18,35 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"150036a4-0000-0100-0000-68c06f2b0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"46420a7821ae452b8526370556ee7194","dateCreated":"2025-09-09T18:17:14.8579999Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_000002.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3061d82-0000-0100-0000-6900d78d0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"f06c494c247b4539868b50b9de1d18a5","dateCreated":"2025-10-28T14:47:41.0240305Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest_000002.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -56,20 +59,20 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"6c95fd2c-6c85-4a44-b7df-f336be826623","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1319388Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1319388Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"cca11820-3209-4824-930a-369c81b0914f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.698529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.698529Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca?api-version=2017-04-18&t=638930386353977909&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=sXzNEfexcIpr6de6WObOhji6UxlKQDb7td7ZvRLLxu1E_0LjzzzMZG2vI0OYOt1jdLV9c25wQR2y2YNyKMsxE2xmtrLIekGeeoE4eE09o2CY03JuBJcq893pSI-RI_tueVLUzEM3t9Qm51RE5r62EMmKgPYFFQcAipAU_MQ7ScAiQgPXoApbxft-9-qXBhJZU4D44bLPsAzgeRx_qXt0bzcdpK9HGxmhJ40eiycm4hVxUyTGFuHbqvhAy7MghwJ9IqWp_BeOiFaHee5WTsrodv7BdLfwWWHjzKR7K6kWtX0vo7RSVcOlZ18Bwhx3PEf6kyg-EPe3y8Amqs3M_AXyKg&h=qzSR2QDLvU83fEBI2KmyhnPxMCHONGHJJKAAVj5hsQ0 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/4b65ceb3-92ee-4784-bcb5-18341cf51e43?api-version=2017-04-18&t=638972596616204910&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=cNdEjJozLWijvvFqcAbDaQkniEOOoxgxtrxsUtHdMQiYnezQ9Df_RhxOcmEwaCxoIp7BONrgz7al0OwfHyweoWRB-BMt5PYhlJg2sc5R9Fy0-ctApBhrbCA9D-76KMqt7Jlo9v4M_57zvAi6INR0IEhFHxPcB21YBDdhroELXUbSCATXofciepWum3x-pGp7lCTNZFvQGitWi2Pc7C2xTPLvKwriVAw9QrKNtf99JIppIUm4nP0fAOPXrN9fmXsaKEqb8MQnlPmFILSeReRS4-2QI5Bj1zxnDY5Lbs3s-Ct807FsbH6Izg54xr9nesvRvnAGzk_gB2cyDkVw5UnrSQ&h=4Kdi0uYr_ImpOHz2E9jY5Aw7pgFiyeKL_ADjv2LMHAw cache-control: - no-cache content-length: - - '33142' + - '35263' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:14 GMT + - Tue, 28 Oct 2025 14:47:41 GMT etag: - - '"150036a4-0000-0100-0000-68c06f2b0000"' + - '"f3061d82-0000-0100-0000-6900d78d0000"' expires: - '-1' pragma: @@ -81,15 +84,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '949' + - '1223' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a64ed153-41ff-411c-800c-4f8afaa56ac3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d942c28e-c307-4fc8-99f7-faf1c16310bb x-ms-ratelimit-remaining-subscription-global-writes: - - '11999' + - '11997' x-ms-ratelimit-remaining-subscription-writes: - - '799' + - '797' x-msedge-ref: - - 'Ref A: C7437CD18CD84A93A5F57FFD92AA487F Ref B: MWH011020807036 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 96DCB94426FF42D4A9240024159C00B5 Ref B: MWH011020807023 Ref C: 2025-10-28T14:47:38Z' status: code: 201 message: Created @@ -107,62 +110,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca?api-version=2017-04-18&t=638930386353977909&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=sXzNEfexcIpr6de6WObOhji6UxlKQDb7td7ZvRLLxu1E_0LjzzzMZG2vI0OYOt1jdLV9c25wQR2y2YNyKMsxE2xmtrLIekGeeoE4eE09o2CY03JuBJcq893pSI-RI_tueVLUzEM3t9Qm51RE5r62EMmKgPYFFQcAipAU_MQ7ScAiQgPXoApbxft-9-qXBhJZU4D44bLPsAzgeRx_qXt0bzcdpK9HGxmhJ40eiycm4hVxUyTGFuHbqvhAy7MghwJ9IqWp_BeOiFaHee5WTsrodv7BdLfwWWHjzKR7K6kWtX0vo7RSVcOlZ18Bwhx3PEf6kyg-EPe3y8Amqs3M_AXyKg&h=qzSR2QDLvU83fEBI2KmyhnPxMCHONGHJJKAAVj5hsQ0 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca","name":"179c52c8-c238-451a-b8e1-7ceee9cbf3ca","status":"Creating","startTime":"2025-09-09T18:17:15Z"}' - headers: - cache-control: - - no-cache - content-length: - - '270' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:17:15 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '10' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fdac6d3d-b929-40e6-8b27-092bf9ad6bae - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: 8E9F9FCAF6164E1C8490CB0972DBC061 Ref B: CO6AA3150219047 Ref C: 2025-09-09T18:17:15Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account create - Connection: - - keep-alive - ParameterSetName: - - -n -g --kind --sku -l --yes - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca?api-version=2017-04-18&t=638930386353977909&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=sXzNEfexcIpr6de6WObOhji6UxlKQDb7td7ZvRLLxu1E_0LjzzzMZG2vI0OYOt1jdLV9c25wQR2y2YNyKMsxE2xmtrLIekGeeoE4eE09o2CY03JuBJcq893pSI-RI_tueVLUzEM3t9Qm51RE5r62EMmKgPYFFQcAipAU_MQ7ScAiQgPXoApbxft-9-qXBhJZU4D44bLPsAzgeRx_qXt0bzcdpK9HGxmhJ40eiycm4hVxUyTGFuHbqvhAy7MghwJ9IqWp_BeOiFaHee5WTsrodv7BdLfwWWHjzKR7K6kWtX0vo7RSVcOlZ18Bwhx3PEf6kyg-EPe3y8Amqs3M_AXyKg&h=qzSR2QDLvU83fEBI2KmyhnPxMCHONGHJJKAAVj5hsQ0 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/4b65ceb3-92ee-4784-bcb5-18341cf51e43?api-version=2017-04-18&t=638972596616204910&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=cNdEjJozLWijvvFqcAbDaQkniEOOoxgxtrxsUtHdMQiYnezQ9Df_RhxOcmEwaCxoIp7BONrgz7al0OwfHyweoWRB-BMt5PYhlJg2sc5R9Fy0-ctApBhrbCA9D-76KMqt7Jlo9v4M_57zvAi6INR0IEhFHxPcB21YBDdhroELXUbSCATXofciepWum3x-pGp7lCTNZFvQGitWi2Pc7C2xTPLvKwriVAw9QrKNtf99JIppIUm4nP0fAOPXrN9fmXsaKEqb8MQnlPmFILSeReRS4-2QI5Bj1zxnDY5Lbs3s-Ct807FsbH6Izg54xr9nesvRvnAGzk_gB2cyDkVw5UnrSQ&h=4Kdi0uYr_ImpOHz2E9jY5Aw7pgFiyeKL_ADjv2LMHAw response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca","name":"179c52c8-c238-451a-b8e1-7ceee9cbf3ca","status":"Creating","startTime":"2025-09-09T18:17:15Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/4b65ceb3-92ee-4784-bcb5-18341cf51e43","name":"4b65ceb3-92ee-4784-bcb5-18341cf51e43","status":"Creating","startTime":"2025-10-28T14:47:41Z"}' headers: cache-control: - no-cache @@ -171,7 +124,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:45 GMT + - Tue, 28 Oct 2025 14:47:41 GMT expires: - '-1' pragma: @@ -183,13 +136,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/da7d5540-1a0e-438b-bb2d-63530503607e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/904e9a6b-4ecb-4c9f-949f-0e60ddea79b5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6AE72DF190B341319F8BB72AAB6AC0DE Ref B: CO6AA3150218039 Ref C: 2025-09-09T18:17:46Z' + - 'Ref A: 7C86266ED5874F2AABBA72426DBDB892 Ref B: MWH011020806036 Ref C: 2025-10-28T14:47:41Z' status: code: 200 message: OK @@ -207,12 +160,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca?api-version=2017-04-18&t=638930386353977909&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=sXzNEfexcIpr6de6WObOhji6UxlKQDb7td7ZvRLLxu1E_0LjzzzMZG2vI0OYOt1jdLV9c25wQR2y2YNyKMsxE2xmtrLIekGeeoE4eE09o2CY03JuBJcq893pSI-RI_tueVLUzEM3t9Qm51RE5r62EMmKgPYFFQcAipAU_MQ7ScAiQgPXoApbxft-9-qXBhJZU4D44bLPsAzgeRx_qXt0bzcdpK9HGxmhJ40eiycm4hVxUyTGFuHbqvhAy7MghwJ9IqWp_BeOiFaHee5WTsrodv7BdLfwWWHjzKR7K6kWtX0vo7RSVcOlZ18Bwhx3PEf6kyg-EPe3y8Amqs3M_AXyKg&h=qzSR2QDLvU83fEBI2KmyhnPxMCHONGHJJKAAVj5hsQ0 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/4b65ceb3-92ee-4784-bcb5-18341cf51e43?api-version=2017-04-18&t=638972596616204910&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=cNdEjJozLWijvvFqcAbDaQkniEOOoxgxtrxsUtHdMQiYnezQ9Df_RhxOcmEwaCxoIp7BONrgz7al0OwfHyweoWRB-BMt5PYhlJg2sc5R9Fy0-ctApBhrbCA9D-76KMqt7Jlo9v4M_57zvAi6INR0IEhFHxPcB21YBDdhroELXUbSCATXofciepWum3x-pGp7lCTNZFvQGitWi2Pc7C2xTPLvKwriVAw9QrKNtf99JIppIUm4nP0fAOPXrN9fmXsaKEqb8MQnlPmFILSeReRS4-2QI5Bj1zxnDY5Lbs3s-Ct807FsbH6Izg54xr9nesvRvnAGzk_gB2cyDkVw5UnrSQ&h=4Kdi0uYr_ImpOHz2E9jY5Aw7pgFiyeKL_ADjv2LMHAw response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/179c52c8-c238-451a-b8e1-7ceee9cbf3ca","name":"179c52c8-c238-451a-b8e1-7ceee9cbf3ca","status":"Succeeded","startTime":"2025-09-09T18:17:15Z","endTime":"2025-09-09T18:18:10Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/4b65ceb3-92ee-4784-bcb5-18341cf51e43","name":"4b65ceb3-92ee-4784-bcb5-18341cf51e43","status":"Succeeded","startTime":"2025-10-28T14:47:41Z","endTime":"2025-10-28T14:47:47Z"}' headers: cache-control: - no-cache @@ -221,7 +174,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:12 GMT expires: - '-1' pragma: @@ -233,13 +186,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '57' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/563115dc-d672-488f-8fd0-f893c9f34f34 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3dc4a49c-cb79-4e64-bde4-8a666996a4ad x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CB55366ABB23499FB5723D06E09F49F0 Ref B: MWH011020807052 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 4B52B80B453B4DEEAE1A522BA4048591 Ref B: CO6AA3150218039 Ref C: 2025-10-28T14:48:12Z' status: code: 200 message: OK @@ -257,32 +210,35 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"150044ac-0000-0100-0000-68c06f620000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"46420a7821ae452b8526370556ee7194","dateCreated":"2025-09-09T18:17:14.8579999Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_000002.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3064083-0000-0100-0000-6900d7920000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"f06c494c247b4539868b50b9de1d18a5","dateCreated":"2025-10-28T14:47:41.0240305Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest_000002.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -295,18 +251,18 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"6c95fd2c-6c85-4a44-b7df-f336be826623","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1319388Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1319388Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"cca11820-3209-4824-930a-369c81b0914f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.698529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.698529Z"}}' headers: cache-control: - no-cache content-length: - - '33143' + - '35264' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:12 GMT etag: - - '"150044ac-0000-0100-0000-68c06f620000"' + - '"f3064083-0000-0100-0000-6900d7920000"' expires: - '-1' pragma: @@ -318,11 +274,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '24' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4A0B4A57656144398D966C4295792DB3 Ref B: MWH011020806040 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: B95C563722E1453B9AE624BB6BE92EDB Ref B: CO6AA3150219025 Ref C: 2025-10-28T14:48:13Z' status: code: 200 message: OK @@ -340,32 +296,35 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"150044ac-0000-0100-0000-68c06f620000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"46420a7821ae452b8526370556ee7194","dateCreated":"2025-09-09T18:17:14.8579999Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_000002.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002","name":"csclitest_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3064083-0000-0100-0000-6900d7920000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"f06c494c247b4539868b50b9de1d18a5","dateCreated":"2025-10-28T14:47:41.0240305Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest_000002.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -378,18 +337,18 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"6c95fd2c-6c85-4a44-b7df-f336be826623","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1319388Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1319388Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"cca11820-3209-4824-930a-369c81b0914f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.698529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.698529Z"}}' headers: cache-control: - no-cache content-length: - - '33143' + - '35264' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:14 GMT etag: - - '"150044ac-0000-0100-0000-68c06f620000"' + - '"f3064083-0000-0100-0000-6900d7920000"' expires: - '-1' pragma: @@ -401,11 +360,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '25' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 388182543BA2424489A4B409C55D9DC5 Ref B: MWH011020807040 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: 6053A41853894633840D330F3727417D Ref B: CO6AA3150220047 Ref C: 2025-10-28T14:48:13Z' status: code: 200 message: OK @@ -425,9 +384,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest_000002?api-version=2025-09-01 response: body: string: '' @@ -437,7 +396,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:19 GMT + - Tue, 28 Oct 2025 14:48:16 GMT expires: - '-1' pragma: @@ -449,15 +408,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '93' + - '119' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9e3cc110-43a6-4fc7-8617-89391bfeae7e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/4d25a49e-575f-44d7-9170-8e9c99353b32 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 6010D80C4F2C40619224DB4186C72163 Ref B: MWH011020807054 Ref C: 2025-09-09T18:18:18Z' + - 'Ref A: D1A5B363E13348A3B91ABB075596E0F7 Ref B: CO6AA3150218045 Ref C: 2025-10-28T14:48:14Z' status: code: 200 message: OK @@ -480,32 +439,36 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --allow-project-management --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"150039b0-0000-0100-0000-68c06f7c0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"7c5c4263135147ebb93972f03d3437cf","dateCreated":"2025-09-09T18:18:35.9785725Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_000003.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"f306a98b-0000-0100-0000-6900d7b40000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"471e346d5ad941e7985161443e55c8ac","dateCreated":"2025-10-28T14:48:19.7529686Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest2_000003.services.ai.azure.com/","ProjectA + APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI Language Model + Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -518,20 +481,20 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"1292c48d-21d0-4008-a273-0c853c18dfb0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.644396Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.644396Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"c29a4f12-3eb3-4c6f-b32c-25922e745df4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:17.428882Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:17.428882Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4?api-version=2017-04-18&t=638930387165025406&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Px8rGRD-_-CTqM1rJXskFOC1Bahpz5gOHhqtOP-e7UwdjvuSfwtlPzioG8V_zAu1yVrKFHiyUC7SUUJOhVtxIqLXzaE4spligolCJVLu0tG46w4-yq4LYJhZciXcN7Kyvkti3uk8Bt0jFM2naHeyQKG8clDTpstgH5zqozMKltzzZvl01j3WL7OpqxZrAVnvxwSBVE4Rct5KGUNKs6gAGo7DdUbuHAOzMsc21UGt0MoUjFAoPouegkQaZUo25YmRmUhoYybZZp0Z-lLXrM16Sb-4RBe5nT2pgo3C6kC0l9FhEt12IVAFdndJ6qp6yATkAVUggCauc-id-K6EmnVKFQ&h=qZu0VSxY6sJz-bkVTqHZWcIvq2tu_tYBDq_Znv1Lh3U + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/ef4fcb99-c134-4be0-95e3-b52f0374036a?api-version=2017-04-18&t=638972597004758330&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ayl1K81gcpFD7rbqbxahYoeTS1VjUjTtrnropgVZ1n1Mq6hF7qgxraLhOEnZpM15HDQomw6ZZs9M_d3gzDbSJUOT7HikaSlRkfNVyO8V77Yirz4OC744-Zr044j0M-oxoBPe2aXh5Ud92KZACzVhuv4Qi64qi0cPGs1dbmvzjgJGs9JIyTZzcDRkuD-EZO46c9RmSn8Q4-qXXgfbSf_zmPTlelJ15MS9iMSyqVCx9NWPXuEb9kR8hNuu4K-fqOQGWmxBrrN85dVWbh8eUa7I68R8kOl7nX6FqxUimpbVSfgeFJ5ecf4e0ab2OaWxFB_LoryIzZjGPYtCoI5KmoFW-A&h=IvgvkL408_RiC-ZZ11S6_ehss94bfbucHj3EHvUmwfY cache-control: - no-cache content-length: - - '33143' + - '35266' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:36 GMT + - Tue, 28 Oct 2025 14:48:19 GMT etag: - - '"150039b0-0000-0100-0000-68c06f7c0000"' + - '"f306a98b-0000-0100-0000-6900d7b40000"' expires: - '-1' pragma: @@ -543,15 +506,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1044' + - '1657' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0fc469ed-b223-43f5-a683-db0c4702c6b9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7e4ff67d-ba44-45a0-82f0-6d94eeb5a113 x-ms-ratelimit-remaining-subscription-global-writes: - - '12000' + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '800' + - '799' x-msedge-ref: - - 'Ref A: C7BBBA05C1C64CDFBCF49D1EDA182D48 Ref B: MWH011020807023 Ref C: 2025-09-09T18:18:20Z' + - 'Ref A: 2224BD2ABAB14363AB36C16405F4668B Ref B: MWH011020806025 Ref C: 2025-10-28T14:48:17Z' status: code: 201 message: Created @@ -569,12 +532,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --allow-project-management --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4?api-version=2017-04-18&t=638930387165025406&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Px8rGRD-_-CTqM1rJXskFOC1Bahpz5gOHhqtOP-e7UwdjvuSfwtlPzioG8V_zAu1yVrKFHiyUC7SUUJOhVtxIqLXzaE4spligolCJVLu0tG46w4-yq4LYJhZciXcN7Kyvkti3uk8Bt0jFM2naHeyQKG8clDTpstgH5zqozMKltzzZvl01j3WL7OpqxZrAVnvxwSBVE4Rct5KGUNKs6gAGo7DdUbuHAOzMsc21UGt0MoUjFAoPouegkQaZUo25YmRmUhoYybZZp0Z-lLXrM16Sb-4RBe5nT2pgo3C6kC0l9FhEt12IVAFdndJ6qp6yATkAVUggCauc-id-K6EmnVKFQ&h=qZu0VSxY6sJz-bkVTqHZWcIvq2tu_tYBDq_Znv1Lh3U + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/ef4fcb99-c134-4be0-95e3-b52f0374036a?api-version=2017-04-18&t=638972597004758330&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ayl1K81gcpFD7rbqbxahYoeTS1VjUjTtrnropgVZ1n1Mq6hF7qgxraLhOEnZpM15HDQomw6ZZs9M_d3gzDbSJUOT7HikaSlRkfNVyO8V77Yirz4OC744-Zr044j0M-oxoBPe2aXh5Ud92KZACzVhuv4Qi64qi0cPGs1dbmvzjgJGs9JIyTZzcDRkuD-EZO46c9RmSn8Q4-qXXgfbSf_zmPTlelJ15MS9iMSyqVCx9NWPXuEb9kR8hNuu4K-fqOQGWmxBrrN85dVWbh8eUa7I68R8kOl7nX6FqxUimpbVSfgeFJ5ecf4e0ab2OaWxFB_LoryIzZjGPYtCoI5KmoFW-A&h=IvgvkL408_RiC-ZZ11S6_ehss94bfbucHj3EHvUmwfY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4","name":"72322f23-0569-49bd-9b8b-995cdd47d9d4","status":"Creating","startTime":"2025-09-09T18:18:36Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/ef4fcb99-c134-4be0-95e3-b52f0374036a","name":"ef4fcb99-c134-4be0-95e3-b52f0374036a","status":"Creating","startTime":"2025-10-28T14:48:20Z"}' headers: cache-control: - no-cache @@ -583,7 +546,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:36 GMT + - Tue, 28 Oct 2025 14:48:20 GMT expires: - '-1' pragma: @@ -595,63 +558,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1cd26cc6-b4aa-4d4a-8dec-f836f545820c - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: 8875695D5A5D41F7B1ECFD9A61AC5827 Ref B: MWH011020807036 Ref C: 2025-09-09T18:18:36Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account create - Connection: - - keep-alive - ParameterSetName: - - -n -g --kind --sku -l --allow-project-management --yes - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4?api-version=2017-04-18&t=638930387165025406&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Px8rGRD-_-CTqM1rJXskFOC1Bahpz5gOHhqtOP-e7UwdjvuSfwtlPzioG8V_zAu1yVrKFHiyUC7SUUJOhVtxIqLXzaE4spligolCJVLu0tG46w4-yq4LYJhZciXcN7Kyvkti3uk8Bt0jFM2naHeyQKG8clDTpstgH5zqozMKltzzZvl01j3WL7OpqxZrAVnvxwSBVE4Rct5KGUNKs6gAGo7DdUbuHAOzMsc21UGt0MoUjFAoPouegkQaZUo25YmRmUhoYybZZp0Z-lLXrM16Sb-4RBe5nT2pgo3C6kC0l9FhEt12IVAFdndJ6qp6yATkAVUggCauc-id-K6EmnVKFQ&h=qZu0VSxY6sJz-bkVTqHZWcIvq2tu_tYBDq_Znv1Lh3U - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4","name":"72322f23-0569-49bd-9b8b-995cdd47d9d4","status":"Creating","startTime":"2025-09-09T18:18:36Z"}' - headers: - cache-control: - - no-cache - content-length: - - '270' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:19:07 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '10' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/51ffc47d-1ded-42fd-80fe-020cae5d557e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/af97ead9-69b3-4b28-b0eb-fa00421c554f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 46CDD897F08142AF82E87A4B524A87CD Ref B: MWH011020809025 Ref C: 2025-09-09T18:19:07Z' + - 'Ref A: 7D9437D031DF41548C35D0AD6CF7C106 Ref B: MWH011020806036 Ref C: 2025-10-28T14:48:20Z' status: code: 200 message: OK @@ -669,12 +582,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --allow-project-management --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4?api-version=2017-04-18&t=638930387165025406&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Px8rGRD-_-CTqM1rJXskFOC1Bahpz5gOHhqtOP-e7UwdjvuSfwtlPzioG8V_zAu1yVrKFHiyUC7SUUJOhVtxIqLXzaE4spligolCJVLu0tG46w4-yq4LYJhZciXcN7Kyvkti3uk8Bt0jFM2naHeyQKG8clDTpstgH5zqozMKltzzZvl01j3WL7OpqxZrAVnvxwSBVE4Rct5KGUNKs6gAGo7DdUbuHAOzMsc21UGt0MoUjFAoPouegkQaZUo25YmRmUhoYybZZp0Z-lLXrM16Sb-4RBe5nT2pgo3C6kC0l9FhEt12IVAFdndJ6qp6yATkAVUggCauc-id-K6EmnVKFQ&h=qZu0VSxY6sJz-bkVTqHZWcIvq2tu_tYBDq_Znv1Lh3U + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/ef4fcb99-c134-4be0-95e3-b52f0374036a?api-version=2017-04-18&t=638972597004758330&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ayl1K81gcpFD7rbqbxahYoeTS1VjUjTtrnropgVZ1n1Mq6hF7qgxraLhOEnZpM15HDQomw6ZZs9M_d3gzDbSJUOT7HikaSlRkfNVyO8V77Yirz4OC744-Zr044j0M-oxoBPe2aXh5Ud92KZACzVhuv4Qi64qi0cPGs1dbmvzjgJGs9JIyTZzcDRkuD-EZO46c9RmSn8Q4-qXXgfbSf_zmPTlelJ15MS9iMSyqVCx9NWPXuEb9kR8hNuu4K-fqOQGWmxBrrN85dVWbh8eUa7I68R8kOl7nX6FqxUimpbVSfgeFJ5ecf4e0ab2OaWxFB_LoryIzZjGPYtCoI5KmoFW-A&h=IvgvkL408_RiC-ZZ11S6_ehss94bfbucHj3EHvUmwfY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/72322f23-0569-49bd-9b8b-995cdd47d9d4","name":"72322f23-0569-49bd-9b8b-995cdd47d9d4","status":"Succeeded","startTime":"2025-09-09T18:18:36Z","endTime":"2025-09-09T18:19:31Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/operationResults/ef4fcb99-c134-4be0-95e3-b52f0374036a","name":"ef4fcb99-c134-4be0-95e3-b52f0374036a","status":"Succeeded","startTime":"2025-10-28T14:48:20Z","endTime":"2025-10-28T14:48:26Z"}' headers: cache-control: - no-cache @@ -683,7 +596,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:37 GMT + - Tue, 28 Oct 2025 14:48:50 GMT expires: - '-1' pragma: @@ -695,13 +608,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/299c2f30-3aa7-436d-9e06-bfe8128b0771 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d1c8c7ed-fadf-4eab-9f27-d6a96089721c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2DE998FA557046C89596473CBE03D836 Ref B: CO6AA3150218023 Ref C: 2025-09-09T18:19:38Z' + - 'Ref A: ABD091C029844FEFBE8C7AC4F79C48B6 Ref B: MWH011020806036 Ref C: 2025-10-28T14:48:51Z' status: code: 200 message: OK @@ -719,32 +632,36 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --allow-project-management --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"15002cb8-0000-0100-0000-68c06fb30000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"7c5c4263135147ebb93972f03d3437cf","dateCreated":"2025-09-09T18:18:35.9785725Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_000003.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3061e8d-0000-0100-0000-6900d7ba0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"471e346d5ad941e7985161443e55c8ac","dateCreated":"2025-10-28T14:48:19.7529686Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest2_000003.services.ai.azure.com/","ProjectA + APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI Language Model + Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -757,18 +674,18 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"1292c48d-21d0-4008-a273-0c853c18dfb0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.644396Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.644396Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"c29a4f12-3eb3-4c6f-b32c-25922e745df4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:17.428882Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:17.428882Z"}}' headers: cache-control: - no-cache content-length: - - '33144' + - '35267' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:38 GMT + - Tue, 28 Oct 2025 14:48:51 GMT etag: - - '"15002cb8-0000-0100-0000-68c06fb30000"' + - '"f3061e8d-0000-0100-0000-6900d7ba0000"' expires: - '-1' pragma: @@ -780,11 +697,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: 240C812AEE67471AB09C4ED25DC60489 Ref B: MWH011020808034 Ref C: 2025-09-09T18:19:38Z' + - 'Ref A: CA05CE4028824C13B708174AD79E2169 Ref B: MWH011020808040 Ref C: 2025-10-28T14:48:51Z' status: code: 200 message: OK @@ -802,32 +719,36 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"15002cb8-0000-0100-0000-68c06fb30000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"7c5c4263135147ebb93972f03d3437cf","dateCreated":"2025-09-09T18:18:35.9785725Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_000003.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003","name":"csclitest2_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3061e8d-0000-0100-0000-6900d7ba0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"471e346d5ad941e7985161443e55c8ac","dateCreated":"2025-10-28T14:48:19.7529686Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest2_000003.services.ai.azure.com/","ProjectA + APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI Language Model + Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E + API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -840,18 +761,18 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"1292c48d-21d0-4008-a273-0c853c18dfb0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.644396Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.644396Z"}}' + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"c29a4f12-3eb3-4c6f-b32c-25922e745df4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:17.428882Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:17.428882Z"}}' headers: cache-control: - no-cache content-length: - - '33144' + - '35267' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:39 GMT + - Tue, 28 Oct 2025 14:48:52 GMT etag: - - '"15002cb8-0000-0100-0000-68c06fb30000"' + - '"f3061e8d-0000-0100-0000-6900d7ba0000"' expires: - '-1' pragma: @@ -863,11 +784,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 66EEA032C5294AEA89D98FCA3DE19A59 Ref B: CO6AA3150218021 Ref C: 2025-09-09T18:19:39Z' + - 'Ref A: 66ED968728BD4D2FAC0BA825527B27AE Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:52Z' status: code: 200 message: OK @@ -887,9 +808,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/csclitest2_000003?api-version=2025-09-01 response: body: string: '' @@ -899,7 +820,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:40 GMT + - Tue, 28 Oct 2025 14:48:54 GMT expires: - '-1' pragma: @@ -911,15 +832,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '117' + - '135' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f16e8f41-296e-4ec7-9631-821e94744550 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/dbc540cd-2605-4f1d-8750-ba6337e8047e x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 034A24C9618C4DA4AD21714A31AA3A56 Ref B: MWH011020809062 Ref C: 2025-09-09T18:19:39Z' + - 'Ref A: 110F51518E5040B99AECBB8C6FB37C56 Ref B: MWH011020807036 Ref C: 2025-10-28T14:48:52Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_commitment_plan.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_commitment_plan.yaml index 96b6cbb9760..0fb78254965 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_commitment_plan.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_commitment_plan.yaml @@ -18,30 +18,30 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203b7bf-0000-0500-0000-68c06f290000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4d8d921ceb704fd8a814246b5d9f59b0","dateCreated":"2025-09-09T18:17:12.691348Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50381d0-0000-0500-0000-6900d78b0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"f105e4e3d31c4a889a6cdce0e3145cd2","dateCreated":"2025-10-28T14:47:39.1007943Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2976427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2976427Z"}}' + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6360611Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6360611Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03?api-version=2017-04-18&t=638930386330945188&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2gtRmixbeGlxW1-ga8aVCTogjjcQG85qXLVUbpEAOcJtPIG71h0thHZuM7XjK4ZNN65bTIfJv6mZKqQPDwRVYv7pQqxz8tU0tOF7xxMv7KA7-O833GUlzu8lT5_YtgDIrNWusPdwZKKUixqR1AsgT6y3cAB6452v6l9gaAfJGu8kH1DrOFjxeLsZWIbKfFOz4eV2r5rxxEcDnUlDTK_D93Y9qvtO5byOH_jb1bKw6G-i8yv-b1ZssMeP875j25TAeBvHa4qlqdjXUNGIRiu-c8j8h9nJQkecANlb5gLyZDELWaor9guXDlZx0hmm2es0AjdykDGMaeaG_pEhWShqpg&h=IYKYgcP6bFl58RoOnDFEFJDYOFnrMpgyxrEE48ORuV4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be?api-version=2017-04-18&t=638972596595891626&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MvpZ84a2nqffi5CyQ8y49ozrT0wXRwPtsbZV1Jj110Hb6HxGbF5tAb-Jg-NEuKmuhlL_w7rktZvYs4F8cczACEnDpN97Mg7kmbyPRtRbprMMUsr5fwGrd2lvt9G9m4FoKdO-K976zSzhPvwmSGGNdJt3Lg8M_pTTzKcd-mRKgCMLY8qSRU-FUHhpWfPwjPI4ovdu61MSbPL913IW-3g9uufjD-m8LPZgPPAhVa3B7gszqRIfcqikTQnr5yIzA2zUYawH6oYdtYsJOyOuFh96wBEvYbhHQ_cqOE8pztU9fPuBy4Us3qJtmKuovWRrzMN_bUehXhcF1MBzAcrNK2ZeaQ&h=0n6pAo6rtMTxk6Ppizp3xm45Hs4rDshxEO2ew_LVQk4 cache-control: - no-cache content-length: - - '8498' + - '8499' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:12 GMT + - Tue, 28 Oct 2025 14:47:38 GMT etag: - - '"8203b7bf-0000-0500-0000-68c06f290000"' + - '"b50381d0-0000-0500-0000-6900d78b0000"' expires: - '-1' pragma: @@ -53,15 +53,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '598' + - '819' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a9fda4db-63cb-4ad0-8f68-3cf5e1396158 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/60edb5e3-9f42-4e6f-a255-92fcaf058560 x-ms-ratelimit-remaining-subscription-global-writes: - - '11999' + - '11997' x-ms-ratelimit-remaining-subscription-writes: - - '799' + - '797' x-msedge-ref: - - 'Ref A: D92A4A65AE924D9C9AB3A973EA86C7F7 Ref B: CO6AA3150217053 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 3DBC6FB867D54E00B2212DD0CE14F8C6 Ref B: MWH011020806054 Ref C: 2025-10-28T14:47:37Z' status: code: 201 message: Created @@ -79,12 +79,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03?api-version=2017-04-18&t=638930386330945188&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2gtRmixbeGlxW1-ga8aVCTogjjcQG85qXLVUbpEAOcJtPIG71h0thHZuM7XjK4ZNN65bTIfJv6mZKqQPDwRVYv7pQqxz8tU0tOF7xxMv7KA7-O833GUlzu8lT5_YtgDIrNWusPdwZKKUixqR1AsgT6y3cAB6452v6l9gaAfJGu8kH1DrOFjxeLsZWIbKfFOz4eV2r5rxxEcDnUlDTK_D93Y9qvtO5byOH_jb1bKw6G-i8yv-b1ZssMeP875j25TAeBvHa4qlqdjXUNGIRiu-c8j8h9nJQkecANlb5gLyZDELWaor9guXDlZx0hmm2es0AjdykDGMaeaG_pEhWShqpg&h=IYKYgcP6bFl58RoOnDFEFJDYOFnrMpgyxrEE48ORuV4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be?api-version=2017-04-18&t=638972596595891626&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MvpZ84a2nqffi5CyQ8y49ozrT0wXRwPtsbZV1Jj110Hb6HxGbF5tAb-Jg-NEuKmuhlL_w7rktZvYs4F8cczACEnDpN97Mg7kmbyPRtRbprMMUsr5fwGrd2lvt9G9m4FoKdO-K976zSzhPvwmSGGNdJt3Lg8M_pTTzKcd-mRKgCMLY8qSRU-FUHhpWfPwjPI4ovdu61MSbPL913IW-3g9uufjD-m8LPZgPPAhVa3B7gszqRIfcqikTQnr5yIzA2zUYawH6oYdtYsJOyOuFh96wBEvYbhHQ_cqOE8pztU9fPuBy4Us3qJtmKuovWRrzMN_bUehXhcF1MBzAcrNK2ZeaQ&h=0n6pAo6rtMTxk6Ppizp3xm45Hs4rDshxEO2ew_LVQk4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03","name":"b8ce90b5-d783-4003-b1ff-444a5b7a1b03","status":"Creating","startTime":"2025-09-09T18:17:13Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","name":"cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","status":"Creating","startTime":"2025-10-28T14:47:39Z"}' headers: cache-control: - no-cache @@ -93,7 +93,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:13 GMT + - Tue, 28 Oct 2025 14:47:40 GMT expires: - '-1' pragma: @@ -105,13 +105,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/14670b17-d997-49d7-b254-6306c5105862 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c05902fa-162b-481f-bb4c-5f0e211a703a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 25453C1E95CA4A01821A6FE6C41F40C8 Ref B: MWH011020808031 Ref C: 2025-09-09T18:17:13Z' + - 'Ref A: A36046505F904F99ADE1334328E8687A Ref B: CO6AA3150218045 Ref C: 2025-10-28T14:47:39Z' status: code: 200 message: OK @@ -129,12 +129,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03?api-version=2017-04-18&t=638930386330945188&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2gtRmixbeGlxW1-ga8aVCTogjjcQG85qXLVUbpEAOcJtPIG71h0thHZuM7XjK4ZNN65bTIfJv6mZKqQPDwRVYv7pQqxz8tU0tOF7xxMv7KA7-O833GUlzu8lT5_YtgDIrNWusPdwZKKUixqR1AsgT6y3cAB6452v6l9gaAfJGu8kH1DrOFjxeLsZWIbKfFOz4eV2r5rxxEcDnUlDTK_D93Y9qvtO5byOH_jb1bKw6G-i8yv-b1ZssMeP875j25TAeBvHa4qlqdjXUNGIRiu-c8j8h9nJQkecANlb5gLyZDELWaor9guXDlZx0hmm2es0AjdykDGMaeaG_pEhWShqpg&h=IYKYgcP6bFl58RoOnDFEFJDYOFnrMpgyxrEE48ORuV4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be?api-version=2017-04-18&t=638972596595891626&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MvpZ84a2nqffi5CyQ8y49ozrT0wXRwPtsbZV1Jj110Hb6HxGbF5tAb-Jg-NEuKmuhlL_w7rktZvYs4F8cczACEnDpN97Mg7kmbyPRtRbprMMUsr5fwGrd2lvt9G9m4FoKdO-K976zSzhPvwmSGGNdJt3Lg8M_pTTzKcd-mRKgCMLY8qSRU-FUHhpWfPwjPI4ovdu61MSbPL913IW-3g9uufjD-m8LPZgPPAhVa3B7gszqRIfcqikTQnr5yIzA2zUYawH6oYdtYsJOyOuFh96wBEvYbhHQ_cqOE8pztU9fPuBy4Us3qJtmKuovWRrzMN_bUehXhcF1MBzAcrNK2ZeaQ&h=0n6pAo6rtMTxk6Ppizp3xm45Hs4rDshxEO2ew_LVQk4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03","name":"b8ce90b5-d783-4003-b1ff-444a5b7a1b03","status":"Creating","startTime":"2025-09-09T18:17:13Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","name":"cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","status":"Creating","startTime":"2025-10-28T14:47:39Z"}' headers: cache-control: - no-cache @@ -143,7 +143,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:44 GMT + - Tue, 28 Oct 2025 14:48:10 GMT expires: - '-1' pragma: @@ -155,13 +155,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '28' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0800b5dd-0433-4eb5-802d-10511d7edaee + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/daee5cfd-d8ed-4a0f-a1d6-ebe7cb460039 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BB7982502C934ACDAE13716C75435602 Ref B: CO6AA3150217027 Ref C: 2025-09-09T18:17:43Z' + - 'Ref A: F1B2AC6F46C347F9A84711EF442544A5 Ref B: CO6AA3150217011 Ref C: 2025-10-28T14:48:10Z' status: code: 200 message: OK @@ -179,12 +179,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03?api-version=2017-04-18&t=638930386330945188&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2gtRmixbeGlxW1-ga8aVCTogjjcQG85qXLVUbpEAOcJtPIG71h0thHZuM7XjK4ZNN65bTIfJv6mZKqQPDwRVYv7pQqxz8tU0tOF7xxMv7KA7-O833GUlzu8lT5_YtgDIrNWusPdwZKKUixqR1AsgT6y3cAB6452v6l9gaAfJGu8kH1DrOFjxeLsZWIbKfFOz4eV2r5rxxEcDnUlDTK_D93Y9qvtO5byOH_jb1bKw6G-i8yv-b1ZssMeP875j25TAeBvHa4qlqdjXUNGIRiu-c8j8h9nJQkecANlb5gLyZDELWaor9guXDlZx0hmm2es0AjdykDGMaeaG_pEhWShqpg&h=IYKYgcP6bFl58RoOnDFEFJDYOFnrMpgyxrEE48ORuV4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be?api-version=2017-04-18&t=638972596595891626&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MvpZ84a2nqffi5CyQ8y49ozrT0wXRwPtsbZV1Jj110Hb6HxGbF5tAb-Jg-NEuKmuhlL_w7rktZvYs4F8cczACEnDpN97Mg7kmbyPRtRbprMMUsr5fwGrd2lvt9G9m4FoKdO-K976zSzhPvwmSGGNdJt3Lg8M_pTTzKcd-mRKgCMLY8qSRU-FUHhpWfPwjPI4ovdu61MSbPL913IW-3g9uufjD-m8LPZgPPAhVa3B7gszqRIfcqikTQnr5yIzA2zUYawH6oYdtYsJOyOuFh96wBEvYbhHQ_cqOE8pztU9fPuBy4Us3qJtmKuovWRrzMN_bUehXhcF1MBzAcrNK2ZeaQ&h=0n6pAo6rtMTxk6Ppizp3xm45Hs4rDshxEO2ew_LVQk4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b8ce90b5-d783-4003-b1ff-444a5b7a1b03","name":"b8ce90b5-d783-4003-b1ff-444a5b7a1b03","status":"Succeeded","startTime":"2025-09-09T18:17:13Z","endTime":"2025-09-09T18:17:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","name":"cfcc96d3-0bc9-4d5c-9d10-3e7c47d877be","status":"Succeeded","startTime":"2025-10-28T14:47:39Z","endTime":"2025-10-28T14:48:12Z"}' headers: cache-control: - no-cache @@ -193,7 +193,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:41 GMT expires: - '-1' pragma: @@ -205,13 +205,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/91b5599f-bcad-4808-8dbd-712925a9d5d0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2a57154b-6ef5-419b-a839-2d7496230d2d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 13153D48F5D24A34A57F8472F4BE8101 Ref B: MWH011020809060 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: 2AC1E9EB8E874E47A0AB406417EFFC8B Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:41Z' status: code: 200 message: OK @@ -229,28 +229,28 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203adc5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4d8d921ceb704fd8a814246b5d9f59b0","dateCreated":"2025-09-09T18:17:12.691348Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031dd8-0000-0500-0000-6900d7ab0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"f105e4e3d31c4a889a6cdce0e3145cd2","dateCreated":"2025-10-28T14:47:39.1007943Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2976427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2976427Z"}}' + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6360611Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6360611Z"}}' headers: cache-control: - no-cache content-length: - - '8499' + - '8500' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:41 GMT etag: - - '"8203adc5-0000-0500-0000-68c06f490000"' + - '"b5031dd8-0000-0500-0000-6900d7ab0000"' expires: - '-1' pragma: @@ -262,11 +262,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F7AA43C178FB42D6BB8E420A902F9E3A Ref B: CO6AA3150217019 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: 5A8F84F635CE4BDB89122C8FD3A33CFB Ref B: CO6AA3150217019 Ref C: 2025-10-28T14:48:41Z' status: code: 200 message: OK @@ -284,28 +284,28 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203adc5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4d8d921ceb704fd8a814246b5d9f59b0","dateCreated":"2025-09-09T18:17:12.691348Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031dd8-0000-0500-0000-6900d7ab0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"f105e4e3d31c4a889a6cdce0e3145cd2","dateCreated":"2025-10-28T14:47:39.1007943Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2976427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2976427Z"}}' + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6360611Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6360611Z"}}' headers: cache-control: - no-cache content-length: - - '8499' + - '8500' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:41 GMT etag: - - '"8203adc5-0000-0500-0000-68c06f490000"' + - '"b5031dd8-0000-0500-0000-6900d7ab0000"' expires: - '-1' pragma: @@ -317,11 +317,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 797167FE87A14B978A5FD0C904B2BB2D Ref B: CO6AA3150217029 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: B123176013724FA085F45DCBFCCCC44F Ref B: MWH011020807060 Ref C: 2025-10-28T14:48:42Z' status: code: 200 message: OK @@ -339,9 +339,9 @@ interactions: ParameterSetName: - -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/centraluseuap/commitmentTiers?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/centraluseuap/commitmentTiers?api-version=2025-09-01 response: body: string: '{"value":[{"kind":"ComputerVision","skuName":"S1","hostingModel":"Web","planType":"Read","tier":"T1","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"S1","hostingModel":"Web","planType":"Read","tier":"T2","quota":{"quantity":2000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"S1","hostingModel":"Web","planType":"Read","tier":"T3","quota":{"quantity":8000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Read","tier":"T1","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Read","tier":"T2","quota":{"quantity":2000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Read","tier":"T3","quota":{"quantity":8000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T1","maxCount":30,"quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T2","maxCount":30,"quota":{"quantity":2000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T3","maxCount":30,"quota":{"quantity":8000000,"unit":"Transaction"},"cost":{}},{"kind":"ComputerVision","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T4","maxCount":30,"quota":{"quantity":16000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"TA","tier":"T1","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"TA","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"TA","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"TA","tier":"T4","quota":{"quantity":25000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"TA","tier":"T1","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"TA","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"TA","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"TA","tier":"T4","quota":{"quantity":25000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"Summarization","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"Summarization","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"Summarization","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"Summarization","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"CLU","tier":"T1","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"CLU","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"CLU","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"Web","planType":"CLU","tier":"T4","quota":{"quantity":25000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"CLU","tier":"T1","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"CLU","tier":"T2","quota":{"quantity":3000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"CLU","tier":"T3","quota":{"quantity":10000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"S","hostingModel":"ConnectedContainer","planType":"CLU","tier":"T4","quota":{"quantity":25000000,"unit":"Transaction"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"TA","tier":"T1","maxCount":30,"quota":{"quantity":1000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"TA","tier":"T2","maxCount":30,"quota":{"quantity":2500000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"TA","tier":"T3","maxCount":30,"quota":{"quantity":10000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"TA","tier":"T4","maxCount":30,"quota":{"quantity":25000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Summarization","tier":"T1","maxCount":30,"quota":{"quantity":1000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Summarization","tier":"T2","maxCount":30,"quota":{"quantity":3000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Summarization","tier":"T3","maxCount":30,"quota":{"quantity":10000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CLU","tier":"T1","maxCount":30,"quota":{"quantity":1000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CLU","tier":"T2","maxCount":30,"quota":{"quantity":3000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CLU","tier":"T3","maxCount":30,"quota":{"quantity":10000000,"unit":"TextRecords"},"cost":{}},{"kind":"TextAnalytics","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CLU","tier":"T4","maxCount":30,"quota":{"quantity":25000000,"unit":"TextRecords"},"cost":{}},{"kind":"LUIS","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"LanguageTransaction","tier":"T1","maxCount":30,"quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"LUIS","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"LanguageTransaction","tier":"T2","maxCount":30,"quota":{"quantity":5000000,"unit":"Transaction"},"cost":{}},{"kind":"LUIS","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"LanguageTransaction","tier":"T3","maxCount":30,"quota":{"quantity":25000000,"unit":"Transaction"},"cost":{}},{"kind":"LUIS","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"LanguageTransaction","tier":"T4","maxCount":30,"quota":{"quantity":50000000,"unit":"Transaction"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"STT","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"STT","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"STT","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"STT","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"STT","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"STT","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"STT","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"STT","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"NTTS","tier":"T1","quota":{"quantity":80000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"NTTS","tier":"T2","quota":{"quantity":400000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"NTTS","tier":"T3","quota":{"quantity":2000000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"NTTS","tier":"T4","quota":{"quantity":4000000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"NTTS","tier":"T1","quota":{"quantity":80000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"NTTS","tier":"T2","quota":{"quantity":400000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"NTTS","tier":"T3","quota":{"quantity":2000000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"NTTS","tier":"T4","quota":{"quantity":4000000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"CustomSTT","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"CustomSTT","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"CustomSTT","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"CustomSTT","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomSTT","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomSTT","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomSTT","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomSTT","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"AddOn","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"AddOn","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"AddOn","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"Web","planType":"AddOn","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"AddOn","tier":"T1","quota":{"quantity":7200000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"AddOn","tier":"T2","quota":{"quantity":36000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"AddOn","tier":"T3","quota":{"quantity":180000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"S0","hostingModel":"ConnectedContainer","planType":"AddOn","tier":"T4","quota":{"quantity":360000000,"unit":"Second"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"AddOn","tier":"T1","maxCount":30,"quota":{"quantity":2000,"unit":"Hour"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"AddOn","tier":"T4","maxCount":30,"quota":{"quantity":100000,"unit":"Hour"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"STT","tier":"T1","maxCount":30,"quota":{"quantity":2000,"unit":"Hour"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"STT","tier":"T4","maxCount":30,"quota":{"quantity":100000,"unit":"Hour"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CustomSTT","tier":"T1","maxCount":30,"quota":{"quantity":2000,"unit":"Hour"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"NTTS","tier":"T1","maxCount":30,"quota":{"quantity":80000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"NTTS","tier":"T2","maxCount":30,"quota":{"quantity":400000000,"unit":"Characters"},"cost":{}},{"kind":"SpeechServices","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"NTTS","tier":"T3","maxCount":30,"quota":{"quantity":2000000000,"unit":"Characters"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"CustomInvoice","tier":"T1","quota":{"quantity":20000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"CustomInvoice","tier":"T2","quota":{"quantity":100000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"CustomInvoice","tier":"T3","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"CustomInvoice","tier":"T4","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomInvoice","tier":"T1","quota":{"quantity":20000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomInvoice","tier":"T2","quota":{"quantity":100000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomInvoice","tier":"T3","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"CustomInvoice","tier":"T4","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"PreBuilt","tier":"T1","quota":{"quantity":20000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"PreBuilt","tier":"T2","quota":{"quantity":100000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"PreBuilt","tier":"T3","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"PreBuilt","tier":"T4","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"PreBuilt","tier":"T1","quota":{"quantity":20000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"PreBuilt","tier":"T2","quota":{"quantity":100000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"PreBuilt","tier":"T3","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"PreBuilt","tier":"T4","quota":{"quantity":1000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"ReadCT","tier":"T1","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"ReadCT","tier":"T2","quota":{"quantity":2000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"ReadCT","tier":"T3","quota":{"quantity":8000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"Web","planType":"ReadCT","tier":"T4","quota":{"quantity":16000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"ReadCT","tier":"T1","quota":{"quantity":500000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"ReadCT","tier":"T2","quota":{"quantity":2000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"ReadCT","tier":"T3","quota":{"quantity":8000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"S0","hostingModel":"ConnectedContainer","planType":"ReadCT","tier":"T4","quota":{"quantity":16000000,"unit":"Transaction"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CustomInvoice","tier":"T1","maxCount":30,"quota":{"quantity":20000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CustomInvoice","tier":"T2","maxCount":30,"quota":{"quantity":100000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CustomInvoice","tier":"T3","maxCount":30,"quota":{"quantity":500000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"CustomInvoice","tier":"T4","maxCount":30,"quota":{"quantity":1000000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T1","maxCount":30,"quota":{"quantity":500000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T2","maxCount":30,"quota":{"quantity":2000000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T3","maxCount":30,"quota":{"quantity":8000000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Read","tier":"T4","maxCount":30,"quota":{"quantity":16000000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"PreBuilt","tier":"T1","maxCount":30,"quota":{"quantity":20000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"PreBuilt","tier":"T2","maxCount":30,"quota":{"quantity":100000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"PreBuilt","tier":"T3","maxCount":30,"quota":{"quantity":500000,"unit":"Pages"},"cost":{}},{"kind":"FormRecognizer","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"PreBuilt","tier":"T4","maxCount":30,"quota":{"quantity":1000000,"unit":"Pages"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"Web","planType":"Characters","tier":"T1","quota":{"quantity":250000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"Web","planType":"Characters","tier":"T2","quota":{"quantity":1000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"Web","planType":"Characters","tier":"T3","quota":{"quantity":4000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"Web","planType":"Characters","tier":"T4","quota":{"quantity":10000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Characters","tier":"T1","quota":{"quantity":250000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Characters","tier":"T2","quota":{"quantity":1000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Characters","tier":"T3","quota":{"quantity":4000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"S1","hostingModel":"ConnectedContainer","planType":"Characters","tier":"T4","quota":{"quantity":10000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Characters","tier":"T1","maxCount":30,"quota":{"quantity":250000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Characters","tier":"T2","maxCount":30,"quota":{"quantity":1000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Characters","tier":"T3","maxCount":30,"quota":{"quantity":4000000000,"unit":"Transaction"},"cost":{}},{"kind":"TextTranslation","skuName":"DC0","hostingModel":"DisconnectedContainer","planType":"Characters","tier":"T4","maxCount":30,"quota":{"quantity":10000000000,"unit":"Transaction"},"cost":{}},{"kind":"OpenAI","skuName":"S0","hostingModel":"ProvisionedWeb","planType":"Provisioned","tier":"Month","quota":{"quantity":0,"unit":"Provisioned @@ -355,7 +355,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:41 GMT expires: - '-1' pragma: @@ -369,11 +369,11 @@ interactions: x-envoy-upstream-service-time: - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/459f9ee9-2bc9-4623-bb2f-a2203bd001a5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ecf3a8e2-1562-4e93-a8d1-0a82c8fc0f36 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9C2A3B00968249A2A8ABE0206F24FBF3 Ref B: MWH011020808025 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 70A069CFAB6E4EE3820F462C47EF6788 Ref B: MWH011020806034 Ref C: 2025-10-28T14:48:42Z' status: code: 200 message: OK @@ -391,9 +391,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-09-01 response: body: string: '{"value":[]}' @@ -405,7 +405,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:43 GMT expires: - '-1' pragma: @@ -417,13 +417,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '21' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a90177c7-20e2-4aa6-8ea2-a456f140e0b3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/aa185d67-8c9c-4a2c-9759-1982d44fa617 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2630688760A74B408B0A3A5F0C16603C Ref B: CO6AA3150217039 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 75DF4B3F37A548058D72B162CB8C48C9 Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:43Z' status: code: 200 message: OK @@ -447,23 +447,23 @@ interactions: - -n -g --commitment-plan-name --hosting-model --plan-type --auto-renew --current-tier --next-tier User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-09-09T00:00:00Z","endDate":"2025-10-01T00:00:00Z","quota":{"quantity":733333,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-10-01T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:16.5562137Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:16.5562137Z"},"etag":"\"3091e25b-0334-429d-8931-72b7594642e4\""}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-10-28T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":129032,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-11-01T00:00:00Z","endDate":"2025-12-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:43.546456Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:43.546456Z"},"etag":"\"f2677dc4-85f0-429e-a855-085792bd88b3\""}' headers: cache-control: - no-cache content-length: - - '879' + - '877' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:43 GMT etag: - - '"3091e25b-0334-429d-8931-72b7594642e4"' + - '"f2677dc4-85f0-429e-a855-085792bd88b3"' expires: - '-1' pragma: @@ -475,15 +475,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '114' + - '278' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d0639726-0105-4726-89b5-227a85546e02 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8ebc76bd-20fb-49ec-9f0f-06b696f4dc7e x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 6AF84147905143AE8172F2D5603F31B9 Ref B: MWH011020809040 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 6B5199FCA376478F8D00223E0FC2A5D0 Ref B: MWH011020807036 Ref C: 2025-10-28T14:48:43Z' status: code: 201 message: Created @@ -501,21 +501,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-09-09T00:00:00Z","endDate":"2025-10-01T00:00:00Z","quota":{"quantity":733333,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-10-01T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:16.5562137Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:16.5562137Z"},"etag":"\"3091e25b-0334-429d-8931-72b7594642e4\""}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-10-28T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":129032,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-11-01T00:00:00Z","endDate":"2025-12-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:43.546456Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:43.546456Z"},"etag":"\"f2677dc4-85f0-429e-a855-085792bd88b3\""}]}' headers: cache-control: - no-cache content-length: - - '891' + - '889' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:43 GMT expires: - '-1' pragma: @@ -527,13 +527,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/49eca5f4-f099-42c8-96e4-7f3e744607fb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/268c4032-a5b4-4783-a8d6-7fba8884b0f9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 62CCA67420EE41C282BED88107007ACD Ref B: MWH011020808052 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 6C994F2811EF473E8574F23B3D00A7E0 Ref B: CO6AA3150220031 Ref C: 2025-10-28T14:48:44Z' status: code: 200 message: OK @@ -551,23 +551,23 @@ interactions: ParameterSetName: - -n -g --commitment-plan-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-09-09T00:00:00Z","endDate":"2025-10-01T00:00:00Z","quota":{"quantity":733333,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-10-01T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:16.5562137Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:16.5562137Z"},"etag":"\"3091e25b-0334-429d-8931-72b7594642e4\""}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentplans/plan","type":"Microsoft.CognitiveServices/accounts/commitmentplans","name":"plan","properties":{"hostingModel":"Web","planType":"TA","current":{"tier":"T1","startDate":"2025-10-28T00:00:00Z","endDate":"2025-11-01T00:00:00Z","quota":{"quantity":129032,"unit":"Transaction"}},"autoRenew":false,"next":{"tier":"T2","startDate":"2025-11-01T00:00:00Z","endDate":"2025-12-01T00:00:00Z","quota":{"quantity":3000000,"unit":"Transaction"}}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:43.546456Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:43.546456Z"},"etag":"\"f2677dc4-85f0-429e-a855-085792bd88b3\""}' headers: cache-control: - no-cache content-length: - - '879' + - '877' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:43 GMT etag: - - '"3091e25b-0334-429d-8931-72b7594642e4"' + - '"f2677dc4-85f0-429e-a855-085792bd88b3"' expires: - '-1' pragma: @@ -579,13 +579,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '26' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ae2a0fa8-4634-46fc-bbcb-dc33e5fbafc7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/0564591d-abbc-4435-a8e6-feb178cf2a38 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 46B747D025E04C44921DC89108E7A1EB Ref B: CO6AA3150217045 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: 5AB7218A75754B67AFB1B36B1C9A2CFD Ref B: MWH011020807029 Ref C: 2025-10-28T14:48:44Z' status: code: 200 message: OK @@ -605,9 +605,9 @@ interactions: ParameterSetName: - -n -g --commitment-plan-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans/plan?api-version=2025-09-01 response: body: string: '' @@ -617,7 +617,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:45 GMT expires: - '-1' pragma: @@ -629,15 +629,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '93' + - '425' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4c354d26-260b-41a0-a618-ba3034a01d15 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2829a230-ad54-4243-b1f0-3185a5278b38 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: C97D6CA6B65F4930BC494F287759FFF1 Ref B: MWH011020809054 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: E4F3575169D14A6AAA1FEC49A02F5FF9 Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:48:44Z' status: code: 200 message: OK @@ -655,9 +655,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/commitmentPlans?api-version=2025-09-01 response: body: string: '{"value":[]}' @@ -669,7 +669,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:45 GMT expires: - '-1' pragma: @@ -681,13 +681,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9176ec7e-9243-4a67-a01b-72cf6593482a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/1c319dea-6b2f-4321-a536-cb380716f483 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 20324EB41D074A55B2B200FAC9F8E1AD Ref B: MWH011020808052 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: 487763C8EA2D4E0589AF0721C6E1C438 Ref B: MWH011020806054 Ref C: 2025-10-28T14:48:45Z' status: code: 200 message: OK @@ -707,9 +707,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -719,7 +719,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:18 GMT + - Tue, 28 Oct 2025 14:48:47 GMT expires: - '-1' pragma: @@ -731,15 +731,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '100' + - '111' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/136bec40-a215-4d81-971e-12b170f0adf1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c7f222f8-50a2-4f45-8124-0e69b1fe300c x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 8E83FAD1CB2848AFB72762D875C4834D Ref B: MWH011020807036 Ref C: 2025-09-09T18:18:18Z' + - 'Ref A: 3458F6E0AF4E4EAC9B93904BFC95090B Ref B: CO6AA3150217049 Ref C: 2025-10-28T14:48:46Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_create_api_properties.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_create_api_properties.yaml index 15583f7ba3d..2c35505d941 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_create_api_properties.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_create_api_properties.yaml @@ -18,25 +18,25 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203dad7-0000-0500-0000-68c06fc10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"7d78e3bb4d4046cdb13353b79e2836fe","dateCreated":"2025-09-09T18:19:44.9130718Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:44.4809151Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:44.4809151Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50394e3-0000-0500-0000-6900d7da0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"ad927f41e22c4b53b203108f47c4989d","dateCreated":"2025-10-28T14:48:58.0001839Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:57.499532Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:57.499532Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb?api-version=2017-04-18&t=638930387853559706&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=VK1TqDw90r6qqKmwy7NcEC93ivGvbZaHJL4O9zMLhbNgKgckanCFX9vqko0OzfWi7nV2pQ8MzVNfO2F2QsmTzRiGrF30fvgxoG1gmcD9kxsZS7C0IRjLxpv95-BACM7y2iuVQ87geLAGA4hEfLyBnS-XmnNW--DEFHiETej7M-VqYS6uk0_2dKhCkBudboNSDS6KNdKO3bm8llmRTttC7T0Z1jxG8JdTUonIjyF3mVfyglD00ZCF6P_Va7Bu-ew3VqQKWtWElrAlml-l60b3zsGNKxGIoQB6NdbjW8YB96k_4A3o5rRkjzfl5J7cXjM5llvCl9uxK_ThtCQ0n4HzEA&h=saz2SKE-IMSPqD7zxtqSlB2duwJCp9jnChdseJXu1EA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/e59dbd17-ee7c-43b3-85e4-8c6851adf473?api-version=2017-04-18&t=638972597384214700&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=EPgi14OsqQ-SBNWIsqx8dimYXyMRI5dWeWvbR8KkTJIPViX-qXyGQtilw8RAc2_PjVsctpSwYM7Y-5rtWrOPoUGcDhtTxwmBt8EJFe9G3-nO3fFEyHIN848Wk1fO5wJGQAT1AfmwYatcPD-q4XvsEKfc0XITeubuTbmIwBqu22NTzY-tMyHd65WfXTdGKhmpuVEiQ-Bd5G1JMV6pDvzDxtFDGFDc1GAXrqw2CkhEfa7-tlb7WDSgSqo6mmVo8ehn5YQ2s-tbv4CPm_G0gRRwKYF98gAD1FyIUv8KPbkkoDVri00ziG1tDbaAYiF_9Ywe4gnmQM79zVgys0eLvRK5jg&h=x0iGw7nTI9gM7N0p9RzVTJNdYVMFm8ZPM8HHWxQipPs cache-control: - no-cache content-length: - - '1344' + - '1342' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:44 GMT + - Tue, 28 Oct 2025 14:48:57 GMT etag: - - '"8203dad7-0000-0500-0000-68c06fc10000"' + - '"b50394e3-0000-0500-0000-6900d7da0000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '597' + - '696' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ef3cd011-e550-4971-978b-2b5162e3b2bf + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/acec5167-55f5-494b-a849-c3cd96508ee9 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 709BBB4CA92A4B83B416689B9B158824 Ref B: MWH011020807034 Ref C: 2025-09-09T18:19:43Z' + - 'Ref A: 32161622594041CF9972CBEC26A63031 Ref B: CO6AA3150217011 Ref C: 2025-10-28T14:48:57Z' status: code: 201 message: Created @@ -74,62 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb?api-version=2017-04-18&t=638930387853559706&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=VK1TqDw90r6qqKmwy7NcEC93ivGvbZaHJL4O9zMLhbNgKgckanCFX9vqko0OzfWi7nV2pQ8MzVNfO2F2QsmTzRiGrF30fvgxoG1gmcD9kxsZS7C0IRjLxpv95-BACM7y2iuVQ87geLAGA4hEfLyBnS-XmnNW--DEFHiETej7M-VqYS6uk0_2dKhCkBudboNSDS6KNdKO3bm8llmRTttC7T0Z1jxG8JdTUonIjyF3mVfyglD00ZCF6P_Va7Bu-ew3VqQKWtWElrAlml-l60b3zsGNKxGIoQB6NdbjW8YB96k_4A3o5rRkjzfl5J7cXjM5llvCl9uxK_ThtCQ0n4HzEA&h=saz2SKE-IMSPqD7zxtqSlB2duwJCp9jnChdseJXu1EA - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","name":"df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","status":"Creating","startTime":"2025-09-09T18:19:45Z"}' - headers: - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:19:46 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '10' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/40c6cf21-cb0b-4276-b3da-4dfd0d0e8af5 - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: C2A8239E685A4D71AE371533A55E3877 Ref B: MWH011020808052 Ref C: 2025-09-09T18:19:46Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account create - Connection: - - keep-alive - ParameterSetName: - - -n -g --kind --sku -l --api-properties --yes - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb?api-version=2017-04-18&t=638930387853559706&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=VK1TqDw90r6qqKmwy7NcEC93ivGvbZaHJL4O9zMLhbNgKgckanCFX9vqko0OzfWi7nV2pQ8MzVNfO2F2QsmTzRiGrF30fvgxoG1gmcD9kxsZS7C0IRjLxpv95-BACM7y2iuVQ87geLAGA4hEfLyBnS-XmnNW--DEFHiETej7M-VqYS6uk0_2dKhCkBudboNSDS6KNdKO3bm8llmRTttC7T0Z1jxG8JdTUonIjyF3mVfyglD00ZCF6P_Va7Bu-ew3VqQKWtWElrAlml-l60b3zsGNKxGIoQB6NdbjW8YB96k_4A3o5rRkjzfl5J7cXjM5llvCl9uxK_ThtCQ0n4HzEA&h=saz2SKE-IMSPqD7zxtqSlB2duwJCp9jnChdseJXu1EA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/e59dbd17-ee7c-43b3-85e4-8c6851adf473?api-version=2017-04-18&t=638972597384214700&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=EPgi14OsqQ-SBNWIsqx8dimYXyMRI5dWeWvbR8KkTJIPViX-qXyGQtilw8RAc2_PjVsctpSwYM7Y-5rtWrOPoUGcDhtTxwmBt8EJFe9G3-nO3fFEyHIN848Wk1fO5wJGQAT1AfmwYatcPD-q4XvsEKfc0XITeubuTbmIwBqu22NTzY-tMyHd65WfXTdGKhmpuVEiQ-Bd5G1JMV6pDvzDxtFDGFDc1GAXrqw2CkhEfa7-tlb7WDSgSqo6mmVo8ehn5YQ2s-tbv4CPm_G0gRRwKYF98gAD1FyIUv8KPbkkoDVri00ziG1tDbaAYiF_9Ywe4gnmQM79zVgys0eLvRK5jg&h=x0iGw7nTI9gM7N0p9RzVTJNdYVMFm8ZPM8HHWxQipPs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","name":"df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","status":"Creating","startTime":"2025-09-09T18:19:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/e59dbd17-ee7c-43b3-85e4-8c6851adf473","name":"e59dbd17-ee7c-43b3-85e4-8c6851adf473","status":"Creating","startTime":"2025-10-28T14:48:58Z"}' headers: cache-control: - no-cache @@ -138,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:16 GMT + - Tue, 28 Oct 2025 14:48:58 GMT expires: - '-1' pragma: @@ -150,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/937ddc9f-888b-4da0-9d40-11efaad77157 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/5871a2a1-1eac-4179-a72d-cd53b37c7844 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 323546636FDE4714B70CBA945F3A0561 Ref B: CO6AA3150218049 Ref C: 2025-09-09T18:20:17Z' + - 'Ref A: D2B2C755C72F400D9CFD69DCECE4E45D Ref B: MWH011020806031 Ref C: 2025-10-28T14:48:58Z' status: code: 200 message: OK @@ -174,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb?api-version=2017-04-18&t=638930387853559706&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=VK1TqDw90r6qqKmwy7NcEC93ivGvbZaHJL4O9zMLhbNgKgckanCFX9vqko0OzfWi7nV2pQ8MzVNfO2F2QsmTzRiGrF30fvgxoG1gmcD9kxsZS7C0IRjLxpv95-BACM7y2iuVQ87geLAGA4hEfLyBnS-XmnNW--DEFHiETej7M-VqYS6uk0_2dKhCkBudboNSDS6KNdKO3bm8llmRTttC7T0Z1jxG8JdTUonIjyF3mVfyglD00ZCF6P_Va7Bu-ew3VqQKWtWElrAlml-l60b3zsGNKxGIoQB6NdbjW8YB96k_4A3o5rRkjzfl5J7cXjM5llvCl9uxK_ThtCQ0n4HzEA&h=saz2SKE-IMSPqD7zxtqSlB2duwJCp9jnChdseJXu1EA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/e59dbd17-ee7c-43b3-85e4-8c6851adf473?api-version=2017-04-18&t=638972597384214700&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=EPgi14OsqQ-SBNWIsqx8dimYXyMRI5dWeWvbR8KkTJIPViX-qXyGQtilw8RAc2_PjVsctpSwYM7Y-5rtWrOPoUGcDhtTxwmBt8EJFe9G3-nO3fFEyHIN848Wk1fO5wJGQAT1AfmwYatcPD-q4XvsEKfc0XITeubuTbmIwBqu22NTzY-tMyHd65WfXTdGKhmpuVEiQ-Bd5G1JMV6pDvzDxtFDGFDc1GAXrqw2CkhEfa7-tlb7WDSgSqo6mmVo8ehn5YQ2s-tbv4CPm_G0gRRwKYF98gAD1FyIUv8KPbkkoDVri00ziG1tDbaAYiF_9Ywe4gnmQM79zVgys0eLvRK5jg&h=x0iGw7nTI9gM7N0p9RzVTJNdYVMFm8ZPM8HHWxQipPs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","name":"df6ddfc4-9313-4cd4-8dea-ef4b94d2f1fb","status":"Succeeded","startTime":"2025-09-09T18:19:45Z","endTime":"2025-09-09T18:20:17Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/e59dbd17-ee7c-43b3-85e4-8c6851adf473","name":"e59dbd17-ee7c-43b3-85e4-8c6851adf473","status":"Succeeded","startTime":"2025-10-28T14:48:58Z","endTime":"2025-10-28T14:49:29Z"}' headers: cache-control: - no-cache @@ -188,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:47 GMT + - Tue, 28 Oct 2025 14:49:29 GMT expires: - '-1' pragma: @@ -200,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '11' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e0754bed-b51d-4996-8607-deffeafb1f2a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4e552b93-24f0-4336-bba5-30cefb6a6de3 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 81EA70C498B14E9E91F658CA94DF8F89 Ref B: CO6AA3150219045 Ref C: 2025-09-09T18:20:47Z' + - 'Ref A: 7CAD8E3FF41343DB9FFA0EDC1113F043 Ref B: CO6AA3150217021 Ref C: 2025-10-28T14:49:29Z' status: code: 200 message: OK @@ -224,23 +174,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820334dc-0000-0500-0000-68c06fe10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"7d78e3bb4d4046cdb13353b79e2836fe","dateCreated":"2025-09-09T18:19:44.9130718Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:44.4809151Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:44.4809151Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031deb-0000-0500-0000-6900d7f80000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"ad927f41e22c4b53b203108f47c4989d","dateCreated":"2025-10-28T14:48:58.0001839Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:57.499532Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:57.499532Z"}}' headers: cache-control: - no-cache content-length: - - '1345' + - '1343' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:47 GMT + - Tue, 28 Oct 2025 14:49:29 GMT etag: - - '"820334dc-0000-0500-0000-68c06fe10000"' + - '"b5031deb-0000-0500-0000-6900d7f80000"' expires: - '-1' pragma: @@ -252,11 +202,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E981E5B222B6427D899854A727787019 Ref B: CO6AA3150219017 Ref C: 2025-09-09T18:20:47Z' + - 'Ref A: C4042E7ACD3C4A58A442C7F8CDC80633 Ref B: CO6AA3150218033 Ref C: 2025-10-28T14:49:29Z' status: code: 200 message: OK @@ -276,9 +226,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -288,7 +238,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:20:49 GMT + - Tue, 28 Oct 2025 14:49:31 GMT expires: - '-1' pragma: @@ -300,15 +250,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '117' + - '124' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c28e0c37-fbb9-4f7a-8e9d-c4819ea3c327 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/cb66a990-874a-43c7-ab37-e9d5487b7c5c x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 130489C7B637484CB5F149EF8A15B874 Ref B: MWH011020807031 Ref C: 2025-09-09T18:20:48Z' + - 'Ref A: C3476C03A2F9419590FD076F2D59576F Ref B: MWH011020807029 Ref C: 2025-10-28T14:49:30Z' status: code: 200 message: OK @@ -331,25 +281,25 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"820319e1-0000-0500-0000-68c070040000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"c7ac76e349b4485297e347ee67f1d519","dateCreated":"2025-09-09T18:20:51.9852557Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:20:51.586335Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:51.586335Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50354ec-0000-0500-0000-6900d7fe0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6ce4167138564e26b52b5c2303ef633b","dateCreated":"2025-10-28T14:49:33.6607969Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:33.1453151Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:33.1453151Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de?api-version=2017-04-18&t=638930388524925865&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=b-up11tSORUxooRG_VzgdtKfI7oZhTKrHWPesiC2GjR2RinI4eAC-W0YBR_i11BimTHKejxAMwHsThyEM6L7W4eKXGQNYZIP8TqnYmUbIQY3tRdo9eJNOS3FMRo5AnmXmy8YDrKg1ppwLJOZTtyUO1j_5lGBXXfCY1bG2UrP-LTWHasmULMqASFqpvKtfmspCTcjmbVAlY-BVPNy9GLum2CsRHe_JpbfYK1056wu9dbNYtprDJX3QrNNjL-p6qqC9kH9Q7KtgzAkHrt0mkSLLRAGVrA13Z6HumSi97_fdIpLVI4KbIbZN0sQ5BrX5YaBZPBPbEEpeJms_kZHcA_52Q&h=ZAALyG9jHEMuRrPEhDn86rffvIobB1xR7QRrAS8X3ns + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1?api-version=2017-04-18&t=638972597740984928&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=en2vOWm5sbgASifh-Yu9f7hcnpiZC91milZ9kwA6Iwo-EwzNlvTO3SSOHXML3m0BKOmJxU9Es-JhHzxneWFtcBNKKt-RimU3imhrr1yv8mEf00_W97pyfeSPsdS8y3I7PZKJ26gnwRCdUv5ENwAgEVPwNNHOhBqv1VH8gz1RIj_lLv_YVZuLSCBUePv-HipNSEOQuqoqm7Sq5NgZe30bcXujm8VRKMQx-ZTek4O3ho5XH7AaNO1VoG_-XKn8g9euZ1kRuA-HEsr5RkfKzg1In4lvK7uqDhQZOkO2WhyizNyYpwgnGFu-hsu6uxbkahfModYEKIgw5Rfjq9lwSNXfhw&h=DVfgSTPh9ZjTwFfb27102xLQejpl9TRBZ3UTlxHlm6c cache-control: - no-cache content-length: - - '1342' + - '1344' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:51 GMT + - Tue, 28 Oct 2025 14:49:33 GMT etag: - - '"820319e1-0000-0500-0000-68c070040000"' + - '"b50354ec-0000-0500-0000-6900d7fe0000"' expires: - '-1' pragma: @@ -361,15 +311,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '668' + - '849' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d5e39a78-b59a-4ed3-a7ca-1a7982e70f29 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d83734de-e25a-4629-9104-87a745942a00 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: FB9D6CA1EBD547CD9D7EF2D951B56AD8 Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:20:50Z' + - 'Ref A: 5C15B1CF56C049C2982C76BBEB93FA45 Ref B: MWH011020806029 Ref C: 2025-10-28T14:49:32Z' status: code: 201 message: Created @@ -387,12 +337,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de?api-version=2017-04-18&t=638930388524925865&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=b-up11tSORUxooRG_VzgdtKfI7oZhTKrHWPesiC2GjR2RinI4eAC-W0YBR_i11BimTHKejxAMwHsThyEM6L7W4eKXGQNYZIP8TqnYmUbIQY3tRdo9eJNOS3FMRo5AnmXmy8YDrKg1ppwLJOZTtyUO1j_5lGBXXfCY1bG2UrP-LTWHasmULMqASFqpvKtfmspCTcjmbVAlY-BVPNy9GLum2CsRHe_JpbfYK1056wu9dbNYtprDJX3QrNNjL-p6qqC9kH9Q7KtgzAkHrt0mkSLLRAGVrA13Z6HumSi97_fdIpLVI4KbIbZN0sQ5BrX5YaBZPBPbEEpeJms_kZHcA_52Q&h=ZAALyG9jHEMuRrPEhDn86rffvIobB1xR7QRrAS8X3ns + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1?api-version=2017-04-18&t=638972597740984928&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=en2vOWm5sbgASifh-Yu9f7hcnpiZC91milZ9kwA6Iwo-EwzNlvTO3SSOHXML3m0BKOmJxU9Es-JhHzxneWFtcBNKKt-RimU3imhrr1yv8mEf00_W97pyfeSPsdS8y3I7PZKJ26gnwRCdUv5ENwAgEVPwNNHOhBqv1VH8gz1RIj_lLv_YVZuLSCBUePv-HipNSEOQuqoqm7Sq5NgZe30bcXujm8VRKMQx-ZTek4O3ho5XH7AaNO1VoG_-XKn8g9euZ1kRuA-HEsr5RkfKzg1In4lvK7uqDhQZOkO2WhyizNyYpwgnGFu-hsu6uxbkahfModYEKIgw5Rfjq9lwSNXfhw&h=DVfgSTPh9ZjTwFfb27102xLQejpl9TRBZ3UTlxHlm6c response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de","name":"361dab0d-65e5-46f1-a527-f51f6eed95de","status":"Creating","startTime":"2025-09-09T18:20:52Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","name":"9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","status":"Creating","startTime":"2025-10-28T14:49:34Z"}' headers: cache-control: - no-cache @@ -401,7 +351,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:52 GMT + - Tue, 28 Oct 2025 14:49:33 GMT expires: - '-1' pragma: @@ -413,13 +363,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/18dd905c-b228-4ebd-8ccc-18873244f48c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/260a069a-6389-4c14-8903-17225bd143fb x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4B67303C37A7420BB0C2ABB3CA2E7443 Ref B: MWH011020806054 Ref C: 2025-09-09T18:20:52Z' + - 'Ref A: E55747EEF60A47D2AFEF685BC1EBA9DF Ref B: CO6AA3150219035 Ref C: 2025-10-28T14:49:34Z' status: code: 200 message: OK @@ -437,12 +387,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de?api-version=2017-04-18&t=638930388524925865&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=b-up11tSORUxooRG_VzgdtKfI7oZhTKrHWPesiC2GjR2RinI4eAC-W0YBR_i11BimTHKejxAMwHsThyEM6L7W4eKXGQNYZIP8TqnYmUbIQY3tRdo9eJNOS3FMRo5AnmXmy8YDrKg1ppwLJOZTtyUO1j_5lGBXXfCY1bG2UrP-LTWHasmULMqASFqpvKtfmspCTcjmbVAlY-BVPNy9GLum2CsRHe_JpbfYK1056wu9dbNYtprDJX3QrNNjL-p6qqC9kH9Q7KtgzAkHrt0mkSLLRAGVrA13Z6HumSi97_fdIpLVI4KbIbZN0sQ5BrX5YaBZPBPbEEpeJms_kZHcA_52Q&h=ZAALyG9jHEMuRrPEhDn86rffvIobB1xR7QRrAS8X3ns + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1?api-version=2017-04-18&t=638972597740984928&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=en2vOWm5sbgASifh-Yu9f7hcnpiZC91milZ9kwA6Iwo-EwzNlvTO3SSOHXML3m0BKOmJxU9Es-JhHzxneWFtcBNKKt-RimU3imhrr1yv8mEf00_W97pyfeSPsdS8y3I7PZKJ26gnwRCdUv5ENwAgEVPwNNHOhBqv1VH8gz1RIj_lLv_YVZuLSCBUePv-HipNSEOQuqoqm7Sq5NgZe30bcXujm8VRKMQx-ZTek4O3ho5XH7AaNO1VoG_-XKn8g9euZ1kRuA-HEsr5RkfKzg1In4lvK7uqDhQZOkO2WhyizNyYpwgnGFu-hsu6uxbkahfModYEKIgw5Rfjq9lwSNXfhw&h=DVfgSTPh9ZjTwFfb27102xLQejpl9TRBZ3UTlxHlm6c response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de","name":"361dab0d-65e5-46f1-a527-f51f6eed95de","status":"Creating","startTime":"2025-09-09T18:20:52Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","name":"9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","status":"Creating","startTime":"2025-10-28T14:49:34Z"}' headers: cache-control: - no-cache @@ -451,7 +401,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:23 GMT + - Tue, 28 Oct 2025 14:50:04 GMT expires: - '-1' pragma: @@ -463,13 +413,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b6c0d9fd-6596-4b53-b838-4360133d222a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/a810cb65-5f74-4c7d-9756-cfdeee44eba4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3F5C0D445FD24E60A11FEF776CE10BCB Ref B: MWH011020809040 Ref C: 2025-09-09T18:21:23Z' + - 'Ref A: 79980CB6BCD641BEA9BC009EA0A4284E Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:50:04Z' status: code: 200 message: OK @@ -487,12 +437,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de?api-version=2017-04-18&t=638930388524925865&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=b-up11tSORUxooRG_VzgdtKfI7oZhTKrHWPesiC2GjR2RinI4eAC-W0YBR_i11BimTHKejxAMwHsThyEM6L7W4eKXGQNYZIP8TqnYmUbIQY3tRdo9eJNOS3FMRo5AnmXmy8YDrKg1ppwLJOZTtyUO1j_5lGBXXfCY1bG2UrP-LTWHasmULMqASFqpvKtfmspCTcjmbVAlY-BVPNy9GLum2CsRHe_JpbfYK1056wu9dbNYtprDJX3QrNNjL-p6qqC9kH9Q7KtgzAkHrt0mkSLLRAGVrA13Z6HumSi97_fdIpLVI4KbIbZN0sQ5BrX5YaBZPBPbEEpeJms_kZHcA_52Q&h=ZAALyG9jHEMuRrPEhDn86rffvIobB1xR7QRrAS8X3ns + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1?api-version=2017-04-18&t=638972597740984928&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=en2vOWm5sbgASifh-Yu9f7hcnpiZC91milZ9kwA6Iwo-EwzNlvTO3SSOHXML3m0BKOmJxU9Es-JhHzxneWFtcBNKKt-RimU3imhrr1yv8mEf00_W97pyfeSPsdS8y3I7PZKJ26gnwRCdUv5ENwAgEVPwNNHOhBqv1VH8gz1RIj_lLv_YVZuLSCBUePv-HipNSEOQuqoqm7Sq5NgZe30bcXujm8VRKMQx-ZTek4O3ho5XH7AaNO1VoG_-XKn8g9euZ1kRuA-HEsr5RkfKzg1In4lvK7uqDhQZOkO2WhyizNyYpwgnGFu-hsu6uxbkahfModYEKIgw5Rfjq9lwSNXfhw&h=DVfgSTPh9ZjTwFfb27102xLQejpl9TRBZ3UTlxHlm6c response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/361dab0d-65e5-46f1-a527-f51f6eed95de","name":"361dab0d-65e5-46f1-a527-f51f6eed95de","status":"Succeeded","startTime":"2025-09-09T18:20:52Z","endTime":"2025-09-09T18:21:25Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","name":"9adc1d40-4dc7-45e6-b3b5-7d283cb3d3b1","status":"Succeeded","startTime":"2025-10-28T14:49:34Z","endTime":"2025-10-28T14:50:06Z"}' headers: cache-control: - no-cache @@ -501,7 +451,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:53 GMT + - Tue, 28 Oct 2025 14:50:34 GMT expires: - '-1' pragma: @@ -513,13 +463,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6f5e59c5-16ec-4a34-99f2-34828cd077fd + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ea2f6644-f176-4ce8-84a3-e7f7e358e9f9 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: D5602EE6958348968099B7173AAFA037 Ref B: MWH011020808036 Ref C: 2025-09-09T18:21:53Z' + - 'Ref A: 7938393ADAAB4BBB9BF0A74D1FFE2709 Ref B: MWH011020807054 Ref C: 2025-10-28T14:50:35Z' status: code: 200 message: OK @@ -537,23 +487,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --api-properties --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"820361e5-0000-0500-0000-68c070250000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"c7ac76e349b4485297e347ee67f1d519","dateCreated":"2025-09-09T18:20:51.9852557Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:20:51.586335Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:51.586335Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503d3f4-0000-0500-0000-6900d81e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6ce4167138564e26b52b5c2303ef633b","dateCreated":"2025-10-28T14:49:33.6607969Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:33.1453151Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:33.1453151Z"}}' headers: cache-control: - no-cache content-length: - - '1343' + - '1345' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:53 GMT + - Tue, 28 Oct 2025 14:50:35 GMT etag: - - '"820361e5-0000-0500-0000-68c070250000"' + - '"b503d3f4-0000-0500-0000-6900d81e0000"' expires: - '-1' pragma: @@ -565,11 +515,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A6BA72DB039B4D75AABFCB1D14D9C8A7 Ref B: CO6AA3150220023 Ref C: 2025-09-09T18:21:54Z' + - 'Ref A: 469361428D2C490E87830DFFFB25225A Ref B: MWH011020809029 Ref C: 2025-10-28T14:50:35Z' status: code: 200 message: OK @@ -589,9 +539,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: string: '' @@ -601,7 +551,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:21:55 GMT + - Tue, 28 Oct 2025 14:50:37 GMT expires: - '-1' pragma: @@ -613,15 +563,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '96' + - '97' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/66de72df-13b6-479f-a0d4-2ed222550315 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/dbe854ac-6954-4ec6-bd2e-534f0559c212 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 269E20CC8858453ABBEBD0CABDC2FC6A Ref B: CO6AA3150217049 Ref C: 2025-09-09T18:21:54Z' + - 'Ref A: 636365696C464FA68AFB7579717BD1C4 Ref B: MWH011020807060 Ref C: 2025-10-28T14:50:36Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_crud.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_crud.yaml index 32595fb0194..624b4abe81e 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_crud.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_crud.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203bfbf-0000-0500-0000-68c06f290000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.5198986Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503fcd1-0000-0500-0000-6900d7910000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:44.0005605Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff?api-version=2017-04-18&t=638930386332699007&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JolBkamVwX8FIhK36NPwpw0NY2hGVDMZ3QAxTNkBLIOvhWXbOYLhCV22VrOnmLMrfnwdGT1VwocDtlXgZXCPMDSXPT05Ir0ZCTMYO3bbp3BzQuJsLRNbu0JtIZIeZ-OiA-zEvmNPVTHKLGne-4Io0tapVu-LXJqKUrG57dJzLjL8tf1g9BLggYcaqNWN6cLV4YSwT9yRvF_Qe5pKXEgpwX5gppCua9KYjymq8DF2apK0LpAyn5AVUHTaf658yeGbPQxIxNuVQorapxCjvjtoXyanzHVa547aPhrIHEdzfG8NKazuBg688sYLnnPaT6AN9ibzRPIYtpjYJZIWCo5JcQ&h=XOSLbipUQaJbG2LjFVpz6fmwRwXZJhgywlFIEF39A7U + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981?api-version=2017-04-18&t=638972596657817888&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=Y8YMqQwb5YOhq42nkWJUfXqikIKYbFjPou6M6Ovlun1PBdMzTw1y8KSBtu36i71cv71KEu_9lnMXsMl6e8ZTcTSf8_ANDcm_j4VqBqzuQMPpCdee-BpmNOL9UOaaxkBj0ODZ8ZmfgDeElDeGpKwLNIOLGQJhVn9mmVQY4y0YYvoUTmxN1dWTDiDz0cDh9IICkYul_L2ZMvVZJm3etQYkVWFoCKcZF8gaYQ0PTTNKJgA6bnurhjbUO9cjKsNivts_mW5IRRJTNdryiHE5AfHbHkDmba7CKREUTS9DAqpgkJrO45FC0AYY8EVHMokck-3UiU5YeW6-Tty2z8OJF3rMxA&h=vg-ASSIq7KcgUF9IPrOERhls5qfqWOMpdOgIbZ6oqPc cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:12 GMT + - Tue, 28 Oct 2025 14:47:45 GMT etag: - - '"8203bfbf-0000-0500-0000-68c06f290000"' + - '"b503fcd1-0000-0500-0000-6900d7910000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '523' + - '743' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1c0d4b5c-6bc7-4386-90dc-fe94a4c16131 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/southeastasia/7e84baed-9e4e-4468-8dc3-2f843d0aaa6b x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 07470A8C12C54D65A268EBA239DB613D Ref B: CO6AA3150219027 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: E65E2F033BB447B6B29FD04C8BF995EE Ref B: MWH011020808034 Ref C: 2025-10-28T14:47:40Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff?api-version=2017-04-18&t=638930386332699007&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JolBkamVwX8FIhK36NPwpw0NY2hGVDMZ3QAxTNkBLIOvhWXbOYLhCV22VrOnmLMrfnwdGT1VwocDtlXgZXCPMDSXPT05Ir0ZCTMYO3bbp3BzQuJsLRNbu0JtIZIeZ-OiA-zEvmNPVTHKLGne-4Io0tapVu-LXJqKUrG57dJzLjL8tf1g9BLggYcaqNWN6cLV4YSwT9yRvF_Qe5pKXEgpwX5gppCua9KYjymq8DF2apK0LpAyn5AVUHTaf658yeGbPQxIxNuVQorapxCjvjtoXyanzHVa547aPhrIHEdzfG8NKazuBg688sYLnnPaT6AN9ibzRPIYtpjYJZIWCo5JcQ&h=XOSLbipUQaJbG2LjFVpz6fmwRwXZJhgywlFIEF39A7U + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981?api-version=2017-04-18&t=638972596657817888&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=Y8YMqQwb5YOhq42nkWJUfXqikIKYbFjPou6M6Ovlun1PBdMzTw1y8KSBtu36i71cv71KEu_9lnMXsMl6e8ZTcTSf8_ANDcm_j4VqBqzuQMPpCdee-BpmNOL9UOaaxkBj0ODZ8ZmfgDeElDeGpKwLNIOLGQJhVn9mmVQY4y0YYvoUTmxN1dWTDiDz0cDh9IICkYul_L2ZMvVZJm3etQYkVWFoCKcZF8gaYQ0PTTNKJgA6bnurhjbUO9cjKsNivts_mW5IRRJTNdryiHE5AfHbHkDmba7CKREUTS9DAqpgkJrO45FC0AYY8EVHMokck-3UiU5YeW6-Tty2z8OJF3rMxA&h=vg-ASSIq7KcgUF9IPrOERhls5qfqWOMpdOgIbZ6oqPc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff","name":"00d4cd93-9f27-4bec-9486-80861d46d1ff","status":"Creating","startTime":"2025-09-09T18:17:13Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981","name":"347559d5-64dc-438f-ab83-d2aa6048a981","status":"Creating","startTime":"2025-10-28T14:47:45Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:13 GMT + - Tue, 28 Oct 2025 14:47:45 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/41259539-f1dc-48c7-8238-8e9a8d832c59 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3aec0bc6-ae80-4a38-8a47-32ee113fb602 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BFB0F343AE5D4FDE8E5E13F1FB05DD84 Ref B: MWH011020808060 Ref C: 2025-09-09T18:17:13Z' + - 'Ref A: F83112FE81E74D6BBEE2619706735FD6 Ref B: MWH011020809029 Ref C: 2025-10-28T14:47:46Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff?api-version=2017-04-18&t=638930386332699007&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JolBkamVwX8FIhK36NPwpw0NY2hGVDMZ3QAxTNkBLIOvhWXbOYLhCV22VrOnmLMrfnwdGT1VwocDtlXgZXCPMDSXPT05Ir0ZCTMYO3bbp3BzQuJsLRNbu0JtIZIeZ-OiA-zEvmNPVTHKLGne-4Io0tapVu-LXJqKUrG57dJzLjL8tf1g9BLggYcaqNWN6cLV4YSwT9yRvF_Qe5pKXEgpwX5gppCua9KYjymq8DF2apK0LpAyn5AVUHTaf658yeGbPQxIxNuVQorapxCjvjtoXyanzHVa547aPhrIHEdzfG8NKazuBg688sYLnnPaT6AN9ibzRPIYtpjYJZIWCo5JcQ&h=XOSLbipUQaJbG2LjFVpz6fmwRwXZJhgywlFIEF39A7U + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981?api-version=2017-04-18&t=638972596657817888&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=Y8YMqQwb5YOhq42nkWJUfXqikIKYbFjPou6M6Ovlun1PBdMzTw1y8KSBtu36i71cv71KEu_9lnMXsMl6e8ZTcTSf8_ANDcm_j4VqBqzuQMPpCdee-BpmNOL9UOaaxkBj0ODZ8ZmfgDeElDeGpKwLNIOLGQJhVn9mmVQY4y0YYvoUTmxN1dWTDiDz0cDh9IICkYul_L2ZMvVZJm3etQYkVWFoCKcZF8gaYQ0PTTNKJgA6bnurhjbUO9cjKsNivts_mW5IRRJTNdryiHE5AfHbHkDmba7CKREUTS9DAqpgkJrO45FC0AYY8EVHMokck-3UiU5YeW6-Tty2z8OJF3rMxA&h=vg-ASSIq7KcgUF9IPrOERhls5qfqWOMpdOgIbZ6oqPc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff","name":"00d4cd93-9f27-4bec-9486-80861d46d1ff","status":"Creating","startTime":"2025-09-09T18:17:13Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981","name":"347559d5-64dc-438f-ab83-d2aa6048a981","status":"Creating","startTime":"2025-10-28T14:47:45Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:44 GMT + - Tue, 28 Oct 2025 14:48:16 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/64fba60e-e4b1-4511-b507-73d54b74a0f2 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ee6ece60-4ce1-4373-b4a5-9db4e0d013f8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A4560767DFA545DCAC13BBFDE34C75FD Ref B: CO6AA3150218047 Ref C: 2025-09-09T18:17:44Z' + - 'Ref A: 996FD5DC45A34933A7056523F055ADC5 Ref B: CO6AA3150217035 Ref C: 2025-10-28T14:48:16Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff?api-version=2017-04-18&t=638930386332699007&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JolBkamVwX8FIhK36NPwpw0NY2hGVDMZ3QAxTNkBLIOvhWXbOYLhCV22VrOnmLMrfnwdGT1VwocDtlXgZXCPMDSXPT05Ir0ZCTMYO3bbp3BzQuJsLRNbu0JtIZIeZ-OiA-zEvmNPVTHKLGne-4Io0tapVu-LXJqKUrG57dJzLjL8tf1g9BLggYcaqNWN6cLV4YSwT9yRvF_Qe5pKXEgpwX5gppCua9KYjymq8DF2apK0LpAyn5AVUHTaf658yeGbPQxIxNuVQorapxCjvjtoXyanzHVa547aPhrIHEdzfG8NKazuBg688sYLnnPaT6AN9ibzRPIYtpjYJZIWCo5JcQ&h=XOSLbipUQaJbG2LjFVpz6fmwRwXZJhgywlFIEF39A7U + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981?api-version=2017-04-18&t=638972596657817888&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=Y8YMqQwb5YOhq42nkWJUfXqikIKYbFjPou6M6Ovlun1PBdMzTw1y8KSBtu36i71cv71KEu_9lnMXsMl6e8ZTcTSf8_ANDcm_j4VqBqzuQMPpCdee-BpmNOL9UOaaxkBj0ODZ8ZmfgDeElDeGpKwLNIOLGQJhVn9mmVQY4y0YYvoUTmxN1dWTDiDz0cDh9IICkYul_L2ZMvVZJm3etQYkVWFoCKcZF8gaYQ0PTTNKJgA6bnurhjbUO9cjKsNivts_mW5IRRJTNdryiHE5AfHbHkDmba7CKREUTS9DAqpgkJrO45FC0AYY8EVHMokck-3UiU5YeW6-Tty2z8OJF3rMxA&h=vg-ASSIq7KcgUF9IPrOERhls5qfqWOMpdOgIbZ6oqPc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/00d4cd93-9f27-4bec-9486-80861d46d1ff","name":"00d4cd93-9f27-4bec-9486-80861d46d1ff","status":"Succeeded","startTime":"2025-09-09T18:17:13Z","endTime":"2025-09-09T18:17:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/347559d5-64dc-438f-ab83-d2aa6048a981","name":"347559d5-64dc-438f-ab83-d2aa6048a981","status":"Succeeded","startTime":"2025-10-28T14:47:45Z","endTime":"2025-10-28T14:48:17Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:46 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/291fffa3-0849-4e50-8584-4904bdb3ca7d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/eeead160-4124-4568-8d5c-41c9df57a04e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 84CFCEECEFB84578BCBA3C8AEDD78F3C Ref B: MWH011020808062 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: 2542DB4A2EED4BA391F83E0C633F84E0 Ref B: MWH011020806054 Ref C: 2025-10-28T14:48:46Z' status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a9c5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.5198986Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50373d9-0000-0500-0000-6900d7b10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:44.0005605Z"}}' headers: cache-control: - no-cache @@ -238,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:14 GMT + - Tue, 28 Oct 2025 14:48:47 GMT etag: - - '"8203a9c5-0000-0500-0000-68c06f490000"' + - '"b50373d9-0000-0500-0000-6900d7b10000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '22' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BFA21E1FBFE6477596CD7F468D2C1EE4 Ref B: MWH011020808036 Ref C: 2025-09-09T18:18:14Z' + - 'Ref A: 2D64FBF4771147E3B2663892C3E6A2BB Ref B: MWH011020808042 Ref C: 2025-10-28T14:48:47Z' status: code: 200 message: OK @@ -274,12 +274,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a9c5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.5198986Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50373d9-0000-0500-0000-6900d7b10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:44.0005605Z"}}' headers: cache-control: - no-cache @@ -288,9 +288,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:47 GMT etag: - - '"8203a9c5-0000-0500-0000-68c06f490000"' + - '"b50373d9-0000-0500-0000-6900d7b10000"' expires: - '-1' pragma: @@ -302,11 +302,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4DCB23650BF94AB1B5F37E5F321078B2 Ref B: CO6AA3150219053 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: EA04BD267E174E959F9AAF570B420BEC Ref B: MWH011020807040 Ref C: 2025-10-28T14:48:48Z' status: code: 200 message: OK @@ -329,12 +329,12 @@ interactions: ParameterSetName: - -n -g --sku --tags User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203e5c9-0000-0500-0000-68c06f680000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagname000003":"tagvalue000004"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:15.9791832Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5033de1-0000-0500-0000-6900d7d10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagname000003":"tagvalue000004"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:48.9388217Z"}}' headers: cache-control: - no-cache @@ -343,9 +343,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:49 GMT etag: - - '"8203e5c9-0000-0500-0000-68c06f680000"' + - '"b5033de1-0000-0500-0000-6900d7d10000"' expires: - '-1' pragma: @@ -357,15 +357,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '125' + - '268' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2f46d732-87c9-4108-8055-99ad7a34471d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bf9b6516-f9f4-49d6-80ac-77fcbd3d70f3 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0A921F1062BE4E8E8957D6FE85AE0EC0 Ref B: CO6AA3150220047 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 517DEA1EAF6D46F795549B2B2ADB1215 Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:48Z' status: code: 200 message: OK @@ -385,9 +385,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/listKeys?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/listKeys?api-version=2025-09-01 response: body: string: '{"key1":"************************************************************************************","key2":"************************************************************************************"}' @@ -399,7 +399,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:49 GMT expires: - '-1' pragma: @@ -413,13 +413,13 @@ interactions: x-envoy-upstream-service-time: - '75' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e6094709-3a9c-4c53-855d-4e01e2a81dc3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fee8e2a3-2ff5-43ba-beec-5c2c4f743bf8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 30C104DD00354F6D8648DA301422FA2E Ref B: MWH011020808054 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: D6E9957902FC4FFFA96DE1F15D53BA5F Ref B: CO6AA3150219033 Ref C: 2025-10-28T14:48:49Z' status: code: 200 message: OK @@ -441,9 +441,9 @@ interactions: ParameterSetName: - -n -g --key-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/regenerateKey?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/regenerateKey?api-version=2025-09-01 response: body: string: '{"key1":"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++","key2":"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"}' @@ -455,7 +455,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:50 GMT expires: - '-1' pragma: @@ -467,15 +467,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '277' + - '396' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/623326a7-b4f4-46b7-aa01-ffdcc1c20142 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b27a2820-05a8-4e3b-a280-0ca10a1a1392 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: FD74623ACCB44A79B917F08191EC875D Ref B: CO6AA3150219025 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: A36DA852DBA742609FCCE0040A590902 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:49Z' status: code: 200 message: OK @@ -493,12 +493,12 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts?api-version=2025-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203f9c9-0000-0500-0000-68c06f680000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagname000003":"tagvalue000004"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:15.9791832Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a2e1-0000-0500-0000-6900d7d20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagname000003":"tagvalue000004"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"}},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:48.9388217Z"}}]}' headers: cache-control: - no-cache @@ -507,7 +507,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:48:50 GMT expires: - '-1' pragma: @@ -519,13 +519,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '17' x-ms-original-request-ids: - - c9cfe2d1-11eb-4dd1-a605-0ee893255660 + - 782c847e-5750-4755-a92e-edf32a9f51fe x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B0005D46621842F2AD89D91874388130 Ref B: MWH011020806062 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: E0C839FB377A4C5DBEA0C211D1C4FF2E Ref B: MWH011020807060 Ref C: 2025-10-28T14:48:50Z' status: code: 200 message: OK @@ -545,9 +545,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 response: body: string: '' @@ -557,7 +557,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:19 GMT + - Tue, 28 Oct 2025 14:48:52 GMT expires: - '-1' pragma: @@ -569,15 +569,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '78' + - '122' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b77c27c5-d2f5-42d5-8a80-4313daf58036 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9e78268c-8f39-4dfc-a3d7-96567a1262f6 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 06F370F4EF154B73945B0B912C298877 Ref B: CO6AA3150217017 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: 1085327D92884C1B90A5C3BC6DE76CAA Ref B: MWH011020808029 Ref C: 2025-10-28T14:48:51Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_custom_domain.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_custom_domain.yaml index d57df0289c3..fc922581ead 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_custom_domain.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_custom_domain.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820319cb-0000-0500-0000-68c06f700000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"1360bd06707947a5914182dbf42e1936","dateCreated":"2025-09-09T18:18:22.7659183Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.6660116Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.6660116Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50349e2-0000-0500-0000-6900d7d40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8836011800f845a48297ac0745985156","dateCreated":"2025-10-28T14:48:51.3814778Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:50.1584747Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:50.1584747Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27?api-version=2017-04-18&t=638930387041504104&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dM01KhxPNxYvdYIm39j1KYdrArC1MoDuE4GcoeHCra1y8uvDjsG_lLr3i212NqzlkV-POlrqFv6lTrth2Dpw8oujEAdYm0GiH2opmSyYinMoUc8s9-RCxtmtUZcZrm62KvFfg9nG_4n-sejhlJQ5EjxT_0EdhR-V_GdhPWZvZpKeOy7lQVweJqr-7JXBltskva5xpNXmXRmzFMXsGuDR7dD0XXfopB07VlpMbZLz7uLofNrRdLV7Wzg-ZfC0mPcl9mnnjQIAQwXkzIg99Zj-YXd8WIZ7ASH_wvd0atl11psX3uTGFfwn5xZy3MsUiBUwauHyQI0wBmpwG6BmQC5dfQ&h=Aal3bxJGCuvV8fm5hdmmMZF55bVPU9ZVaMrAWum72Ls + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb?api-version=2017-04-18&t=638972597330803693&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=OoPu3AWgp_jLxW08R7hHB1FS5JTO96f95vPBSfCrU9OgP-25FXwkTDRaTsC3ueO6AhHdMygisii9vseYtDo6D6hNRnK3u6c4D006st7xCsxcD4sfa92ZOdI8Z2kyx8A5pp-QArFA_yWnu3JR-Pp3D_hgfxC2AZ9jfChNnB6sHGbf8lzH24lCeZoG62hZ0TmGhZ587N1HlroILuiWa5tFMXGeb81dna9vqAhl4OPEdAS7DJk1lNEexwQl9V7t0OJ1au7yFMb_SncZk1UZvhUuitoV7JEId67yQkTpU7pAcFEFcGTnxNFgLLGyWtJz4LnWA0fs5E8QpSgVHVK5CGsiFw&h=OJgmmB9YwU91tZwDNtADXJhXTAldtAeqhUcYEinhtAU cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:23 GMT + - Tue, 28 Oct 2025 14:48:52 GMT etag: - - '"820319cb-0000-0500-0000-68c06f700000"' + - '"b50349e2-0000-0500-0000-6900d7d40000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2276' + - '2662' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d29d09cd-d627-4034-979a-637b6fe098d8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fb4c1b9a-475d-460e-88cf-5f12ecf66650 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 8ED69A9C4C9F4855A56451F18537613F Ref B: MWH011020806036 Ref C: 2025-09-09T18:18:21Z' + - 'Ref A: 5C7A5811937C4D469EFB901553EAA2F1 Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:49Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27?api-version=2017-04-18&t=638930387041504104&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dM01KhxPNxYvdYIm39j1KYdrArC1MoDuE4GcoeHCra1y8uvDjsG_lLr3i212NqzlkV-POlrqFv6lTrth2Dpw8oujEAdYm0GiH2opmSyYinMoUc8s9-RCxtmtUZcZrm62KvFfg9nG_4n-sejhlJQ5EjxT_0EdhR-V_GdhPWZvZpKeOy7lQVweJqr-7JXBltskva5xpNXmXRmzFMXsGuDR7dD0XXfopB07VlpMbZLz7uLofNrRdLV7Wzg-ZfC0mPcl9mnnjQIAQwXkzIg99Zj-YXd8WIZ7ASH_wvd0atl11psX3uTGFfwn5xZy3MsUiBUwauHyQI0wBmpwG6BmQC5dfQ&h=Aal3bxJGCuvV8fm5hdmmMZF55bVPU9ZVaMrAWum72Ls + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb?api-version=2017-04-18&t=638972597330803693&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=OoPu3AWgp_jLxW08R7hHB1FS5JTO96f95vPBSfCrU9OgP-25FXwkTDRaTsC3ueO6AhHdMygisii9vseYtDo6D6hNRnK3u6c4D006st7xCsxcD4sfa92ZOdI8Z2kyx8A5pp-QArFA_yWnu3JR-Pp3D_hgfxC2AZ9jfChNnB6sHGbf8lzH24lCeZoG62hZ0TmGhZ587N1HlroILuiWa5tFMXGeb81dna9vqAhl4OPEdAS7DJk1lNEexwQl9V7t0OJ1au7yFMb_SncZk1UZvhUuitoV7JEId67yQkTpU7pAcFEFcGTnxNFgLLGyWtJz4LnWA0fs5E8QpSgVHVK5CGsiFw&h=OJgmmB9YwU91tZwDNtADXJhXTAldtAeqhUcYEinhtAU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","name":"3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","status":"Creating","startTime":"2025-09-09T18:18:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb","name":"7f64da3f-5b3e-4219-a248-78a5206623cb","status":"Creating","startTime":"2025-10-28T14:48:52Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:23 GMT + - Tue, 28 Oct 2025 14:48:52 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d8604a90-0020-42e6-ac4d-4dc8bb3df6a1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/91044add-fea1-4369-ab9f-1fef7812ad02 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8DA8F8C40DA547E9AF2EBEB364A375CA Ref B: CO6AA3150220053 Ref C: 2025-09-09T18:18:24Z' + - 'Ref A: 06DADB8DEA4F475A8FFC104017D279BF Ref B: CO6AA3150218049 Ref C: 2025-10-28T14:48:53Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27?api-version=2017-04-18&t=638930387041504104&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dM01KhxPNxYvdYIm39j1KYdrArC1MoDuE4GcoeHCra1y8uvDjsG_lLr3i212NqzlkV-POlrqFv6lTrth2Dpw8oujEAdYm0GiH2opmSyYinMoUc8s9-RCxtmtUZcZrm62KvFfg9nG_4n-sejhlJQ5EjxT_0EdhR-V_GdhPWZvZpKeOy7lQVweJqr-7JXBltskva5xpNXmXRmzFMXsGuDR7dD0XXfopB07VlpMbZLz7uLofNrRdLV7Wzg-ZfC0mPcl9mnnjQIAQwXkzIg99Zj-YXd8WIZ7ASH_wvd0atl11psX3uTGFfwn5xZy3MsUiBUwauHyQI0wBmpwG6BmQC5dfQ&h=Aal3bxJGCuvV8fm5hdmmMZF55bVPU9ZVaMrAWum72Ls + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb?api-version=2017-04-18&t=638972597330803693&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=OoPu3AWgp_jLxW08R7hHB1FS5JTO96f95vPBSfCrU9OgP-25FXwkTDRaTsC3ueO6AhHdMygisii9vseYtDo6D6hNRnK3u6c4D006st7xCsxcD4sfa92ZOdI8Z2kyx8A5pp-QArFA_yWnu3JR-Pp3D_hgfxC2AZ9jfChNnB6sHGbf8lzH24lCeZoG62hZ0TmGhZ587N1HlroILuiWa5tFMXGeb81dna9vqAhl4OPEdAS7DJk1lNEexwQl9V7t0OJ1au7yFMb_SncZk1UZvhUuitoV7JEId67yQkTpU7pAcFEFcGTnxNFgLLGyWtJz4LnWA0fs5E8QpSgVHVK5CGsiFw&h=OJgmmB9YwU91tZwDNtADXJhXTAldtAeqhUcYEinhtAU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","name":"3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","status":"Creating","startTime":"2025-09-09T18:18:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb","name":"7f64da3f-5b3e-4219-a248-78a5206623cb","status":"Creating","startTime":"2025-10-28T14:48:52Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:54 GMT + - Tue, 28 Oct 2025 14:49:23 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5320364b-f0df-4b8a-880c-574bfb15683f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7a654d73-69a9-4d41-a72d-f1cdee320e0d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C947CD5E67874DB2A7DDDF30FD06A470 Ref B: CO6AA3150217027 Ref C: 2025-09-09T18:18:54Z' + - 'Ref A: A71781CFE1DF4575861665C9C97B5E02 Ref B: CO6AA3150217053 Ref C: 2025-10-28T14:49:23Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27?api-version=2017-04-18&t=638930387041504104&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dM01KhxPNxYvdYIm39j1KYdrArC1MoDuE4GcoeHCra1y8uvDjsG_lLr3i212NqzlkV-POlrqFv6lTrth2Dpw8oujEAdYm0GiH2opmSyYinMoUc8s9-RCxtmtUZcZrm62KvFfg9nG_4n-sejhlJQ5EjxT_0EdhR-V_GdhPWZvZpKeOy7lQVweJqr-7JXBltskva5xpNXmXRmzFMXsGuDR7dD0XXfopB07VlpMbZLz7uLofNrRdLV7Wzg-ZfC0mPcl9mnnjQIAQwXkzIg99Zj-YXd8WIZ7ASH_wvd0atl11psX3uTGFfwn5xZy3MsUiBUwauHyQI0wBmpwG6BmQC5dfQ&h=Aal3bxJGCuvV8fm5hdmmMZF55bVPU9ZVaMrAWum72Ls + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb?api-version=2017-04-18&t=638972597330803693&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=OoPu3AWgp_jLxW08R7hHB1FS5JTO96f95vPBSfCrU9OgP-25FXwkTDRaTsC3ueO6AhHdMygisii9vseYtDo6D6hNRnK3u6c4D006st7xCsxcD4sfa92ZOdI8Z2kyx8A5pp-QArFA_yWnu3JR-Pp3D_hgfxC2AZ9jfChNnB6sHGbf8lzH24lCeZoG62hZ0TmGhZ587N1HlroILuiWa5tFMXGeb81dna9vqAhl4OPEdAS7DJk1lNEexwQl9V7t0OJ1au7yFMb_SncZk1UZvhUuitoV7JEId67yQkTpU7pAcFEFcGTnxNFgLLGyWtJz4LnWA0fs5E8QpSgVHVK5CGsiFw&h=OJgmmB9YwU91tZwDNtADXJhXTAldtAeqhUcYEinhtAU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","name":"3ea185f5-d93c-4fa1-bd08-ca73dc78eb27","status":"Succeeded","startTime":"2025-09-09T18:18:24Z","endTime":"2025-09-09T18:18:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7f64da3f-5b3e-4219-a248-78a5206623cb","name":"7f64da3f-5b3e-4219-a248-78a5206623cb","status":"Succeeded","startTime":"2025-10-28T14:48:52Z","endTime":"2025-10-28T14:49:24Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:49:53 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/270d7d4b-a55a-4414-a388-d5541d4e0943 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d7735e33-e376-4e55-b999-6b0896de6242 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1A3BC28C0A0648C08415995006BF2EFF Ref B: CO6AA3150219047 Ref C: 2025-09-09T18:19:25Z' + - 'Ref A: 95F8DF7B75D249A983911E28FCEF6377 Ref B: CO6AA3150217053 Ref C: 2025-10-28T14:49:54Z' status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820330d0-0000-0500-0000-68c06f8f0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"1360bd06707947a5914182dbf42e1936","dateCreated":"2025-09-09T18:18:22.7659183Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.6660116Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.6660116Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503e9e9-0000-0500-0000-6900d7f40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8836011800f845a48297ac0745985156","dateCreated":"2025-10-28T14:48:51.3814778Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:50.1584747Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:50.1584747Z"}}' headers: cache-control: - no-cache @@ -238,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:49:54 GMT etag: - - '"820330d0-0000-0500-0000-68c06f8f0000"' + - '"b503e9e9-0000-0500-0000-6900d7f40000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 28CC7077E30D4BC3A16BC554AA458658 Ref B: MWH011020806040 Ref C: 2025-09-09T18:19:25Z' + - 'Ref A: 90C7AC31FA2A4DD584FCF1D03C6A6D4F Ref B: MWH011020807062 Ref C: 2025-10-28T14:49:54Z' status: code: 200 message: OK @@ -276,9 +276,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -288,7 +288,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:27 GMT + - Tue, 28 Oct 2025 14:49:56 GMT expires: - '-1' pragma: @@ -300,15 +300,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '90' + - '106' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/840d97b6-9792-4697-ab89-667e4a65eaba + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/facab721-9fb1-40ed-8945-b4a406ee8b85 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: B84B765868A14446A6AB21E02D39892F Ref B: CO6AA3150220017 Ref C: 2025-09-09T18:19:26Z' + - 'Ref A: 71DA52EB5B7E45AFB6EAECB396551676 Ref B: MWH011020806042 Ref C: 2025-10-28T14:49:55Z' status: code: 200 message: OK @@ -331,15 +331,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"820378d5-0000-0500-0000-68c06fb10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"a4edba10e9434b108b60d5339b19c69f","dateCreated":"2025-09-09T18:19:29.1523625Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:28.7607929Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:28.7607929Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50397f2-0000-0500-0000-6900d8160000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"969d99d6308c4eeea5800e1ffea95aa1","dateCreated":"2025-10-28T14:49:58.4301655Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:57.7102133Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:57.7102133Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/81202ab9-7adc-4083-933a-a4304cc36f96?api-version=2017-04-18&t=638930387694795512&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=aiameexTwHAkMmiek5HnAUFWiZEYUJB0PM2iLOJNtBHZX8OUaoGHcEbUj_1arndlVKOJMdywVCP7W0w9JSFw_d7Iv_2ejGW91e77VGanwb45koIft2HkYW6qRZRO7KDDSERPc83xke_b7-D1DmpYwsCYjPym1cVk_bff5UW6CpfgCO2Ufm2OM9LkpUbl5aD42dF5jjQDCG9qX6xZaBaRvRl6ePbZn1imMbL6ttTDV5DWr_acUq7CFXVD4eVN37A08CckY_m0XgG0rJ7mdK5LcoKx6eYtfeNA6LUYMrLNe9qh2QtAbmhq0TtxcGOYxN-ai4HKWaVwm6irDGtiTz2LhQ&h=bNcfin8kJrRPw_AdzOQsqiQvDPym_GVSMygzQzG7bgA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346?api-version=2017-04-18&t=638972597987571721&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=tus8bKNq4JBKvXfAwVjpM8Wf2441e0fAilea-ryyA8cHgIOgyvdOfhPKJ3ecpi5_CGfPxFz49ssSLRiH5KME2mRF7-5dbPCSNIEEvqcBNwNvVHbS8qbTUit2SEdU6iztdiixKiKXPllrWu5rDRGkKKWmjBl6Hbs6UTFL2rFe4XD7r3OJr6V2TlBt6c_H-OKCo3Pj36y85Dfj-vpJOQeGytoJLXREl_5uAfwLDL9-Al4EEQsA1s7BvkC3jGIoOsv_THE3smpBFeaAPPWs2A3o1No0tDWwII1awvOvr-1G8v_OTFDDKEPFxcTD6MIuuJj_QH5MBhaR8EVfUA6KppYEbQ&h=X9Iqls2pnFOR0YdfDBna8M-3IGCkT8b-f0Qbza39KCE cache-control: - no-cache content-length: @@ -347,9 +347,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:28 GMT + - Tue, 28 Oct 2025 14:49:58 GMT etag: - - '"820378d5-0000-0500-0000-68c06fb10000"' + - '"b50397f2-0000-0500-0000-6900d8160000"' expires: - '-1' pragma: @@ -361,15 +361,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '512' + - '827' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/182c1209-0af7-4c74-9d86-a1e8595fe46a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/813245f0-ee25-4fb9-8e43-8146edf3e52c x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 2736536CE9F94593BB95D20CE4663AA5 Ref B: MWH011020807031 Ref C: 2025-09-09T18:19:28Z' + - 'Ref A: 6362F6F8817A419FB2A4F7E6B45E5FD1 Ref B: MWH011020807054 Ref C: 2025-10-28T14:49:57Z' status: code: 201 message: Created @@ -387,12 +387,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/81202ab9-7adc-4083-933a-a4304cc36f96?api-version=2017-04-18&t=638930387694795512&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=aiameexTwHAkMmiek5HnAUFWiZEYUJB0PM2iLOJNtBHZX8OUaoGHcEbUj_1arndlVKOJMdywVCP7W0w9JSFw_d7Iv_2ejGW91e77VGanwb45koIft2HkYW6qRZRO7KDDSERPc83xke_b7-D1DmpYwsCYjPym1cVk_bff5UW6CpfgCO2Ufm2OM9LkpUbl5aD42dF5jjQDCG9qX6xZaBaRvRl6ePbZn1imMbL6ttTDV5DWr_acUq7CFXVD4eVN37A08CckY_m0XgG0rJ7mdK5LcoKx6eYtfeNA6LUYMrLNe9qh2QtAbmhq0TtxcGOYxN-ai4HKWaVwm6irDGtiTz2LhQ&h=bNcfin8kJrRPw_AdzOQsqiQvDPym_GVSMygzQzG7bgA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346?api-version=2017-04-18&t=638972597987571721&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=tus8bKNq4JBKvXfAwVjpM8Wf2441e0fAilea-ryyA8cHgIOgyvdOfhPKJ3ecpi5_CGfPxFz49ssSLRiH5KME2mRF7-5dbPCSNIEEvqcBNwNvVHbS8qbTUit2SEdU6iztdiixKiKXPllrWu5rDRGkKKWmjBl6Hbs6UTFL2rFe4XD7r3OJr6V2TlBt6c_H-OKCo3Pj36y85Dfj-vpJOQeGytoJLXREl_5uAfwLDL9-Al4EEQsA1s7BvkC3jGIoOsv_THE3smpBFeaAPPWs2A3o1No0tDWwII1awvOvr-1G8v_OTFDDKEPFxcTD6MIuuJj_QH5MBhaR8EVfUA6KppYEbQ&h=X9Iqls2pnFOR0YdfDBna8M-3IGCkT8b-f0Qbza39KCE response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/81202ab9-7adc-4083-933a-a4304cc36f96","name":"81202ab9-7adc-4083-933a-a4304cc36f96","status":"Creating","startTime":"2025-09-09T18:19:29Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346","name":"79d59670-d85f-4251-afa0-8ac6a9950346","status":"Creating","startTime":"2025-10-28T14:49:58Z"}' headers: cache-control: - no-cache @@ -401,7 +401,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:29 GMT + - Tue, 28 Oct 2025 14:49:58 GMT expires: - '-1' pragma: @@ -413,13 +413,63 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '8' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/cc951d94-c9ec-4593-be0b-163a1e81b3ae + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: DF15AFE03D8E4D3A9D292650AA39CCAE Ref B: MWH011020807036 Ref C: 2025-10-28T14:49:58Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346?api-version=2017-04-18&t=638972597987571721&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=tus8bKNq4JBKvXfAwVjpM8Wf2441e0fAilea-ryyA8cHgIOgyvdOfhPKJ3ecpi5_CGfPxFz49ssSLRiH5KME2mRF7-5dbPCSNIEEvqcBNwNvVHbS8qbTUit2SEdU6iztdiixKiKXPllrWu5rDRGkKKWmjBl6Hbs6UTFL2rFe4XD7r3OJr6V2TlBt6c_H-OKCo3Pj36y85Dfj-vpJOQeGytoJLXREl_5uAfwLDL9-Al4EEQsA1s7BvkC3jGIoOsv_THE3smpBFeaAPPWs2A3o1No0tDWwII1awvOvr-1G8v_OTFDDKEPFxcTD6MIuuJj_QH5MBhaR8EVfUA6KppYEbQ&h=X9Iqls2pnFOR0YdfDBna8M-3IGCkT8b-f0Qbza39KCE + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346","name":"79d59670-d85f-4251-afa0-8ac6a9950346","status":"Creating","startTime":"2025-10-28T14:49:58Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:50:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4b7ebf85-2968-467d-9792-d5d90a74447c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/cbd82c83-81e8-4a2b-8d07-0fff6c2b7c79 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C0E258DF4087403A960D9EA7EE918889 Ref B: MWH011020807040 Ref C: 2025-09-09T18:19:29Z' + - 'Ref A: 577A3295E4584FBDA71592ACEA8A194E Ref B: CO6AA3150219051 Ref C: 2025-10-28T14:50:29Z' status: code: 200 message: OK @@ -437,12 +487,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/81202ab9-7adc-4083-933a-a4304cc36f96?api-version=2017-04-18&t=638930387694795512&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=aiameexTwHAkMmiek5HnAUFWiZEYUJB0PM2iLOJNtBHZX8OUaoGHcEbUj_1arndlVKOJMdywVCP7W0w9JSFw_d7Iv_2ejGW91e77VGanwb45koIft2HkYW6qRZRO7KDDSERPc83xke_b7-D1DmpYwsCYjPym1cVk_bff5UW6CpfgCO2Ufm2OM9LkpUbl5aD42dF5jjQDCG9qX6xZaBaRvRl6ePbZn1imMbL6ttTDV5DWr_acUq7CFXVD4eVN37A08CckY_m0XgG0rJ7mdK5LcoKx6eYtfeNA6LUYMrLNe9qh2QtAbmhq0TtxcGOYxN-ai4HKWaVwm6irDGtiTz2LhQ&h=bNcfin8kJrRPw_AdzOQsqiQvDPym_GVSMygzQzG7bgA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346?api-version=2017-04-18&t=638972597987571721&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=tus8bKNq4JBKvXfAwVjpM8Wf2441e0fAilea-ryyA8cHgIOgyvdOfhPKJ3ecpi5_CGfPxFz49ssSLRiH5KME2mRF7-5dbPCSNIEEvqcBNwNvVHbS8qbTUit2SEdU6iztdiixKiKXPllrWu5rDRGkKKWmjBl6Hbs6UTFL2rFe4XD7r3OJr6V2TlBt6c_H-OKCo3Pj36y85Dfj-vpJOQeGytoJLXREl_5uAfwLDL9-Al4EEQsA1s7BvkC3jGIoOsv_THE3smpBFeaAPPWs2A3o1No0tDWwII1awvOvr-1G8v_OTFDDKEPFxcTD6MIuuJj_QH5MBhaR8EVfUA6KppYEbQ&h=X9Iqls2pnFOR0YdfDBna8M-3IGCkT8b-f0Qbza39KCE response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/81202ab9-7adc-4083-933a-a4304cc36f96","name":"81202ab9-7adc-4083-933a-a4304cc36f96","status":"Succeeded","startTime":"2025-09-09T18:19:29Z","endTime":"2025-09-09T18:20:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/79d59670-d85f-4251-afa0-8ac6a9950346","name":"79d59670-d85f-4251-afa0-8ac6a9950346","status":"Succeeded","startTime":"2025-10-28T14:49:58Z","endTime":"2025-10-28T14:50:31Z"}' headers: cache-control: - no-cache @@ -451,7 +501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:59 GMT + - Tue, 28 Oct 2025 14:50:59 GMT expires: - '-1' pragma: @@ -463,13 +513,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '26' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0f8512ef-f74a-4aa6-ab38-cf51c0c089db + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f0547666-ee94-4415-aa44-83e6715a399e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E894C69B355642948D1DA85C7CE8E596 Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:20:00Z' + - 'Ref A: F46768B7046E48CE87817B91847291E3 Ref B: CO6AA3150218027 Ref C: 2025-10-28T14:50:59Z' status: code: 200 message: OK @@ -487,12 +537,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c3d9-0000-0500-0000-68c06fd00000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"a4edba10e9434b108b60d5339b19c69f","dateCreated":"2025-09-09T18:19:29.1523625Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:28.7607929Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:28.7607929Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50379fb-0000-0500-0000-6900d8360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"969d99d6308c4eeea5800e1ffea95aa1","dateCreated":"2025-10-28T14:49:58.4301655Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:57.7102133Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:57.7102133Z"}}' headers: cache-control: - no-cache @@ -501,9 +551,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:00 GMT + - Tue, 28 Oct 2025 14:50:59 GMT etag: - - '"8203c3d9-0000-0500-0000-68c06fd00000"' + - '"b50379fb-0000-0500-0000-6900d8360000"' expires: - '-1' pragma: @@ -515,11 +565,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '19' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E23B6F334EBE4329AD6315976D05C223 Ref B: MWH011020807025 Ref C: 2025-09-09T18:20:00Z' + - 'Ref A: D3EF955DB6054EDE99F2F317D711BB32 Ref B: MWH011020807054 Ref C: 2025-10-28T14:51:00Z' status: code: 200 message: OK @@ -537,12 +587,12 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c3d9-0000-0500-0000-68c06fd00000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"a4edba10e9434b108b60d5339b19c69f","dateCreated":"2025-09-09T18:19:29.1523625Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:28.7607929Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:28.7607929Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50379fb-0000-0500-0000-6900d8360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"969d99d6308c4eeea5800e1ffea95aa1","dateCreated":"2025-10-28T14:49:58.4301655Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:57.7102133Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:57.7102133Z"}}' headers: cache-control: - no-cache @@ -551,9 +601,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:01 GMT + - Tue, 28 Oct 2025 14:51:01 GMT etag: - - '"8203c3d9-0000-0500-0000-68c06fd00000"' + - '"b50379fb-0000-0500-0000-6900d8360000"' expires: - '-1' pragma: @@ -565,11 +615,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 52CD2D9B2A3A445FA931FBB6BC953A7F Ref B: MWH011020807062 Ref C: 2025-09-09T18:20:01Z' + - 'Ref A: 16581BDD738341F88C24C8A076F676DE Ref B: MWH011020806062 Ref C: 2025-10-28T14:51:00Z' status: code: 200 message: OK @@ -591,15 +641,15 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203f4d9-0000-0500-0000-68c06fd10000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"a4edba10e9434b108b60d5339b19c69f","dateCreated":"2025-09-09T18:19:29.1523625Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:28.7607929Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:01.8251073Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6032d03-0000-0500-0000-6900d8560000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"969d99d6308c4eeea5800e1ffea95aa1","dateCreated":"2025-10-28T14:49:58.4301655Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:57.7102133Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:02.4391292Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58?api-version=2017-04-18&t=638930388044659022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ikGm7Wxx8AqoH5DSnl8RPieVwEoRCYett3MoE8cm__bT5IN9_hojez-1kXuJHrxQR-A34cOCRUWCquG_JQ6G_zQLsrV4QI3xjS0wGhPQzS5WOzqsRiEdGc_XMtBKP8Y0wO84s6JHTh-VnFU2X0nYC45KXlTr7V8csfe9r-V-8CFa8my3qrP-xt1_qGEhKCzfXalJbI_QJ9g0OrbSV3oFxjqlE6C-jRmXGbSlF1abezCbLVHoOGtCANrV-4j7nPX9Tgyxi0S1CHZ5l5AY6Zgx7m1iG7WfV4kbDahmnM74J2kaqaNGzthcgPBgZWagqa_6uJxutpjy9nmumor--MPbQA&h=VIMhYa7qaLJqVu3ZODua89zZ2wemL1amazIZU6Vq3Lg + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c?api-version=2017-04-18&t=638972598655641481&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=nsui5mqDeNUcp102r8ygzf42oBtmkeyVxyiNRSMH_J2iCG8CCd-dqPeVJLMkxFtILJ_AiZAQO7ZlRX9fvspVMXf1myUHFXwBsg3gcSGmWGuoc70EhBQ2mj_-uQMtYZ_aOs1UFdp4WKIn8o5ME1KkbImb5lfcuD9fj3DXzB95vnnPiLto4cLnD_bgfOTtOzUj9svJvcHhmTZ3xDw4U06DKPSzOczzcZyR16aLuzwlJOEzlvsBBer2fXJa8db-5l1uT9iWBnCnACWuSIJn1MWGvCqfPFElgV1frYC-0C-xwLjQ8_Ttg1WTiYt4ypuvrp5ie-lGigORy4M4lYwwXYb6ew&h=uEPkgM5Oipq0OIJO2U-IF9G_fGiqWGAyDlYM_Q17L04 cache-control: - no-cache content-length: @@ -607,13 +657,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:03 GMT + - Tue, 28 Oct 2025 14:51:05 GMT etag: - - '"8203f4d9-0000-0500-0000-68c06fd10000"' + - '"b6032d03-0000-0500-0000-6900d8560000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58?api-version=2017-04-18&operationResultResponseType=Location&t=638930388044659022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ikGm7Wxx8AqoH5DSnl8RPieVwEoRCYett3MoE8cm__bT5IN9_hojez-1kXuJHrxQR-A34cOCRUWCquG_JQ6G_zQLsrV4QI3xjS0wGhPQzS5WOzqsRiEdGc_XMtBKP8Y0wO84s6JHTh-VnFU2X0nYC45KXlTr7V8csfe9r-V-8CFa8my3qrP-xt1_qGEhKCzfXalJbI_QJ9g0OrbSV3oFxjqlE6C-jRmXGbSlF1abezCbLVHoOGtCANrV-4j7nPX9Tgyxi0S1CHZ5l5AY6Zgx7m1iG7WfV4kbDahmnM74J2kaqaNGzthcgPBgZWagqa_6uJxutpjy9nmumor--MPbQA&h=VIMhYa7qaLJqVu3ZODua89zZ2wemL1amazIZU6Vq3Lg + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c?api-version=2017-04-18&operationResultResponseType=Location&t=638972598655797696&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=kg76YmckozMKz2MH8SPe6nNqbQxhzl5hbMHjKfDWIQzEfy5sC1MvFa5YyGx__S-rY2yk2c8Eu_mkWt1M0AH4yvmbk5kZ_Xarm2nnl_JmKeeK2lEG13dxWv8ecqNQz9mfBYMOFDYe8VZ7ErlaKh1jp4Ng4rhJQ0U_n6Ml0X65ZFmYLkSqXMjQ5S6JnNSGxzRMDH6a88q-mLIgOlckxM1fMdho_qXh5Ln2ku8DB7zaJ4DM4kHCB3pjWOAf8-v-C-GTNOFLRwpXj8OZpbH9mCvE1Cixdm5AJw2EQPR1Mndvkr5MIA_w5QAsFZLewNkIrg7hKQNHEfI4wW3ZebT9X15nOA&h=63aOwRSOo9WH-PKdaXa9sOTlsbClFIg7pP8O0vPXx98 pragma: - no-cache strict-transport-security: @@ -623,15 +673,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2496' + - '2958' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/36cfc2b0-d95e-4070-a1f5-a2453f6355f5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d4f0daf5-f469-4162-ad86-dabd32eb0040 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 31AD1CC6D655411B9D9FFC6BE4812175 Ref B: CO6AA3150220017 Ref C: 2025-09-09T18:20:01Z' + - 'Ref A: 8AF1B2EB921C46ACB3E272C2695C6810 Ref B: CO6AA3150220031 Ref C: 2025-10-28T14:51:01Z' status: code: 202 message: Accepted @@ -649,12 +699,12 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58?api-version=2017-04-18&t=638930388044659022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ikGm7Wxx8AqoH5DSnl8RPieVwEoRCYett3MoE8cm__bT5IN9_hojez-1kXuJHrxQR-A34cOCRUWCquG_JQ6G_zQLsrV4QI3xjS0wGhPQzS5WOzqsRiEdGc_XMtBKP8Y0wO84s6JHTh-VnFU2X0nYC45KXlTr7V8csfe9r-V-8CFa8my3qrP-xt1_qGEhKCzfXalJbI_QJ9g0OrbSV3oFxjqlE6C-jRmXGbSlF1abezCbLVHoOGtCANrV-4j7nPX9Tgyxi0S1CHZ5l5AY6Zgx7m1iG7WfV4kbDahmnM74J2kaqaNGzthcgPBgZWagqa_6uJxutpjy9nmumor--MPbQA&h=VIMhYa7qaLJqVu3ZODua89zZ2wemL1amazIZU6Vq3Lg + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c?api-version=2017-04-18&t=638972598655641481&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=nsui5mqDeNUcp102r8ygzf42oBtmkeyVxyiNRSMH_J2iCG8CCd-dqPeVJLMkxFtILJ_AiZAQO7ZlRX9fvspVMXf1myUHFXwBsg3gcSGmWGuoc70EhBQ2mj_-uQMtYZ_aOs1UFdp4WKIn8o5ME1KkbImb5lfcuD9fj3DXzB95vnnPiLto4cLnD_bgfOTtOzUj9svJvcHhmTZ3xDw4U06DKPSzOczzcZyR16aLuzwlJOEzlvsBBer2fXJa8db-5l1uT9iWBnCnACWuSIJn1MWGvCqfPFElgV1frYC-0C-xwLjQ8_Ttg1WTiYt4ypuvrp5ie-lGigORy4M4lYwwXYb6ew&h=uEPkgM5Oipq0OIJO2U-IF9G_fGiqWGAyDlYM_Q17L04 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58","name":"39a5384e-b6d8-4cdf-b8b4-60b41480fa58","status":"Updating","startTime":"2025-09-09T18:20:04Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c","name":"f129eae7-2f4c-429c-b043-09589fcf092c","status":"Updating","startTime":"2025-10-28T14:51:05Z"}' headers: cache-control: - no-cache @@ -663,7 +713,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:04 GMT + - Tue, 28 Oct 2025 14:51:05 GMT expires: - '-1' pragma: @@ -677,11 +727,11 @@ interactions: x-envoy-upstream-service-time: - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/42802383-b902-489d-b5a6-ddb702345539 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4c2c431f-679a-4191-afbf-a7aca242a53f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2B8CF5EB052B4743864C76EAC7D4299E Ref B: MWH011020806036 Ref C: 2025-09-09T18:20:04Z' + - 'Ref A: E867ACAD91E3407CB8DA8FD4759031EB Ref B: CO6AA3150219051 Ref C: 2025-10-28T14:51:05Z' status: code: 200 message: OK @@ -699,12 +749,12 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58?api-version=2017-04-18&t=638930388044659022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ikGm7Wxx8AqoH5DSnl8RPieVwEoRCYett3MoE8cm__bT5IN9_hojez-1kXuJHrxQR-A34cOCRUWCquG_JQ6G_zQLsrV4QI3xjS0wGhPQzS5WOzqsRiEdGc_XMtBKP8Y0wO84s6JHTh-VnFU2X0nYC45KXlTr7V8csfe9r-V-8CFa8my3qrP-xt1_qGEhKCzfXalJbI_QJ9g0OrbSV3oFxjqlE6C-jRmXGbSlF1abezCbLVHoOGtCANrV-4j7nPX9Tgyxi0S1CHZ5l5AY6Zgx7m1iG7WfV4kbDahmnM74J2kaqaNGzthcgPBgZWagqa_6uJxutpjy9nmumor--MPbQA&h=VIMhYa7qaLJqVu3ZODua89zZ2wemL1amazIZU6Vq3Lg + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c?api-version=2017-04-18&t=638972598655641481&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=nsui5mqDeNUcp102r8ygzf42oBtmkeyVxyiNRSMH_J2iCG8CCd-dqPeVJLMkxFtILJ_AiZAQO7ZlRX9fvspVMXf1myUHFXwBsg3gcSGmWGuoc70EhBQ2mj_-uQMtYZ_aOs1UFdp4WKIn8o5ME1KkbImb5lfcuD9fj3DXzB95vnnPiLto4cLnD_bgfOTtOzUj9svJvcHhmTZ3xDw4U06DKPSzOczzcZyR16aLuzwlJOEzlvsBBer2fXJa8db-5l1uT9iWBnCnACWuSIJn1MWGvCqfPFElgV1frYC-0C-xwLjQ8_Ttg1WTiYt4ypuvrp5ie-lGigORy4M4lYwwXYb6ew&h=uEPkgM5Oipq0OIJO2U-IF9G_fGiqWGAyDlYM_Q17L04 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58","name":"39a5384e-b6d8-4cdf-b8b4-60b41480fa58","status":"Updating","startTime":"2025-09-09T18:20:04Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c","name":"f129eae7-2f4c-429c-b043-09589fcf092c","status":"Updating","startTime":"2025-10-28T14:51:05Z"}' headers: cache-control: - no-cache @@ -713,7 +763,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:34 GMT + - Tue, 28 Oct 2025 14:51:35 GMT expires: - '-1' pragma: @@ -725,13 +775,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '11' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7cb0b109-ee18-4095-bad6-83cb21328fb6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8b5fb196-5e5a-47c7-ac53-41129f2719e1 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 900670F1C23D468AAD4C444CCB593BCF Ref B: CO6AA3150217035 Ref C: 2025-09-09T18:20:35Z' + - 'Ref A: 943BAF4A6DC84EE0A795B1F1D5E2A2E7 Ref B: CO6AA3150219025 Ref C: 2025-10-28T14:51:36Z' status: code: 200 message: OK @@ -749,12 +799,12 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58?api-version=2017-04-18&t=638930388044659022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=ikGm7Wxx8AqoH5DSnl8RPieVwEoRCYett3MoE8cm__bT5IN9_hojez-1kXuJHrxQR-A34cOCRUWCquG_JQ6G_zQLsrV4QI3xjS0wGhPQzS5WOzqsRiEdGc_XMtBKP8Y0wO84s6JHTh-VnFU2X0nYC45KXlTr7V8csfe9r-V-8CFa8my3qrP-xt1_qGEhKCzfXalJbI_QJ9g0OrbSV3oFxjqlE6C-jRmXGbSlF1abezCbLVHoOGtCANrV-4j7nPX9Tgyxi0S1CHZ5l5AY6Zgx7m1iG7WfV4kbDahmnM74J2kaqaNGzthcgPBgZWagqa_6uJxutpjy9nmumor--MPbQA&h=VIMhYa7qaLJqVu3ZODua89zZ2wemL1amazIZU6Vq3Lg + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c?api-version=2017-04-18&t=638972598655641481&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=nsui5mqDeNUcp102r8ygzf42oBtmkeyVxyiNRSMH_J2iCG8CCd-dqPeVJLMkxFtILJ_AiZAQO7ZlRX9fvspVMXf1myUHFXwBsg3gcSGmWGuoc70EhBQ2mj_-uQMtYZ_aOs1UFdp4WKIn8o5ME1KkbImb5lfcuD9fj3DXzB95vnnPiLto4cLnD_bgfOTtOzUj9svJvcHhmTZ3xDw4U06DKPSzOczzcZyR16aLuzwlJOEzlvsBBer2fXJa8db-5l1uT9iWBnCnACWuSIJn1MWGvCqfPFElgV1frYC-0C-xwLjQ8_Ttg1WTiYt4ypuvrp5ie-lGigORy4M4lYwwXYb6ew&h=uEPkgM5Oipq0OIJO2U-IF9G_fGiqWGAyDlYM_Q17L04 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/39a5384e-b6d8-4cdf-b8b4-60b41480fa58","name":"39a5384e-b6d8-4cdf-b8b4-60b41480fa58","status":"Succeeded","startTime":"2025-09-09T18:20:04Z","endTime":"2025-09-09T18:20:36Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f129eae7-2f4c-429c-b043-09589fcf092c","name":"f129eae7-2f4c-429c-b043-09589fcf092c","status":"Succeeded","startTime":"2025-10-28T14:51:05Z","endTime":"2025-10-28T14:51:37Z"}' headers: cache-control: - no-cache @@ -763,7 +813,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:05 GMT + - Tue, 28 Oct 2025 14:52:05 GMT expires: - '-1' pragma: @@ -775,13 +825,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/aa1f3900-41a1-4104-a122-56bceb760cc8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3125403e-494d-4a46-9577-d9acf07f81a9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D5D7E2D3A40F4C78A857DDDBF6050A02 Ref B: CO6AA3150217009 Ref C: 2025-09-09T18:21:05Z' + - 'Ref A: 35A5A217C22C474AAA0E5B6A3EB1AA43 Ref B: MWH011020808052 Ref C: 2025-10-28T14:52:06Z' status: code: 200 message: OK @@ -799,12 +849,12 @@ interactions: ParameterSetName: - -n -g --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a9de-0000-0500-0000-68c06ff40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"a4edba10e9434b108b60d5339b19c69f","dateCreated":"2025-09-09T18:19:29.1523625Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:28.7607929Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:01.8251073Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004","name":"cs_cli_test_000004","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603c20b-0000-0500-0000-6900d8790000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"969d99d6308c4eeea5800e1ffea95aa1","dateCreated":"2025-10-28T14:49:58.4301655Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:57.7102133Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:02.4391292Z"}}' headers: cache-control: - no-cache @@ -813,9 +863,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:05 GMT + - Tue, 28 Oct 2025 14:52:06 GMT etag: - - '"8203a9de-0000-0500-0000-68c06ff40000"' + - '"b603c20b-0000-0500-0000-6900d8790000"' expires: - '-1' pragma: @@ -827,11 +877,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '22' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 15BB3062B27A427EB9A20D25B6E55705 Ref B: CO6AA3150220011 Ref C: 2025-09-09T18:21:05Z' + - 'Ref A: FB3C5807248F42CDAE525F2DA66901AB Ref B: MWH011020807034 Ref C: 2025-10-28T14:52:06Z' status: code: 200 message: OK @@ -851,9 +901,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000004?api-version=2025-09-01 response: body: string: '' @@ -863,7 +913,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:21:07 GMT + - Tue, 28 Oct 2025 14:52:10 GMT expires: - '-1' pragma: @@ -875,15 +925,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '90' + - '113' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/10bb9dd5-c067-4f07-b7d3-8b9e5c145122 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/269c28a5-9259-453d-a2d3-07fb8731e6d4 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 9BF0B93D9819405995D93610F2D498B6 Ref B: MWH011020808060 Ref C: 2025-09-09T18:21:06Z' + - 'Ref A: 25275C0E4D7F4AC4A5468AF1A9B2B207 Ref B: MWH011020806052 Ref C: 2025-10-28T14:52:07Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_deployment.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_deployment.yaml index 4aa07c3caa4..7062523ae17 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_deployment.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_deployment.yaml @@ -18,32 +18,33 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"97004a07-0000-2300-0000-68c06f290000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"70afc844429c4c48b9fa1e1d11901379","dateCreated":"2025-09-09T18:17:13.032599Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"5c02a25b-0000-2300-0000-6900d7b60000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"cf714d22a3c34a0ea5f5ed6bdde25ee1","dateCreated":"2025-10-28T14:48:21.7749336Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1103775Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1103775Z"}}' + API":"https://japaneast.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:20.8058959Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:20.8058959Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/2f0ffc5c-6095-40fc-9d29-26b66f7b18a1?api-version=2017-04-18&t=638930386336415926&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=l8TcBl9tKDIKOy-tLPd0Kiq1gSgaCeWgf84DuyDiitlFdEaHNRImtL0aWO2falusl_OLUGvTErvZYhHFwD8tAR2BpB0a3MjSzAWL5chZdeTvDwnj0YBadyuIS_6JbAQf6KCKNNuZNw3AC5m0mAxqpuj8nYj2yqCVKMQSxyv6HpUf5F0NeXTgvgj-Mu8Oflppo_Cn0c_kOkN66F7tGSYRSSZt7VYJjU5dD_woI9PZBQrkQM1ix7mSgePJRmAXQcLsH6WVDaFvN9K6UijQtOemYkhWNAA9VMxQCwKg8AVNS92s2mXv-La_sgOkgTXVTfogfyM7FsPAT2hi_rgFgAFI6g&h=OtX_TbWUpoSDEGQxtgaoQVNQhRjXufZy7coSAHUDa98 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/8d9ebbb9-2823-4f6b-a0db-4ceb8d7718de?api-version=2017-04-18&t=638972597022747676&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=lL5JjZ4HIyWuxLKgyt-6V_NkiPDImFfl7R-ftATV9uyDpWIj27fChB8ZA6UKFKnriDT5ZBkLVIRn5YUJzkOvdlcY1OvHvWxTRTZqb24jv6ZeYaWmTBsGvHPlPlnDZpICAiqZSmRRUW9z0MRx5zvm4f4jDpWeYvvSW2A2tPBCpmt2RUuSrCR4iOYEEhmrloqcLyKtPS4F4bLFwTYyQfYNaTp3oJgenCJllrsqKK2EwqNeCI4_7sNbMha_4RFg2XfvkmM5xHPVmG-DpGE79j8lkffavXVeunIY0JSm6KILsTUhO6ozQbdcU4W8VD3z1DUUSE4lt-zAnRLgcuWApwWi4w&h=_5Boi-b0zyU4eRVZQGxVQx2zk9C4IBwi_sXlYwuO9uE cache-control: - no-cache content-length: - - '4570' + - '4854' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:12 GMT + - Tue, 28 Oct 2025 14:48:21 GMT etag: - - '"97004a07-0000-2300-0000-68c06f290000"' + - '"5c02a25b-0000-2300-0000-6900d7b60000"' expires: - '-1' pragma: @@ -55,15 +56,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '954' + - '969' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d638cfc9-00f9-4cc1-8965-8d5885e9e473 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b3806230-d6ee-4cd5-ad35-c241b25ec9bf x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: BEE9F224A4A5471E9361A5E0FB42B0E5 Ref B: MWH011020809052 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 27CC5DF6474E48E191AD28C2AD431D0E Ref B: CO6AA3150217009 Ref C: 2025-10-28T14:48:20Z' status: code: 201 message: Created @@ -81,62 +82,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/2f0ffc5c-6095-40fc-9d29-26b66f7b18a1?api-version=2017-04-18&t=638930386336415926&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=l8TcBl9tKDIKOy-tLPd0Kiq1gSgaCeWgf84DuyDiitlFdEaHNRImtL0aWO2falusl_OLUGvTErvZYhHFwD8tAR2BpB0a3MjSzAWL5chZdeTvDwnj0YBadyuIS_6JbAQf6KCKNNuZNw3AC5m0mAxqpuj8nYj2yqCVKMQSxyv6HpUf5F0NeXTgvgj-Mu8Oflppo_Cn0c_kOkN66F7tGSYRSSZt7VYJjU5dD_woI9PZBQrkQM1ix7mSgePJRmAXQcLsH6WVDaFvN9K6UijQtOemYkhWNAA9VMxQCwKg8AVNS92s2mXv-La_sgOkgTXVTfogfyM7FsPAT2hi_rgFgAFI6g&h=OtX_TbWUpoSDEGQxtgaoQVNQhRjXufZy7coSAHUDa98 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/8d9ebbb9-2823-4f6b-a0db-4ceb8d7718de?api-version=2017-04-18&t=638972597022747676&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=lL5JjZ4HIyWuxLKgyt-6V_NkiPDImFfl7R-ftATV9uyDpWIj27fChB8ZA6UKFKnriDT5ZBkLVIRn5YUJzkOvdlcY1OvHvWxTRTZqb24jv6ZeYaWmTBsGvHPlPlnDZpICAiqZSmRRUW9z0MRx5zvm4f4jDpWeYvvSW2A2tPBCpmt2RUuSrCR4iOYEEhmrloqcLyKtPS4F4bLFwTYyQfYNaTp3oJgenCJllrsqKK2EwqNeCI4_7sNbMha_4RFg2XfvkmM5xHPVmG-DpGE79j8lkffavXVeunIY0JSm6KILsTUhO6ozQbdcU4W8VD3z1DUUSE4lt-zAnRLgcuWApwWi4w&h=_5Boi-b0zyU4eRVZQGxVQx2zk9C4IBwi_sXlYwuO9uE response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/2f0ffc5c-6095-40fc-9d29-26b66f7b18a1","name":"2f0ffc5c-6095-40fc-9d29-26b66f7b18a1","status":"Creating","startTime":"2025-09-09T18:17:13Z"}' - headers: - cache-control: - - no-cache - content-length: - - '273' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:17:13 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '12' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/287b3ddb-7d76-4050-9d58-24c2c2afef22 - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: 28981D0AD4A544DD906D2619E3E7189B Ref B: MWH011020806031 Ref C: 2025-09-09T18:17:13Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account create - Connection: - - keep-alive - ParameterSetName: - - -n -g --kind --sku -l --yes - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/2f0ffc5c-6095-40fc-9d29-26b66f7b18a1?api-version=2017-04-18&t=638930386336415926&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=l8TcBl9tKDIKOy-tLPd0Kiq1gSgaCeWgf84DuyDiitlFdEaHNRImtL0aWO2falusl_OLUGvTErvZYhHFwD8tAR2BpB0a3MjSzAWL5chZdeTvDwnj0YBadyuIS_6JbAQf6KCKNNuZNw3AC5m0mAxqpuj8nYj2yqCVKMQSxyv6HpUf5F0NeXTgvgj-Mu8Oflppo_Cn0c_kOkN66F7tGSYRSSZt7VYJjU5dD_woI9PZBQrkQM1ix7mSgePJRmAXQcLsH6WVDaFvN9K6UijQtOemYkhWNAA9VMxQCwKg8AVNS92s2mXv-La_sgOkgTXVTfogfyM7FsPAT2hi_rgFgAFI6g&h=OtX_TbWUpoSDEGQxtgaoQVNQhRjXufZy7coSAHUDa98 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/2f0ffc5c-6095-40fc-9d29-26b66f7b18a1","name":"2f0ffc5c-6095-40fc-9d29-26b66f7b18a1","status":"Succeeded","startTime":"2025-09-09T18:17:13Z","endTime":"2025-09-09T18:17:15Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/operationResults/8d9ebbb9-2823-4f6b-a0db-4ceb8d7718de","name":"8d9ebbb9-2823-4f6b-a0db-4ceb8d7718de","status":"Succeeded","startTime":"2025-10-28T14:48:22Z","endTime":"2025-10-28T14:48:22Z"}' headers: cache-control: - no-cache @@ -145,7 +96,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:44 GMT + - Tue, 28 Oct 2025 14:48:22 GMT expires: - '-1' pragma: @@ -157,13 +108,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e42efcc2-0c85-42ed-8aa9-195438bfa898 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/e71cba55-4435-4cbf-ba1c-ab1b07bdf0ad x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 643BD9C688E1410F98D62F8182A34D68 Ref B: MWH011020807025 Ref C: 2025-09-09T18:17:44Z' + - 'Ref A: FEF05EA2D42447439447B06761686A21 Ref B: MWH011020807036 Ref C: 2025-10-28T14:48:22Z' status: code: 200 message: OK @@ -181,30 +132,31 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"97005807-0000-2300-0000-68c06f2a0000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"70afc844429c4c48b9fa1e1d11901379","dateCreated":"2025-09-09T18:17:13.032599Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"5c02bc5b-0000-2300-0000-6900d7b60000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"cf714d22a3c34a0ea5f5ed6bdde25ee1","dateCreated":"2025-10-28T14:48:21.7749336Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1103775Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1103775Z"}}' + API":"https://japaneast.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:20.8058959Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:20.8058959Z"}}' headers: cache-control: - no-cache content-length: - - '4571' + - '4855' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:44 GMT + - Tue, 28 Oct 2025 14:48:23 GMT etag: - - '"97005807-0000-2300-0000-68c06f2a0000"' + - '"5c02bc5b-0000-2300-0000-6900d7b60000"' expires: - '-1' pragma: @@ -216,11 +168,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4DADE50B41A6437E92DC655FC8D5E949 Ref B: CO6AA3150220047 Ref C: 2025-09-09T18:17:44Z' + - 'Ref A: E50ECA441A0D432B9F69AE89407F3961 Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:48:23Z' status: code: 200 message: OK @@ -238,30 +190,31 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"97005807-0000-2300-0000-68c06f2a0000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"70afc844429c4c48b9fa1e1d11901379","dateCreated":"2025-09-09T18:17:13.032599Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"5c02bc5b-0000-2300-0000-6900d7b60000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"cf714d22a3c34a0ea5f5ed6bdde25ee1","dateCreated":"2025-10-28T14:48:21.7749336Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1103775Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1103775Z"}}' + API":"https://japaneast.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://japaneast.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:20.8058959Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:20.8058959Z"}}' headers: cache-control: - no-cache content-length: - - '4571' + - '4855' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:45 GMT + - Tue, 28 Oct 2025 14:48:24 GMT etag: - - '"97005807-0000-2300-0000-68c06f2a0000"' + - '"5c02bc5b-0000-2300-0000-6900d7b60000"' expires: - '-1' pragma: @@ -273,11 +226,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '17' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 14B2237F96754AD88B785AE2C8D0FBDE Ref B: MWH011020807034 Ref C: 2025-09-09T18:17:45Z' + - 'Ref A: 6865E794317543C28339C801C20B36DE Ref B: CO6AA3150220053 Ref C: 2025-10-28T14:48:23Z' status: code: 200 message: OK @@ -295,9 +248,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-09-01 response: body: string: '{"value":[]}' @@ -309,7 +262,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:46 GMT + - Tue, 28 Oct 2025 14:48:25 GMT expires: - '-1' pragma: @@ -321,13 +274,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1a89b98c-cdcf-46e6-b89c-60ae0deb8eb3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/829aa450-cadf-44c6-b922-a0509933f2bd x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 887CD82533C845579D718049AC1704E9 Ref B: CO6AA3150220009 Ref C: 2025-09-09T18:17:46Z' + - 'Ref A: 7E11F36D934746B99D660BACA4CE1131 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:24Z' status: code: 200 message: OK @@ -351,12 +304,12 @@ interactions: - -n -g --deployment-name --model-name --model-version --model-format --sku-name --sku-capacity User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:46.8307875Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:46.8307875Z"},"etag":"\"d6455979-ccc7-4f96-9e49-01551148c18b\""}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:25.3936328Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:25.3936328Z"},"etag":"\"21313ed5-3ec9-497d-ad67-93abe1fbf1bd\""}' headers: cache-control: - no-cache @@ -365,9 +318,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:51 GMT + - Tue, 28 Oct 2025 14:48:26 GMT etag: - - '"d6455979-ccc7-4f96-9e49-01551148c18b"' + - '"21313ed5-3ec9-497d-ad67-93abe1fbf1bd"' expires: - '-1' pragma: @@ -379,15 +332,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '4123' + - '643' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1fe7ddcb-9b90-4820-b31f-79a1039a0785 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/80e4b01d-ad5f-4092-a2e5-fc04d7328399 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 5FED39905FF7429191CA2E2B7E200D83 Ref B: CO6AA3150217037 Ref C: 2025-09-09T18:17:46Z' + - 'Ref A: D5298CB66AA64597B9A6F8A3493C3E0B Ref B: CO6AA3150219033 Ref C: 2025-10-28T14:48:25Z' status: code: 201 message: Created @@ -405,12 +358,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:46.8307875Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:46.8307875Z"},"etag":"\"d6455979-ccc7-4f96-9e49-01551148c18b\""}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:25.3936328Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:25.3936328Z"},"etag":"\"21313ed5-3ec9-497d-ad67-93abe1fbf1bd\""}]}' headers: cache-control: - no-cache @@ -419,7 +372,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:51 GMT + - Tue, 28 Oct 2025 14:48:27 GMT expires: - '-1' pragma: @@ -431,13 +384,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/110d3d13-bfb7-45ef-86be-82d229d39ca6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4a6f2145-37a3-42f8-a87c-049f3e786338 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 58E30C26E8BA4D9CB14EDDE8158E7106 Ref B: MWH011020806042 Ref C: 2025-09-09T18:17:51Z' + - 'Ref A: 838818C360B047228AA6120AE8D85F52 Ref B: CO6AA3150220019 Ref C: 2025-10-28T14:48:26Z' status: code: 200 message: OK @@ -455,12 +408,12 @@ interactions: ParameterSetName: - -n -g --deployment-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:46.8307875Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:46.8307875Z"},"etag":"\"d6455979-ccc7-4f96-9e49-01551148c18b\""}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/dpy","type":"Microsoft.CognitiveServices/accounts/deployments","name":"dpy","sku":{"name":"Standard","capacity":1},"properties":{"model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125"},"versionUpgradeOption":"OnceNewDefaultVersionAvailable","currentCapacity":1,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","chatCompletion":"true","assistants":"true"},"provisioningState":"Succeeded","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:25.3936328Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:25.3936328Z"},"etag":"\"21313ed5-3ec9-497d-ad67-93abe1fbf1bd\""}' headers: cache-control: - no-cache @@ -469,9 +422,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:51 GMT + - Tue, 28 Oct 2025 14:48:27 GMT etag: - - '"d6455979-ccc7-4f96-9e49-01551148c18b"' + - '"21313ed5-3ec9-497d-ad67-93abe1fbf1bd"' expires: - '-1' pragma: @@ -483,13 +436,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8c458abc-152d-4458-a2ff-2a16f8438811 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/15c6cf3f-75b6-461f-8b87-056bb3264f62 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 10EA606121654117AAFAE11AFB31D192 Ref B: CO6AA3150218019 Ref C: 2025-09-09T18:17:52Z' + - 'Ref A: 934583FA022F4B12AD538C68DDA16BEE Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:48:27Z' status: code: 200 message: OK @@ -509,9 +462,9 @@ interactions: ParameterSetName: - -n -g --deployment-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments/mock-deployment?api-version=2025-09-01 response: body: string: '' @@ -521,7 +474,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:17:52 GMT + - Tue, 28 Oct 2025 14:48:28 GMT expires: - '-1' pragma: @@ -533,15 +486,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '215' + - '254' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f9026087-f2cc-47b0-930a-5119f7761608 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/03bff319-fe4c-4fce-acd1-5f85d98ac0f7 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 3C8D06497FA347D1A0DD558464C469CB Ref B: CO6AA3150217029 Ref C: 2025-09-09T18:17:52Z' + - 'Ref A: B8DEE220780D40B5A7958C61690D52FB Ref B: MWH011020807025 Ref C: 2025-10-28T14:48:27Z' status: code: 200 message: OK @@ -559,9 +512,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/deployments?api-version=2025-09-01 response: body: string: '{"value":[]}' @@ -573,7 +526,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:52 GMT + - Tue, 28 Oct 2025 14:48:28 GMT expires: - '-1' pragma: @@ -585,13 +538,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/99ffffba-a665-4e73-985c-f4e10fa24c7f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/081e7a2b-d4c5-49cc-add7-8b0a29614d56 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EC18C22E83784B1CBFF7CD7159489EE5 Ref B: CO6AA3150218035 Ref C: 2025-09-09T18:17:53Z' + - 'Ref A: 7D10A8ED8EC54BEBB4A571068206B5D4 Ref B: CO6AA3150217047 Ref C: 2025-10-28T14:48:28Z' status: code: 200 message: OK @@ -611,9 +564,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -623,7 +576,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:17:55 GMT + - Tue, 28 Oct 2025 14:48:31 GMT expires: - '-1' pragma: @@ -635,15 +588,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '144' + - '112' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3df6831a-ea64-4953-a5cd-1b622f8c1cab + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/cfd6fa78-3d20-455e-9653-541f93f5c586 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 5F878BAF62F347D98BC11CE5E3C86E59 Ref B: MWH011020809054 Ref C: 2025-09-09T18:17:53Z' + - 'Ref A: 3488E6E39A80429BAAFDEC41CD2844C7 Ref B: MWH011020809062 Ref C: 2025-10-28T14:48:29Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_encryption.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_encryption.yaml index 419c71f9f9d..a4ca5d2a523 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_encryption.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_encryption.yaml @@ -19,25 +19,25 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --encryption --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203eebf-0000-0500-0000-68c06f2a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6cbf69d8fba643af9064b0a12195101f","dateCreated":"2025-09-09T18:17:14.032252Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"f8871ec9-0195-4f41-937f-905a30d67109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2648427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2648427Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503dfd0-0000-0500-0000-6900d78c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"90ef42e77efb4f3a99e9fc8bec233ce2","dateCreated":"2025-10-28T14:47:40.4393001Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"8ad54167-3847-426f-adf1-a6136e02766d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6312127Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6312127Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b?api-version=2017-04-18&t=638930386344210579&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=GIfXVgzsL2mmTrZ_SXzKdPTWsKenQ49QifseUg_b_UQFTJ9zPJUU361HDYjx-w12kKK4qHxiIIHnW89pCnV9K_3ktYLH4hMaTXPP96FpQ4Nmuy-Su3FtrhGu-J1M-EqgaKhHCWHT5jmtRdJM3EUIr4_L3drQFRnLS6UfOFjRdWaYjjcAtZdVprafbxVfU09Eqi0S3j937oKSdNdARzVJ5iACYwKu7Co0ZHu-ioE4YU7o7JlPrpoIUxdCi_BYd_1-9ZjsbAIRgeuHjIcS03mSjb4A9SxYJVNj9YJbF16OCpbvTMnURd19_YaQIRo75iAH1EyPsqiJEw-6wFmblf9D2w&h=5VOoFExpXmK_3n0xS09NYlxMIXFdT29girR72FPIxis + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b?api-version=2017-04-18&t=638972596608342806&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gWRPMFWbNJ0QrGmf0Et-UwmXVQW8rkqIoX7lcMPFmxj0FIPZ-al5LWDGOenyLiyRLQj1fZ7AKDXDIo4ykstFSIql-EtSkF_WlxkGHUI-W98dYZ8E5tXV0LTJXmm5RkC85wx3hUbUJ593fMmNUmy5FbNG-Hhef3fqUsva9lqr0hvtBZPQ3Ujpg2PAl-ejVZWlbaMj1qvupiEFmwzCDE6Pxi96VUP06CcLhA8mGhtsduG4kMKzg-sH6GYMLVzBnGiuQr3LdqP1K8SP_eV16G7VMjWcAOtj-bqVMv1Ywl3xOnbqGNHhOyvYSMAM-v4F85-LLHmBQEJdi4pZINK3E00ThQ&h=z8-AN19K3r8eyZLFVR_5mcE1iN1ep92XulgCWJxzi2U cache-control: - no-cache content-length: - - '8866' + - '8867' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:14 GMT + - Tue, 28 Oct 2025 14:47:40 GMT etag: - - '"8203eebf-0000-0500-0000-68c06f2a0000"' + - '"b503dfd0-0000-0500-0000-6900d78c0000"' expires: - '-1' pragma: @@ -49,15 +49,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '627' + - '576' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d89c33bf-b554-4a76-83ad-f48d24e693da + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/f6c7c01d-9fae-46e5-bd4b-7dd0b383ce11 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: A8AD8AC59F0744E8BD08B9B499106C55 Ref B: CO6AA3150217025 Ref C: 2025-09-09T18:17:11Z' + - 'Ref A: 0474229576D84F17B958052DF4BB6E7D Ref B: CO6AA3150218019 Ref C: 2025-10-28T14:47:38Z' status: code: 201 message: Created @@ -75,12 +75,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --encryption --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b?api-version=2017-04-18&t=638930386344210579&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=GIfXVgzsL2mmTrZ_SXzKdPTWsKenQ49QifseUg_b_UQFTJ9zPJUU361HDYjx-w12kKK4qHxiIIHnW89pCnV9K_3ktYLH4hMaTXPP96FpQ4Nmuy-Su3FtrhGu-J1M-EqgaKhHCWHT5jmtRdJM3EUIr4_L3drQFRnLS6UfOFjRdWaYjjcAtZdVprafbxVfU09Eqi0S3j937oKSdNdARzVJ5iACYwKu7Co0ZHu-ioE4YU7o7JlPrpoIUxdCi_BYd_1-9ZjsbAIRgeuHjIcS03mSjb4A9SxYJVNj9YJbF16OCpbvTMnURd19_YaQIRo75iAH1EyPsqiJEw-6wFmblf9D2w&h=5VOoFExpXmK_3n0xS09NYlxMIXFdT29girR72FPIxis + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b?api-version=2017-04-18&t=638972596608342806&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gWRPMFWbNJ0QrGmf0Et-UwmXVQW8rkqIoX7lcMPFmxj0FIPZ-al5LWDGOenyLiyRLQj1fZ7AKDXDIo4ykstFSIql-EtSkF_WlxkGHUI-W98dYZ8E5tXV0LTJXmm5RkC85wx3hUbUJ593fMmNUmy5FbNG-Hhef3fqUsva9lqr0hvtBZPQ3Ujpg2PAl-ejVZWlbaMj1qvupiEFmwzCDE6Pxi96VUP06CcLhA8mGhtsduG4kMKzg-sH6GYMLVzBnGiuQr3LdqP1K8SP_eV16G7VMjWcAOtj-bqVMv1Ywl3xOnbqGNHhOyvYSMAM-v4F85-LLHmBQEJdi4pZINK3E00ThQ&h=z8-AN19K3r8eyZLFVR_5mcE1iN1ep92XulgCWJxzi2U response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b","name":"02ab6331-3d88-4e20-8bfd-550f15a2464b","status":"Creating","startTime":"2025-09-09T18:17:14Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b","name":"5149b1e4-76e8-44b7-b4d7-ef435a9e632b","status":"Creating","startTime":"2025-10-28T14:47:40Z"}' headers: cache-control: - no-cache @@ -89,7 +89,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:14 GMT + - Tue, 28 Oct 2025 14:47:41 GMT expires: - '-1' pragma: @@ -101,13 +101,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '19' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c85cc8b4-140e-4a9a-949a-f0edecf7bb16 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3365ef6a-7087-4639-b31a-ae032a64be9d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7EF0B250D01D4D09B04D691F9D61B6F1 Ref B: CO6AA3150217049 Ref C: 2025-09-09T18:17:14Z' + - 'Ref A: 5DAF4215CBA04A10841C59C87394F3F7 Ref B: CO6AA3150219051 Ref C: 2025-10-28T14:47:41Z' status: code: 200 message: OK @@ -125,12 +125,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --encryption --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b?api-version=2017-04-18&t=638930386344210579&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=GIfXVgzsL2mmTrZ_SXzKdPTWsKenQ49QifseUg_b_UQFTJ9zPJUU361HDYjx-w12kKK4qHxiIIHnW89pCnV9K_3ktYLH4hMaTXPP96FpQ4Nmuy-Su3FtrhGu-J1M-EqgaKhHCWHT5jmtRdJM3EUIr4_L3drQFRnLS6UfOFjRdWaYjjcAtZdVprafbxVfU09Eqi0S3j937oKSdNdARzVJ5iACYwKu7Co0ZHu-ioE4YU7o7JlPrpoIUxdCi_BYd_1-9ZjsbAIRgeuHjIcS03mSjb4A9SxYJVNj9YJbF16OCpbvTMnURd19_YaQIRo75iAH1EyPsqiJEw-6wFmblf9D2w&h=5VOoFExpXmK_3n0xS09NYlxMIXFdT29girR72FPIxis + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b?api-version=2017-04-18&t=638972596608342806&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gWRPMFWbNJ0QrGmf0Et-UwmXVQW8rkqIoX7lcMPFmxj0FIPZ-al5LWDGOenyLiyRLQj1fZ7AKDXDIo4ykstFSIql-EtSkF_WlxkGHUI-W98dYZ8E5tXV0LTJXmm5RkC85wx3hUbUJ593fMmNUmy5FbNG-Hhef3fqUsva9lqr0hvtBZPQ3Ujpg2PAl-ejVZWlbaMj1qvupiEFmwzCDE6Pxi96VUP06CcLhA8mGhtsduG4kMKzg-sH6GYMLVzBnGiuQr3LdqP1K8SP_eV16G7VMjWcAOtj-bqVMv1Ywl3xOnbqGNHhOyvYSMAM-v4F85-LLHmBQEJdi4pZINK3E00ThQ&h=z8-AN19K3r8eyZLFVR_5mcE1iN1ep92XulgCWJxzi2U response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b","name":"02ab6331-3d88-4e20-8bfd-550f15a2464b","status":"Creating","startTime":"2025-09-09T18:17:14Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b","name":"5149b1e4-76e8-44b7-b4d7-ef435a9e632b","status":"Creating","startTime":"2025-10-28T14:47:40Z"}' headers: cache-control: - no-cache @@ -139,7 +139,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:45 GMT + - Tue, 28 Oct 2025 14:48:10 GMT expires: - '-1' pragma: @@ -151,13 +151,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0751adc6-a879-47ac-8f1a-21e7a65c9c7e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3b68de8d-4d3d-4ac5-9234-ebb0eac31ce5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 53A6541650B94359BCADB42A4CF5EC42 Ref B: MWH011020807060 Ref C: 2025-09-09T18:17:45Z' + - 'Ref A: 31ADF2220A814B85B6740B8EC456C949 Ref B: MWH011020808054 Ref C: 2025-10-28T14:48:11Z' status: code: 200 message: OK @@ -175,12 +175,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --encryption --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b?api-version=2017-04-18&t=638930386344210579&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=GIfXVgzsL2mmTrZ_SXzKdPTWsKenQ49QifseUg_b_UQFTJ9zPJUU361HDYjx-w12kKK4qHxiIIHnW89pCnV9K_3ktYLH4hMaTXPP96FpQ4Nmuy-Su3FtrhGu-J1M-EqgaKhHCWHT5jmtRdJM3EUIr4_L3drQFRnLS6UfOFjRdWaYjjcAtZdVprafbxVfU09Eqi0S3j937oKSdNdARzVJ5iACYwKu7Co0ZHu-ioE4YU7o7JlPrpoIUxdCi_BYd_1-9ZjsbAIRgeuHjIcS03mSjb4A9SxYJVNj9YJbF16OCpbvTMnURd19_YaQIRo75iAH1EyPsqiJEw-6wFmblf9D2w&h=5VOoFExpXmK_3n0xS09NYlxMIXFdT29girR72FPIxis + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b?api-version=2017-04-18&t=638972596608342806&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gWRPMFWbNJ0QrGmf0Et-UwmXVQW8rkqIoX7lcMPFmxj0FIPZ-al5LWDGOenyLiyRLQj1fZ7AKDXDIo4ykstFSIql-EtSkF_WlxkGHUI-W98dYZ8E5tXV0LTJXmm5RkC85wx3hUbUJ593fMmNUmy5FbNG-Hhef3fqUsva9lqr0hvtBZPQ3Ujpg2PAl-ejVZWlbaMj1qvupiEFmwzCDE6Pxi96VUP06CcLhA8mGhtsduG4kMKzg-sH6GYMLVzBnGiuQr3LdqP1K8SP_eV16G7VMjWcAOtj-bqVMv1Ywl3xOnbqGNHhOyvYSMAM-v4F85-LLHmBQEJdi4pZINK3E00ThQ&h=z8-AN19K3r8eyZLFVR_5mcE1iN1ep92XulgCWJxzi2U response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/02ab6331-3d88-4e20-8bfd-550f15a2464b","name":"02ab6331-3d88-4e20-8bfd-550f15a2464b","status":"Succeeded","startTime":"2025-09-09T18:17:14Z","endTime":"2025-09-09T18:17:46Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/5149b1e4-76e8-44b7-b4d7-ef435a9e632b","name":"5149b1e4-76e8-44b7-b4d7-ef435a9e632b","status":"Succeeded","startTime":"2025-10-28T14:47:40Z","endTime":"2025-10-28T14:48:12Z"}' headers: cache-control: - no-cache @@ -189,7 +189,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:41 GMT expires: - '-1' pragma: @@ -201,13 +201,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7ffabc62-d5ec-4258-983c-6f6cbe81e5b9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/727e9e36-a7cf-4fde-b8b3-d283ba004ae2 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 28E2BB3A7D514D3182C52783293895B0 Ref B: MWH011020809062 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 7E72325397F047D9A7D3A2E565BB2691 Ref B: MWH011020808060 Ref C: 2025-10-28T14:48:42Z' status: code: 200 message: OK @@ -225,23 +225,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --encryption --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c8c5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6cbf69d8fba643af9064b0a12195101f","dateCreated":"2025-09-09T18:17:14.032252Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"f8871ec9-0195-4f41-937f-905a30d67109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2648427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2648427Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50333d8-0000-0500-0000-6900d7ac0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"90ef42e77efb4f3a99e9fc8bec233ce2","dateCreated":"2025-10-28T14:47:40.4393001Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"8ad54167-3847-426f-adf1-a6136e02766d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6312127Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6312127Z"}}' headers: cache-control: - no-cache content-length: - - '8867' + - '8868' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:42 GMT etag: - - '"8203c8c5-0000-0500-0000-68c06f490000"' + - '"b50333d8-0000-0500-0000-6900d7ac0000"' expires: - '-1' pragma: @@ -253,11 +253,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EC4F8A35D54A4BB9961BF7CFDC4786C0 Ref B: MWH011020807054 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: 009666BB36344E4FA481C50C02AD9945 Ref B: MWH011020807036 Ref C: 2025-10-28T14:48:42Z' status: code: 200 message: OK @@ -275,23 +275,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c8c5-0000-0500-0000-68c06f490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6cbf69d8fba643af9064b0a12195101f","dateCreated":"2025-09-09T18:17:14.032252Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"f8871ec9-0195-4f41-937f-905a30d67109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2648427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2648427Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50333d8-0000-0500-0000-6900d7ac0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"90ef42e77efb4f3a99e9fc8bec233ce2","dateCreated":"2025-10-28T14:47:40.4393001Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"8ad54167-3847-426f-adf1-a6136e02766d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6312127Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6312127Z"}}' headers: cache-control: - no-cache content-length: - - '8867' + - '8868' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:48:43 GMT etag: - - '"8203c8c5-0000-0500-0000-68c06f490000"' + - '"b50333d8-0000-0500-0000-6900d7ac0000"' expires: - '-1' pragma: @@ -303,11 +303,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3781EF25D655498B93882C4E8FA50B78 Ref B: MWH011020809052 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 9A736434753242BF9029989B3206E325 Ref B: CO6AA3150219017 Ref C: 2025-10-28T14:48:43Z' status: code: 200 message: OK @@ -327,9 +327,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -339,7 +339,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:48:44 GMT expires: - '-1' pragma: @@ -351,15 +351,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '116' + - '105' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/54c5b9dc-4665-42a5-8d66-9afa3deb7479 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1f90c10a-8400-49af-a5d9-d253503a8817 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: A8B9CF668C3F449782DB028CD7FAE763 Ref B: CO6AA3150220045 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: 9977FBA70F3E4343A884996C990F1782 Ref B: CO6AA3150219047 Ref C: 2025-10-28T14:48:43Z' status: code: 200 message: OK @@ -382,15 +382,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203acca-0000-0500-0000-68c06f6d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:19.6914475Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503cbe0-0000-0500-0000-6900d7cf0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.7234757Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506?api-version=2017-04-18&t=638930387019258348&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Qn0OSpX5gYjzmDK-6vtPvAn076hZ_C7DeEPOuOx5L0cgoi43EtB1TZXiPdkWQ2py98p2l7oE5awZ8mXZibxNs3pun2s1h4kt3f-5aV3YEzjP5ujGbxVReNuN1UdH4YJ3LsRADBrtif4gACEYoaCEsdBZoLcC-UTOhfer574sUMmnZbR4muRjP59H01Zthk7H5hfSmef1B1_CDghuDfEcN70tVAI4pqd5hlDxebrMapZHs-MyDB95_nPLPD9FTbKZJ3AZ--bkelsW63MvKF6AGBAeUsE9j0p6kCvzq1v-aJBwbTtdoDyC9Ms_-6xhaeNpreV8bC9Ua53fZ6-D2HN2ZQ&h=11L57I0A3s5q497FbbZ8FipKwhP-uyMIsxtH_EM22uE + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08?api-version=2017-04-18&t=638972597274266064&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V6bdfmq49UZe31wJaZN6Z0g-zFNES3DDhnlpG5TOfPenKYKd1sit_UpmRqFOn_ENXjco6AtQ9Zv4nhJbxMq485iflDCu57uc26FiKukFaSpmLQl2MjidrURuYvX6f0cvkTXqKnjGdsMKIPTrMpLxw5VB8ecZfrosgFnz-itucqzraM4LbaOQTtC-nJlhg-Y85Fbazh0SpyIBp52s-QPgEZF7D2uIK-Z9QKcvx16zeyKsOqs7K2dg_RtXdHI_66o9p6jTuFeeGZUvQNePb55rtANrDnoGznSxKR6kkvN_J-FO001WWaakYB6lSgcDcEn-sRkW6GwTZuvwio9FtENv0A&h=OPrt3pgPia-OFiVn54ZUpghZ42QjQ1dQ0UumOdFVClU cache-control: - no-cache content-length: @@ -398,9 +398,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:48:46 GMT etag: - - '"8203acca-0000-0500-0000-68c06f6d0000"' + - '"b503cbe0-0000-0500-0000-6900d7cf0000"' expires: - '-1' pragma: @@ -412,15 +412,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '633' + - '593' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3ed43085-2eb4-441c-8cf9-7bbe811ecfc0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c44efada-81bd-4405-b628-4c45ea91833a x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0EE94CA927F745F3BAC05855EDA0AE10 Ref B: MWH011020806023 Ref C: 2025-09-09T18:18:18Z' + - 'Ref A: E0F84A01FC984B3A98DEDE70662B2D7F Ref B: MWH011020809034 Ref C: 2025-10-28T14:48:45Z' status: code: 201 message: Created @@ -438,12 +438,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506?api-version=2017-04-18&t=638930387019258348&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Qn0OSpX5gYjzmDK-6vtPvAn076hZ_C7DeEPOuOx5L0cgoi43EtB1TZXiPdkWQ2py98p2l7oE5awZ8mXZibxNs3pun2s1h4kt3f-5aV3YEzjP5ujGbxVReNuN1UdH4YJ3LsRADBrtif4gACEYoaCEsdBZoLcC-UTOhfer574sUMmnZbR4muRjP59H01Zthk7H5hfSmef1B1_CDghuDfEcN70tVAI4pqd5hlDxebrMapZHs-MyDB95_nPLPD9FTbKZJ3AZ--bkelsW63MvKF6AGBAeUsE9j0p6kCvzq1v-aJBwbTtdoDyC9Ms_-6xhaeNpreV8bC9Ua53fZ6-D2HN2ZQ&h=11L57I0A3s5q497FbbZ8FipKwhP-uyMIsxtH_EM22uE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08?api-version=2017-04-18&t=638972597274266064&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V6bdfmq49UZe31wJaZN6Z0g-zFNES3DDhnlpG5TOfPenKYKd1sit_UpmRqFOn_ENXjco6AtQ9Zv4nhJbxMq485iflDCu57uc26FiKukFaSpmLQl2MjidrURuYvX6f0cvkTXqKnjGdsMKIPTrMpLxw5VB8ecZfrosgFnz-itucqzraM4LbaOQTtC-nJlhg-Y85Fbazh0SpyIBp52s-QPgEZF7D2uIK-Z9QKcvx16zeyKsOqs7K2dg_RtXdHI_66o9p6jTuFeeGZUvQNePb55rtANrDnoGznSxKR6kkvN_J-FO001WWaakYB6lSgcDcEn-sRkW6GwTZuvwio9FtENv0A&h=OPrt3pgPia-OFiVn54ZUpghZ42QjQ1dQ0UumOdFVClU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506","name":"8a8d459c-8aeb-40b5-9230-9934d9d4a506","status":"Creating","startTime":"2025-09-09T18:18:21Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","name":"24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","status":"Creating","startTime":"2025-10-28T14:48:47Z"}' headers: cache-control: - no-cache @@ -452,7 +452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:48:46 GMT expires: - '-1' pragma: @@ -464,13 +464,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3a226258-33df-404a-90aa-62daeb20bf95 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/736af1c0-bee8-4bd0-9b15-69062046932d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5C5ED176E2FD462FB7F30F00990E8557 Ref B: MWH011020808034 Ref C: 2025-09-09T18:18:22Z' + - 'Ref A: 80BD1FDB55E24CFFB1393B5DD02E5A8D Ref B: MWH011020808054 Ref C: 2025-10-28T14:48:47Z' status: code: 200 message: OK @@ -488,12 +488,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506?api-version=2017-04-18&t=638930387019258348&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Qn0OSpX5gYjzmDK-6vtPvAn076hZ_C7DeEPOuOx5L0cgoi43EtB1TZXiPdkWQ2py98p2l7oE5awZ8mXZibxNs3pun2s1h4kt3f-5aV3YEzjP5ujGbxVReNuN1UdH4YJ3LsRADBrtif4gACEYoaCEsdBZoLcC-UTOhfer574sUMmnZbR4muRjP59H01Zthk7H5hfSmef1B1_CDghuDfEcN70tVAI4pqd5hlDxebrMapZHs-MyDB95_nPLPD9FTbKZJ3AZ--bkelsW63MvKF6AGBAeUsE9j0p6kCvzq1v-aJBwbTtdoDyC9Ms_-6xhaeNpreV8bC9Ua53fZ6-D2HN2ZQ&h=11L57I0A3s5q497FbbZ8FipKwhP-uyMIsxtH_EM22uE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08?api-version=2017-04-18&t=638972597274266064&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V6bdfmq49UZe31wJaZN6Z0g-zFNES3DDhnlpG5TOfPenKYKd1sit_UpmRqFOn_ENXjco6AtQ9Zv4nhJbxMq485iflDCu57uc26FiKukFaSpmLQl2MjidrURuYvX6f0cvkTXqKnjGdsMKIPTrMpLxw5VB8ecZfrosgFnz-itucqzraM4LbaOQTtC-nJlhg-Y85Fbazh0SpyIBp52s-QPgEZF7D2uIK-Z9QKcvx16zeyKsOqs7K2dg_RtXdHI_66o9p6jTuFeeGZUvQNePb55rtANrDnoGznSxKR6kkvN_J-FO001WWaakYB6lSgcDcEn-sRkW6GwTZuvwio9FtENv0A&h=OPrt3pgPia-OFiVn54ZUpghZ42QjQ1dQ0UumOdFVClU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506","name":"8a8d459c-8aeb-40b5-9230-9934d9d4a506","status":"Creating","startTime":"2025-09-09T18:18:21Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","name":"24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","status":"Creating","startTime":"2025-10-28T14:48:47Z"}' headers: cache-control: - no-cache @@ -502,7 +502,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:52 GMT + - Tue, 28 Oct 2025 14:49:17 GMT expires: - '-1' pragma: @@ -514,13 +514,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/23cad3fe-4e74-4949-a72f-22e745c94bc0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b1f6e05c-e0ff-41a7-9eca-2436d5280322 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 17303C399AB742E0BAC12A0DF4757F53 Ref B: MWH011020809060 Ref C: 2025-09-09T18:18:52Z' + - 'Ref A: 2A16A183185C4204B9D66EEEF72F05AB Ref B: MWH011020806042 Ref C: 2025-10-28T14:49:18Z' status: code: 200 message: OK @@ -538,12 +538,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506?api-version=2017-04-18&t=638930387019258348&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=Qn0OSpX5gYjzmDK-6vtPvAn076hZ_C7DeEPOuOx5L0cgoi43EtB1TZXiPdkWQ2py98p2l7oE5awZ8mXZibxNs3pun2s1h4kt3f-5aV3YEzjP5ujGbxVReNuN1UdH4YJ3LsRADBrtif4gACEYoaCEsdBZoLcC-UTOhfer574sUMmnZbR4muRjP59H01Zthk7H5hfSmef1B1_CDghuDfEcN70tVAI4pqd5hlDxebrMapZHs-MyDB95_nPLPD9FTbKZJ3AZ--bkelsW63MvKF6AGBAeUsE9j0p6kCvzq1v-aJBwbTtdoDyC9Ms_-6xhaeNpreV8bC9Ua53fZ6-D2HN2ZQ&h=11L57I0A3s5q497FbbZ8FipKwhP-uyMIsxtH_EM22uE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08?api-version=2017-04-18&t=638972597274266064&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V6bdfmq49UZe31wJaZN6Z0g-zFNES3DDhnlpG5TOfPenKYKd1sit_UpmRqFOn_ENXjco6AtQ9Zv4nhJbxMq485iflDCu57uc26FiKukFaSpmLQl2MjidrURuYvX6f0cvkTXqKnjGdsMKIPTrMpLxw5VB8ecZfrosgFnz-itucqzraM4LbaOQTtC-nJlhg-Y85Fbazh0SpyIBp52s-QPgEZF7D2uIK-Z9QKcvx16zeyKsOqs7K2dg_RtXdHI_66o9p6jTuFeeGZUvQNePb55rtANrDnoGznSxKR6kkvN_J-FO001WWaakYB6lSgcDcEn-sRkW6GwTZuvwio9FtENv0A&h=OPrt3pgPia-OFiVn54ZUpghZ42QjQ1dQ0UumOdFVClU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8a8d459c-8aeb-40b5-9230-9934d9d4a506","name":"8a8d459c-8aeb-40b5-9230-9934d9d4a506","status":"Succeeded","startTime":"2025-09-09T18:18:21Z","endTime":"2025-09-09T18:18:53Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","name":"24dcbe2d-d2b3-4a33-8ec1-96bd164fff08","status":"Succeeded","startTime":"2025-10-28T14:48:47Z","endTime":"2025-10-28T14:49:18Z"}' headers: cache-control: - no-cache @@ -552,7 +552,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:23 GMT + - Tue, 28 Oct 2025 14:49:48 GMT expires: - '-1' pragma: @@ -564,13 +564,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/2f47ee80-7e1b-4b6a-8bfb-ba7adeb01bb1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/e6c48fc9-6fd6-48fc-916f-8a0abe369f00 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 04742E3E90C147D7BAB210FDD97BBB8B Ref B: MWH011020809029 Ref C: 2025-09-09T18:19:23Z' + - 'Ref A: C1DEFF8351B9480D9548F44CE50B0EC2 Ref B: MWH011020807062 Ref C: 2025-10-28T14:49:48Z' status: code: 200 message: OK @@ -588,12 +588,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203eccf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:19.6914475Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5037be8-0000-0500-0000-6900d7ee0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.7234757Z"}}' headers: cache-control: - no-cache @@ -602,9 +602,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:23 GMT + - Tue, 28 Oct 2025 14:49:48 GMT etag: - - '"8203eccf-0000-0500-0000-68c06f8d0000"' + - '"b5037be8-0000-0500-0000-6900d7ee0000"' expires: - '-1' pragma: @@ -616,11 +616,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '17' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 96C1966F41924911BB80D1C0BB194021 Ref B: MWH011020809025 Ref C: 2025-09-09T18:19:24Z' + - 'Ref A: 5C5D4A8F56524A9397DDDEF79AA308BF Ref B: MWH011020808062 Ref C: 2025-10-28T14:49:49Z' status: code: 200 message: OK @@ -638,12 +638,12 @@ interactions: ParameterSetName: - -n -g --encryption User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203eccf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:19.6914475Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5037be8-0000-0500-0000-6900d7ee0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.7234757Z"}}' headers: cache-control: - no-cache @@ -652,9 +652,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:49:49 GMT etag: - - '"8203eccf-0000-0500-0000-68c06f8d0000"' + - '"b5037be8-0000-0500-0000-6900d7ee0000"' expires: - '-1' pragma: @@ -666,11 +666,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1FF8F69136464DC7A9CB6C6BD72EBEDB Ref B: CO6AA3150219019 Ref C: 2025-09-09T18:19:24Z' + - 'Ref A: 5EC3BCED8AC64D76B2AD69F969546DBA Ref B: MWH011020809062 Ref C: 2025-10-28T14:49:49Z' status: code: 200 message: OK @@ -692,29 +692,29 @@ interactions: ParameterSetName: - -n -g --encryption User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"820302d5-0000-0500-0000-68c06fad0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:25.5648808Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5035af0-0000-0500-0000-6900d80e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:50.657225Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4?api-version=2017-04-18&t=638930387659242674&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xl67tA84pSzUt29tCca_u1XgDdGK-3bsC2ABCpnv6E4e8CO7DkaYBMdK30LrbCKVwDVU1jVE1rIpCtdMKPJvb5YN0PwrujxyUTzr-R8BKCXWMs6qOsaO4apmv_5s1-8F1Z1yAZ5asfXuZgAY1CTKKc2_BDV5iHkVUpvlItcLvnJ6UjneSuwyugQN_DMrvHjNqGcgw4x-m9L7CycQ3sIHPLHXqzIDQs57GHfWZhyNtgajGyovt1LxVjNhG3hT2aqKyKjcJNbucyqj88fIC9Kre0ZhBZiul5iDPyJHYzDyHk92v29814iPPxs9iuq-kRjsk22l6oAqSAGuNj4mru_k2A&h=gVUF0weVZREpNAYuK5ixMevH7dSoJKFNRPJx5kgIODo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd?api-version=2017-04-18&t=638972597910664407&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=XWtPvBHc0zYGiEJ5o6Flp5oR0wrNsO03AdAoQdv9pMGy93Ty7p1wgQEpq-JOfe_xnpL4kMwduL_L2K5FD02cgyK7MAFecCkdv_pIZwOAPr1KL14UzpkFYRAFJEDuseSBcV09KO-cwS3IT5UxV7nfI9Sn7YDS8d1Ar0vyNycyM88kmmWlPHlYKKdOe5KOMOWwEjpqYHks-Yy-6lwwnDKzgdYMTAH9-k0K8BlNyfJDs-73sQ3I7dFGo9I9Xnh7TSky5b9PXiQSG4s_sHyvrVCppwuWWJ1-H5NYHUpsXjORj1jzSp0_jzrH2c1U9kteljwXCOUbj0C0dYuhbkozJJX81A&h=gYy7QDPFANmIc913XZZ2IqLhr7fVghtw2ZPVSLVhawk cache-control: - no-cache content-length: - - '14585' + - '14584' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:49:50 GMT etag: - - '"820302d5-0000-0500-0000-68c06fad0000"' + - '"b5035af0-0000-0500-0000-6900d80e0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4?api-version=2017-04-18&operationResultResponseType=Location&t=638930387659399216&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=YD6954OPpicUiI1G-cNg_151YhinVtWG_wkcmT4uC6QxPeyA_ErYjIREQ63poxnKjpIs9gx8we4dPiyMbkm_ZTa0ZBIxqAMtFvIndB0Gz0XJejxg-EYVragSUTgl0EuKMaceF-D0xsojNopMwOHZ1DrohAINFOvrDYSKfBpwWbybrUbBWSbfls-H2ATseIvObOPoY4Mucwp4mzWpkt2203PjeRo6mOY2NgJb3atJl9VCTBcYJidpJJ9H3R-gua8CITi4doIf1P_YZkxD9DePvx9Avu8aMk03R-GItVzfjLOklUFuKsqSc7NgZ0VHXGlQVzi9xeCZs4-Hr2TrPXuetg&h=6bkomSu0Zw4TZTCay3JzvaQxxfq_BiOFEMuKs9KfWLY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd?api-version=2017-04-18&operationResultResponseType=Location&t=638972597910664407&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=XWtPvBHc0zYGiEJ5o6Flp5oR0wrNsO03AdAoQdv9pMGy93Ty7p1wgQEpq-JOfe_xnpL4kMwduL_L2K5FD02cgyK7MAFecCkdv_pIZwOAPr1KL14UzpkFYRAFJEDuseSBcV09KO-cwS3IT5UxV7nfI9Sn7YDS8d1Ar0vyNycyM88kmmWlPHlYKKdOe5KOMOWwEjpqYHks-Yy-6lwwnDKzgdYMTAH9-k0K8BlNyfJDs-73sQ3I7dFGo9I9Xnh7TSky5b9PXiQSG4s_sHyvrVCppwuWWJ1-H5NYHUpsXjORj1jzSp0_jzrH2c1U9kteljwXCOUbj0C0dYuhbkozJJX81A&h=gYy7QDPFANmIc913XZZ2IqLhr7fVghtw2ZPVSLVhawk pragma: - no-cache strict-transport-security: @@ -724,15 +724,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '268' + - '299' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7da15a4c-5fb7-4f44-990a-7482e681fe92 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0b8a2e88-39dc-4465-8a17-7de88a1337ce x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 1C26DE504C3C4338BA8044CA29472CA1 Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:19:25Z' + - 'Ref A: 6D2A2ADB82D34D77ABBCE3DF52C70B57 Ref B: CO6AA3150218031 Ref C: 2025-10-28T14:49:50Z' status: code: 202 message: Accepted @@ -750,12 +750,62 @@ interactions: ParameterSetName: - -n -g --encryption User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd?api-version=2017-04-18&t=638972597910664407&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=XWtPvBHc0zYGiEJ5o6Flp5oR0wrNsO03AdAoQdv9pMGy93Ty7p1wgQEpq-JOfe_xnpL4kMwduL_L2K5FD02cgyK7MAFecCkdv_pIZwOAPr1KL14UzpkFYRAFJEDuseSBcV09KO-cwS3IT5UxV7nfI9Sn7YDS8d1Ar0vyNycyM88kmmWlPHlYKKdOe5KOMOWwEjpqYHks-Yy-6lwwnDKzgdYMTAH9-k0K8BlNyfJDs-73sQ3I7dFGo9I9Xnh7TSky5b9PXiQSG4s_sHyvrVCppwuWWJ1-H5NYHUpsXjORj1jzSp0_jzrH2c1U9kteljwXCOUbj0C0dYuhbkozJJX81A&h=gYy7QDPFANmIc913XZZ2IqLhr7fVghtw2ZPVSLVhawk + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd","name":"0c21e510-781d-482c-8e63-6b5877eea3bd","status":"Updating","startTime":"2025-10-28T14:49:50Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:49:50 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/3eb4706b-c6f9-47aa-b6ff-24380838fbfc + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5EA33F98E122455FAD755E34F8DE1677 Ref B: MWH011020807052 Ref C: 2025-10-28T14:49:51Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account update + Connection: + - keep-alive + ParameterSetName: + - -n -g --encryption + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4?api-version=2017-04-18&t=638930387659242674&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xl67tA84pSzUt29tCca_u1XgDdGK-3bsC2ABCpnv6E4e8CO7DkaYBMdK30LrbCKVwDVU1jVE1rIpCtdMKPJvb5YN0PwrujxyUTzr-R8BKCXWMs6qOsaO4apmv_5s1-8F1Z1yAZ5asfXuZgAY1CTKKc2_BDV5iHkVUpvlItcLvnJ6UjneSuwyugQN_DMrvHjNqGcgw4x-m9L7CycQ3sIHPLHXqzIDQs57GHfWZhyNtgajGyovt1LxVjNhG3hT2aqKyKjcJNbucyqj88fIC9Kre0ZhBZiul5iDPyJHYzDyHk92v29814iPPxs9iuq-kRjsk22l6oAqSAGuNj4mru_k2A&h=gVUF0weVZREpNAYuK5ixMevH7dSoJKFNRPJx5kgIODo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd?api-version=2017-04-18&t=638972597910664407&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=XWtPvBHc0zYGiEJ5o6Flp5oR0wrNsO03AdAoQdv9pMGy93Ty7p1wgQEpq-JOfe_xnpL4kMwduL_L2K5FD02cgyK7MAFecCkdv_pIZwOAPr1KL14UzpkFYRAFJEDuseSBcV09KO-cwS3IT5UxV7nfI9Sn7YDS8d1Ar0vyNycyM88kmmWlPHlYKKdOe5KOMOWwEjpqYHks-Yy-6lwwnDKzgdYMTAH9-k0K8BlNyfJDs-73sQ3I7dFGo9I9Xnh7TSky5b9PXiQSG4s_sHyvrVCppwuWWJ1-H5NYHUpsXjORj1jzSp0_jzrH2c1U9kteljwXCOUbj0C0dYuhbkozJJX81A&h=gYy7QDPFANmIc913XZZ2IqLhr7fVghtw2ZPVSLVhawk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4","name":"9d43ce81-2d7b-4315-a762-d98f73c0aaf4","status":"Updating","startTime":"2025-09-09T18:19:25Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd","name":"0c21e510-781d-482c-8e63-6b5877eea3bd","status":"Updating","startTime":"2025-10-28T14:49:50Z"}' headers: cache-control: - no-cache @@ -764,7 +814,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:50:21 GMT expires: - '-1' pragma: @@ -776,13 +826,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a14a2694-aebb-47dd-82d4-be1ac1b6aee2 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/240d680a-04bd-4881-83c4-86285bb4f5e2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DCF7D2BC34994F0BA7124805D05A545A Ref B: CO6AA3150220017 Ref C: 2025-09-09T18:19:26Z' + - 'Ref A: FDAF7B44C68742E8BD6376799F48102D Ref B: CO6AA3150220051 Ref C: 2025-10-28T14:50:21Z' status: code: 200 message: OK @@ -800,12 +850,12 @@ interactions: ParameterSetName: - -n -g --encryption User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4?api-version=2017-04-18&t=638930387659242674&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xl67tA84pSzUt29tCca_u1XgDdGK-3bsC2ABCpnv6E4e8CO7DkaYBMdK30LrbCKVwDVU1jVE1rIpCtdMKPJvb5YN0PwrujxyUTzr-R8BKCXWMs6qOsaO4apmv_5s1-8F1Z1yAZ5asfXuZgAY1CTKKc2_BDV5iHkVUpvlItcLvnJ6UjneSuwyugQN_DMrvHjNqGcgw4x-m9L7CycQ3sIHPLHXqzIDQs57GHfWZhyNtgajGyovt1LxVjNhG3hT2aqKyKjcJNbucyqj88fIC9Kre0ZhBZiul5iDPyJHYzDyHk92v29814iPPxs9iuq-kRjsk22l6oAqSAGuNj4mru_k2A&h=gVUF0weVZREpNAYuK5ixMevH7dSoJKFNRPJx5kgIODo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd?api-version=2017-04-18&t=638972597910664407&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=XWtPvBHc0zYGiEJ5o6Flp5oR0wrNsO03AdAoQdv9pMGy93Ty7p1wgQEpq-JOfe_xnpL4kMwduL_L2K5FD02cgyK7MAFecCkdv_pIZwOAPr1KL14UzpkFYRAFJEDuseSBcV09KO-cwS3IT5UxV7nfI9Sn7YDS8d1Ar0vyNycyM88kmmWlPHlYKKdOe5KOMOWwEjpqYHks-Yy-6lwwnDKzgdYMTAH9-k0K8BlNyfJDs-73sQ3I7dFGo9I9Xnh7TSky5b9PXiQSG4s_sHyvrVCppwuWWJ1-H5NYHUpsXjORj1jzSp0_jzrH2c1U9kteljwXCOUbj0C0dYuhbkozJJX81A&h=gYy7QDPFANmIc913XZZ2IqLhr7fVghtw2ZPVSLVhawk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/9d43ce81-2d7b-4315-a762-d98f73c0aaf4","name":"9d43ce81-2d7b-4315-a762-d98f73c0aaf4","status":"Succeeded","startTime":"2025-09-09T18:19:25Z","endTime":"2025-09-09T18:19:56Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/0c21e510-781d-482c-8e63-6b5877eea3bd","name":"0c21e510-781d-482c-8e63-6b5877eea3bd","status":"Succeeded","startTime":"2025-10-28T14:49:50Z","endTime":"2025-10-28T14:50:22Z"}' headers: cache-control: - no-cache @@ -814,7 +864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:56 GMT + - Tue, 28 Oct 2025 14:50:52 GMT expires: - '-1' pragma: @@ -826,13 +876,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f8c20eb5-e3ae-45fd-8e88-319ad5c52f09 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/834fe57d-8c2d-49e6-abe2-1675551f76b6 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F09C8002E6104BDDAD491C88EE41C300 Ref B: CO6AA3150217047 Ref C: 2025-09-09T18:19:56Z' + - 'Ref A: F741C0A0D1DC401ABCDFBB55052E2C21 Ref B: MWH011020809062 Ref C: 2025-10-28T14:50:52Z' status: code: 200 message: OK @@ -850,23 +900,23 @@ interactions: ParameterSetName: - -n -g --encryption User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"820323d9-0000-0500-0000-68c06fcc0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:25.5648808Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5030df9-0000-0500-0000-6900d82e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:50.657225Z"}}' headers: cache-control: - no-cache content-length: - - '14586' + - '14585' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:56 GMT + - Tue, 28 Oct 2025 14:50:51 GMT etag: - - '"820323d9-0000-0500-0000-68c06fcc0000"' + - '"b5030df9-0000-0500-0000-6900d82e0000"' expires: - '-1' pragma: @@ -878,11 +928,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5F36116B20FC4443BD5FE20879A7BE27 Ref B: CO6AA3150217009 Ref C: 2025-09-09T18:19:56Z' + - 'Ref A: 8915458FA90542E39A7DA67EE90D78E9 Ref B: CO6AA3150218049 Ref C: 2025-10-28T14:50:52Z' status: code: 200 message: OK @@ -900,23 +950,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"820323d9-0000-0500-0000-68c06fcc0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:25.5648808Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5030df9-0000-0500-0000-6900d82e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"2383375316fc4414b16445375b7b18c9","dateCreated":"2025-10-28T14:48:47.0960565Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"c7da3f7d-f92d-4238-840a-c8ff78f790b7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.7234757Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:50.657225Z"}}' headers: cache-control: - no-cache content-length: - - '14586' + - '14585' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:56 GMT + - Tue, 28 Oct 2025 14:50:53 GMT etag: - - '"820323d9-0000-0500-0000-68c06fcc0000"' + - '"b5030df9-0000-0500-0000-6900d82e0000"' expires: - '-1' pragma: @@ -928,11 +978,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3271CA5968904355B0EF8A5FE85F0385 Ref B: CO6AA3150217051 Ref C: 2025-09-09T18:19:57Z' + - 'Ref A: 0CD61F12177746B5A921BA5B66C4EEC7 Ref B: CO6AA3150219049 Ref C: 2025-10-28T14:50:53Z' status: code: 200 message: OK @@ -952,9 +1002,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: string: '' @@ -964,7 +1014,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:58 GMT + - Tue, 28 Oct 2025 14:50:55 GMT expires: - '-1' pragma: @@ -976,15 +1026,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '104' + - '115' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/84cae7fd-dfd6-41f4-844b-7c39aa7c937e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b5724544-ab1c-4ccd-8424-00660f76acf1 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 15513A1F0DFE4F28A9B12928D47E6354 Ref B: MWH011020807040 Ref C: 2025-09-09T18:19:57Z' + - 'Ref A: 312E46B00345422D98C2BFEDFB26EED0 Ref B: MWH011020808034 Ref C: 2025-10-28T14:50:53Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity.yaml index 8af10b8e9da..c0e2f04a18f 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82036ec7-0000-0500-0000-68c06f560000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:57.9371297Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5038ed2-0000-0500-0000-6900d7930000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:46.8601816Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb?api-version=2017-04-18&t=638930386787184280&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JQ--Bg2I_9NqP4Dwl2QonkoXZrE9LENjfh2EdMaxNIdPhIExv9PT2w_nha2bTTevrdBnJb8tXWNQzbeoVvHOnwkRlPN-3oDdGPgAt5_OTIjQRpLsyi6T0UYgLXwHgRjL_8OQVGXEbL4a_nS3I7Dutzzkb9A2YWd2tkpObqNQ5QoDPLCkLgXrtUwe8oi1u5lmsjSJYQCOCtacbLz3YqguDfKT5DvCkZA6JWSBtTUxdqC4PWbwAo0l8DD9N7_pBIg4SThQmEzBh82W-nwYK7Gldn-fR9eWpcC0-MH1U2MWJ26-De5ECbFuInYhMADNjPLl_lbLpXDQXGluwGGvXpK9dg&h=BIrfDT_mwJjE3Nt970DA7kwk4WP5_d9Yqu_DHlEoVts + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6?api-version=2017-04-18&t=638972596677195672&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=WeF4z5IJ9DyNKVXnPrAto7q9-kXl7KO1bPMelELkqhuhY9qyGmJuIbu90vvkrC3vPnfRYEbLFKpaDQ0eMacXWBsuJBZQtgyKUFX4lSfEF-ZgRfOwehlDETqvVreg5oLFGrRnn_dH5QQPPs-KAfw52TWDJNE0s4OB4mQe29hdx4_8LC23O0dZ1kd4M7m8XUHSEfFuV4MBNoRud-cpU8yib_i6DEZAbqEWZUZWKU9hzh3lquqWbpRr4xxKQvcHeHYHl13COo_UIRtCVrvIFfbNsIrm7kEmsRucEuNpOD0x-5E4ICdz1QL-tUyWvCFHDV7jInULYfpi-xTyftml5dMa1w&h=rUQ3p4u35tLTflsrGJyg9BkcO9tmL2cwtyVTU7DhniY cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:58 GMT + - Tue, 28 Oct 2025 14:47:47 GMT etag: - - '"82036ec7-0000-0500-0000-68c06f560000"' + - '"b5038ed2-0000-0500-0000-6900d7930000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '521' + - '625' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b13a2a3b-7a7e-4a93-b0c5-22a3e7c76ebf + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c9ec38cc-9842-4e5e-b0b9-6c29ab377220 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: A15B1B4E4D7749B5AB0EAF71A0D026A8 Ref B: MWH011020808031 Ref C: 2025-09-09T18:17:57Z' + - 'Ref A: 35ACF427055841038250087D9C0191E1 Ref B: CO6AA3150220035 Ref C: 2025-10-28T14:47:46Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb?api-version=2017-04-18&t=638930386787184280&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JQ--Bg2I_9NqP4Dwl2QonkoXZrE9LENjfh2EdMaxNIdPhIExv9PT2w_nha2bTTevrdBnJb8tXWNQzbeoVvHOnwkRlPN-3oDdGPgAt5_OTIjQRpLsyi6T0UYgLXwHgRjL_8OQVGXEbL4a_nS3I7Dutzzkb9A2YWd2tkpObqNQ5QoDPLCkLgXrtUwe8oi1u5lmsjSJYQCOCtacbLz3YqguDfKT5DvCkZA6JWSBtTUxdqC4PWbwAo0l8DD9N7_pBIg4SThQmEzBh82W-nwYK7Gldn-fR9eWpcC0-MH1U2MWJ26-De5ECbFuInYhMADNjPLl_lbLpXDQXGluwGGvXpK9dg&h=BIrfDT_mwJjE3Nt970DA7kwk4WP5_d9Yqu_DHlEoVts + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6?api-version=2017-04-18&t=638972596677195672&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=WeF4z5IJ9DyNKVXnPrAto7q9-kXl7KO1bPMelELkqhuhY9qyGmJuIbu90vvkrC3vPnfRYEbLFKpaDQ0eMacXWBsuJBZQtgyKUFX4lSfEF-ZgRfOwehlDETqvVreg5oLFGrRnn_dH5QQPPs-KAfw52TWDJNE0s4OB4mQe29hdx4_8LC23O0dZ1kd4M7m8XUHSEfFuV4MBNoRud-cpU8yib_i6DEZAbqEWZUZWKU9hzh3lquqWbpRr4xxKQvcHeHYHl13COo_UIRtCVrvIFfbNsIrm7kEmsRucEuNpOD0x-5E4ICdz1QL-tUyWvCFHDV7jInULYfpi-xTyftml5dMa1w&h=rUQ3p4u35tLTflsrGJyg9BkcO9tmL2cwtyVTU7DhniY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb","name":"f2d4137e-27e2-449b-8978-ad854baed1eb","status":"Creating","startTime":"2025-09-09T18:17:58Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6","name":"7513fd3b-56db-4f90-aa49-c619e4d1c0a6","status":"Creating","startTime":"2025-10-28T14:47:47Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:58 GMT + - Tue, 28 Oct 2025 14:47:48 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/06c90b81-8d39-43e2-99f5-6927d25c806a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f6824f99-4c4d-4feb-ac19-dfb9ec2e5015 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 328DAA561C974BAFB3974204870B22B2 Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:17:58Z' + - 'Ref A: E56F7E1625CC4F1499D8E4E1D1ED20F2 Ref B: CO6AA3150220023 Ref C: 2025-10-28T14:47:47Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb?api-version=2017-04-18&t=638930386787184280&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JQ--Bg2I_9NqP4Dwl2QonkoXZrE9LENjfh2EdMaxNIdPhIExv9PT2w_nha2bTTevrdBnJb8tXWNQzbeoVvHOnwkRlPN-3oDdGPgAt5_OTIjQRpLsyi6T0UYgLXwHgRjL_8OQVGXEbL4a_nS3I7Dutzzkb9A2YWd2tkpObqNQ5QoDPLCkLgXrtUwe8oi1u5lmsjSJYQCOCtacbLz3YqguDfKT5DvCkZA6JWSBtTUxdqC4PWbwAo0l8DD9N7_pBIg4SThQmEzBh82W-nwYK7Gldn-fR9eWpcC0-MH1U2MWJ26-De5ECbFuInYhMADNjPLl_lbLpXDQXGluwGGvXpK9dg&h=BIrfDT_mwJjE3Nt970DA7kwk4WP5_d9Yqu_DHlEoVts + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6?api-version=2017-04-18&t=638972596677195672&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=WeF4z5IJ9DyNKVXnPrAto7q9-kXl7KO1bPMelELkqhuhY9qyGmJuIbu90vvkrC3vPnfRYEbLFKpaDQ0eMacXWBsuJBZQtgyKUFX4lSfEF-ZgRfOwehlDETqvVreg5oLFGrRnn_dH5QQPPs-KAfw52TWDJNE0s4OB4mQe29hdx4_8LC23O0dZ1kd4M7m8XUHSEfFuV4MBNoRud-cpU8yib_i6DEZAbqEWZUZWKU9hzh3lquqWbpRr4xxKQvcHeHYHl13COo_UIRtCVrvIFfbNsIrm7kEmsRucEuNpOD0x-5E4ICdz1QL-tUyWvCFHDV7jInULYfpi-xTyftml5dMa1w&h=rUQ3p4u35tLTflsrGJyg9BkcO9tmL2cwtyVTU7DhniY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb","name":"f2d4137e-27e2-449b-8978-ad854baed1eb","status":"Creating","startTime":"2025-09-09T18:17:58Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6","name":"7513fd3b-56db-4f90-aa49-c619e4d1c0a6","status":"Creating","startTime":"2025-10-28T14:47:47Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:28 GMT + - Tue, 28 Oct 2025 14:48:17 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '22' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bf06f2eb-227c-48b2-82e8-3b7214aa1a61 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0897948c-bb8b-43f3-9898-42ea0504eb49 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9905B11A07FB4C878E1EE85C28637459 Ref B: CO6AA3150217029 Ref C: 2025-09-09T18:18:29Z' + - 'Ref A: F9D98C87D89C47589F3B50E898614590 Ref B: MWH011020806034 Ref C: 2025-10-28T14:48:18Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb?api-version=2017-04-18&t=638930386787184280&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=JQ--Bg2I_9NqP4Dwl2QonkoXZrE9LENjfh2EdMaxNIdPhIExv9PT2w_nha2bTTevrdBnJb8tXWNQzbeoVvHOnwkRlPN-3oDdGPgAt5_OTIjQRpLsyi6T0UYgLXwHgRjL_8OQVGXEbL4a_nS3I7Dutzzkb9A2YWd2tkpObqNQ5QoDPLCkLgXrtUwe8oi1u5lmsjSJYQCOCtacbLz3YqguDfKT5DvCkZA6JWSBtTUxdqC4PWbwAo0l8DD9N7_pBIg4SThQmEzBh82W-nwYK7Gldn-fR9eWpcC0-MH1U2MWJ26-De5ECbFuInYhMADNjPLl_lbLpXDQXGluwGGvXpK9dg&h=BIrfDT_mwJjE3Nt970DA7kwk4WP5_d9Yqu_DHlEoVts + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6?api-version=2017-04-18&t=638972596677195672&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=WeF4z5IJ9DyNKVXnPrAto7q9-kXl7KO1bPMelELkqhuhY9qyGmJuIbu90vvkrC3vPnfRYEbLFKpaDQ0eMacXWBsuJBZQtgyKUFX4lSfEF-ZgRfOwehlDETqvVreg5oLFGrRnn_dH5QQPPs-KAfw52TWDJNE0s4OB4mQe29hdx4_8LC23O0dZ1kd4M7m8XUHSEfFuV4MBNoRud-cpU8yib_i6DEZAbqEWZUZWKU9hzh3lquqWbpRr4xxKQvcHeHYHl13COo_UIRtCVrvIFfbNsIrm7kEmsRucEuNpOD0x-5E4ICdz1QL-tUyWvCFHDV7jInULYfpi-xTyftml5dMa1w&h=rUQ3p4u35tLTflsrGJyg9BkcO9tmL2cwtyVTU7DhniY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f2d4137e-27e2-449b-8978-ad854baed1eb","name":"f2d4137e-27e2-449b-8978-ad854baed1eb","status":"Succeeded","startTime":"2025-09-09T18:17:58Z","endTime":"2025-09-09T18:18:30Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/7513fd3b-56db-4f90-aa49-c619e4d1c0a6","name":"7513fd3b-56db-4f90-aa49-c619e4d1c0a6","status":"Succeeded","startTime":"2025-10-28T14:47:47Z","endTime":"2025-10-28T14:48:18Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:59 GMT + - Tue, 28 Oct 2025 14:48:48 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a634afca-69c6-4910-a0d0-a43aa8165ea3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/c1101f3e-c0ff-4c2f-aa51-d5a5ea496825 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 98A53522300C4D1695375CAE1B170695 Ref B: MWH011020809060 Ref C: 2025-09-09T18:18:59Z' + - 'Ref A: 4519C7038D88472DAA8A14BB3CFCEFEF Ref B: CO6AA3150218039 Ref C: 2025-10-28T14:48:48Z' status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c1cb-0000-0500-0000-68c06f750000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:57.9371297Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503dcd9-0000-0500-0000-6900d7b20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:46.8601816Z"}}' headers: cache-control: - no-cache @@ -238,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:00 GMT + - Tue, 28 Oct 2025 14:48:49 GMT etag: - - '"8203c1cb-0000-0500-0000-68c06f750000"' + - '"b503dcd9-0000-0500-0000-6900d7b20000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1741831A93BE47C7A5ECF09E7F68E6CD Ref B: MWH011020809040 Ref C: 2025-09-09T18:19:00Z' + - 'Ref A: B4BAEBFD7A0A49E38D068D243ACB4051 Ref B: MWH011020809060 Ref C: 2025-10-28T14:48:49Z' status: code: 200 message: OK @@ -274,12 +274,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c1cb-0000-0500-0000-68c06f750000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:57.9371297Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503dcd9-0000-0500-0000-6900d7b20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:46.8601816Z"}}' headers: cache-control: - no-cache @@ -288,9 +288,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:00 GMT + - Tue, 28 Oct 2025 14:48:49 GMT etag: - - '"8203c1cb-0000-0500-0000-68c06f750000"' + - '"b503dcd9-0000-0500-0000-6900d7b20000"' expires: - '-1' pragma: @@ -302,11 +302,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 545DD722F5D34F6D91E9B8D31C4DECFA Ref B: MWH011020806034 Ref C: 2025-09-09T18:19:00Z' + - 'Ref A: A7489E9EA8F44583BDEBA78020719C2E Ref B: MWH011020807034 Ref C: 2025-10-28T14:48:50Z' status: code: 200 message: OK @@ -324,12 +324,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203c1cb-0000-0500-0000-68c06f750000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:57.9371297Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503dcd9-0000-0500-0000-6900d7b20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:46.8601816Z"}}' headers: cache-control: - no-cache @@ -338,9 +338,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:01 GMT + - Tue, 28 Oct 2025 14:48:49 GMT etag: - - '"8203c1cb-0000-0500-0000-68c06f750000"' + - '"b503dcd9-0000-0500-0000-6900d7b20000"' expires: - '-1' pragma: @@ -352,11 +352,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '20' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 25865851886A4BBCBDB3DF3A3289B4E0 Ref B: CO6AA3150218047 Ref C: 2025-09-09T18:19:01Z' + - 'Ref A: 49D68DC0AB44437DBBA7A973D64B1A58 Ref B: CO6AA3150217053 Ref C: 2025-10-28T14:48:50Z' status: code: 200 message: OK @@ -378,15 +378,15 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82037ad1-0000-0500-0000-68c06f970000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"a8110c2e-83be-4668-8788-c46bc7450b71","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:02.9683502Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5030ae2-0000-0500-0000-6900d7d40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"fb4eb9ca-994d-407e-8451-71190e6e9b8c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:51.9593239Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca?api-version=2017-04-18&t=638930387431871022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=OPKTLraR5gCcH4_3o-fHkM1aKEaL7Td1PplvxYvk-ZNzukZ5SLLZHF-naEfu7WiCE7CtktCMJimljkh37s1O0ObebWMo1aDFmR3stmSPr83771sEw_sGU-ameSEfG2XB7_LGwrg3g0-UxOirAZKmBgjV39LoCtJi-Z1NLQdCgVqzaTrsdjtvoI9bBsyVo4aqfGXAndZGCaO4k1BUeUbf-woJAkGYEAxvmouSjOMHREbWIFwZ9as_MdH4dQldpTZGSUEFlSOmA-gT5M2x312dKpON1zKYCyANAO2wNB4MoeLRBVGwKKVxSfelDxnAZxNC5cg7Un7ad2w2SQySNqv1Aw&h=eMW8COu87-OKopEJQ2hrbfkQ-U1UHHQIzqXw2D7XiSA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89?api-version=2017-04-18&t=638972597321781469&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MFXkwMU8249H9uhJh9VjRul5glxhoUeSolBWAOMf_gpeegaqQ9HjopnYloa0KfYxXZM-5dlSFFaBTQJZUzm2_N78eWfQ3edKiQdQFuPhW9oV6-Oth6hVPnb34otZOqXUz8ZF8JuAOcVDxRgLH70rYQFL6Lg3XOdDmsYJWKa1IBG9UA5EZZVcVQjqF_VnuLAdxsmAhdsILKFP6RKlDAaHCp8nccxbhgNa_enrHCog2tkSyXrTvOFAvAykIh9mrjh_uln1gy1iHuXmMG7vU-uKHbjHRnexjD0rwyoGVt5JZuc2SiCGSOe1T7UNxe8ZdQxjIb0fJqvh0e7k8sOf6Uvn9Q&h=67vYjzlvY3S59Kc-GWnTX-O-o-TBjudj0Fh23FlOK0s cache-control: - no-cache content-length: @@ -394,13 +394,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:02 GMT + - Tue, 28 Oct 2025 14:48:51 GMT etag: - - '"82037ad1-0000-0500-0000-68c06f970000"' + - '"b5030ae2-0000-0500-0000-6900d7d40000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca?api-version=2017-04-18&operationResultResponseType=Location&t=638930387431871022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=OPKTLraR5gCcH4_3o-fHkM1aKEaL7Td1PplvxYvk-ZNzukZ5SLLZHF-naEfu7WiCE7CtktCMJimljkh37s1O0ObebWMo1aDFmR3stmSPr83771sEw_sGU-ameSEfG2XB7_LGwrg3g0-UxOirAZKmBgjV39LoCtJi-Z1NLQdCgVqzaTrsdjtvoI9bBsyVo4aqfGXAndZGCaO4k1BUeUbf-woJAkGYEAxvmouSjOMHREbWIFwZ9as_MdH4dQldpTZGSUEFlSOmA-gT5M2x312dKpON1zKYCyANAO2wNB4MoeLRBVGwKKVxSfelDxnAZxNC5cg7Un7ad2w2SQySNqv1Aw&h=eMW8COu87-OKopEJQ2hrbfkQ-U1UHHQIzqXw2D7XiSA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89?api-version=2017-04-18&operationResultResponseType=Location&t=638972597321781469&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MFXkwMU8249H9uhJh9VjRul5glxhoUeSolBWAOMf_gpeegaqQ9HjopnYloa0KfYxXZM-5dlSFFaBTQJZUzm2_N78eWfQ3edKiQdQFuPhW9oV6-Oth6hVPnb34otZOqXUz8ZF8JuAOcVDxRgLH70rYQFL6Lg3XOdDmsYJWKa1IBG9UA5EZZVcVQjqF_VnuLAdxsmAhdsILKFP6RKlDAaHCp8nccxbhgNa_enrHCog2tkSyXrTvOFAvAykIh9mrjh_uln1gy1iHuXmMG7vU-uKHbjHRnexjD0rwyoGVt5JZuc2SiCGSOe1T7UNxe8ZdQxjIb0fJqvh0e7k8sOf6Uvn9Q&h=67vYjzlvY3S59Kc-GWnTX-O-o-TBjudj0Fh23FlOK0s pragma: - no-cache strict-transport-security: @@ -410,15 +410,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '108' + - '120' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/94adb35e-b10c-4a37-931f-129bb1d9b6e1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/aad1217d-cac3-4571-aedc-ce581e05d8ed x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 89E81573D81A46CA831E7E4B74BA405F Ref B: MWH011020808031 Ref C: 2025-09-09T18:19:01Z' + - 'Ref A: 469FFB9AF19E4424AEF52AD2B0B442B3 Ref B: CO6AA3150218037 Ref C: 2025-10-28T14:48:50Z' status: code: 202 message: Accepted @@ -436,12 +436,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca?api-version=2017-04-18&t=638930387431871022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=OPKTLraR5gCcH4_3o-fHkM1aKEaL7Td1PplvxYvk-ZNzukZ5SLLZHF-naEfu7WiCE7CtktCMJimljkh37s1O0ObebWMo1aDFmR3stmSPr83771sEw_sGU-ameSEfG2XB7_LGwrg3g0-UxOirAZKmBgjV39LoCtJi-Z1NLQdCgVqzaTrsdjtvoI9bBsyVo4aqfGXAndZGCaO4k1BUeUbf-woJAkGYEAxvmouSjOMHREbWIFwZ9as_MdH4dQldpTZGSUEFlSOmA-gT5M2x312dKpON1zKYCyANAO2wNB4MoeLRBVGwKKVxSfelDxnAZxNC5cg7Un7ad2w2SQySNqv1Aw&h=eMW8COu87-OKopEJQ2hrbfkQ-U1UHHQIzqXw2D7XiSA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89?api-version=2017-04-18&t=638972597321781469&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MFXkwMU8249H9uhJh9VjRul5glxhoUeSolBWAOMf_gpeegaqQ9HjopnYloa0KfYxXZM-5dlSFFaBTQJZUzm2_N78eWfQ3edKiQdQFuPhW9oV6-Oth6hVPnb34otZOqXUz8ZF8JuAOcVDxRgLH70rYQFL6Lg3XOdDmsYJWKa1IBG9UA5EZZVcVQjqF_VnuLAdxsmAhdsILKFP6RKlDAaHCp8nccxbhgNa_enrHCog2tkSyXrTvOFAvAykIh9mrjh_uln1gy1iHuXmMG7vU-uKHbjHRnexjD0rwyoGVt5JZuc2SiCGSOe1T7UNxe8ZdQxjIb0fJqvh0e7k8sOf6Uvn9Q&h=67vYjzlvY3S59Kc-GWnTX-O-o-TBjudj0Fh23FlOK0s response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","name":"156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","status":"Updating","startTime":"2025-09-09T18:19:03Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89","name":"99c51908-db89-47e5-b446-09c42559ae89","status":"Updating","startTime":"2025-10-28T14:48:52Z"}' headers: cache-control: - no-cache @@ -450,7 +450,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:03 GMT + - Tue, 28 Oct 2025 14:48:52 GMT expires: - '-1' pragma: @@ -462,13 +462,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0d0e1115-550e-47e9-ade5-78fed1344713 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/471c2bb0-986c-413a-8187-93f11bfdabc7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5715A0682DAD41E4B5A0F41E1010AB35 Ref B: MWH011020806029 Ref C: 2025-09-09T18:19:03Z' + - 'Ref A: BF1AB425764047F99A927BD20D6B9B6E Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:48:52Z' status: code: 200 message: OK @@ -486,12 +486,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca?api-version=2017-04-18&t=638930387431871022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=OPKTLraR5gCcH4_3o-fHkM1aKEaL7Td1PplvxYvk-ZNzukZ5SLLZHF-naEfu7WiCE7CtktCMJimljkh37s1O0ObebWMo1aDFmR3stmSPr83771sEw_sGU-ameSEfG2XB7_LGwrg3g0-UxOirAZKmBgjV39LoCtJi-Z1NLQdCgVqzaTrsdjtvoI9bBsyVo4aqfGXAndZGCaO4k1BUeUbf-woJAkGYEAxvmouSjOMHREbWIFwZ9as_MdH4dQldpTZGSUEFlSOmA-gT5M2x312dKpON1zKYCyANAO2wNB4MoeLRBVGwKKVxSfelDxnAZxNC5cg7Un7ad2w2SQySNqv1Aw&h=eMW8COu87-OKopEJQ2hrbfkQ-U1UHHQIzqXw2D7XiSA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89?api-version=2017-04-18&t=638972597321781469&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MFXkwMU8249H9uhJh9VjRul5glxhoUeSolBWAOMf_gpeegaqQ9HjopnYloa0KfYxXZM-5dlSFFaBTQJZUzm2_N78eWfQ3edKiQdQFuPhW9oV6-Oth6hVPnb34otZOqXUz8ZF8JuAOcVDxRgLH70rYQFL6Lg3XOdDmsYJWKa1IBG9UA5EZZVcVQjqF_VnuLAdxsmAhdsILKFP6RKlDAaHCp8nccxbhgNa_enrHCog2tkSyXrTvOFAvAykIh9mrjh_uln1gy1iHuXmMG7vU-uKHbjHRnexjD0rwyoGVt5JZuc2SiCGSOe1T7UNxe8ZdQxjIb0fJqvh0e7k8sOf6Uvn9Q&h=67vYjzlvY3S59Kc-GWnTX-O-o-TBjudj0Fh23FlOK0s response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","name":"156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","status":"Updating","startTime":"2025-09-09T18:19:03Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89","name":"99c51908-db89-47e5-b446-09c42559ae89","status":"Updating","startTime":"2025-10-28T14:48:52Z"}' headers: cache-control: - no-cache @@ -500,7 +500,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:33 GMT + - Tue, 28 Oct 2025 14:49:22 GMT expires: - '-1' pragma: @@ -512,13 +512,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e58f4ab1-e649-4eec-b574-2e5c435dac6d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/bfc9f90d-5b9f-4527-a7e1-a25f75da206a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1623A16327A84EA5883EBF8806B1B81D Ref B: MWH011020807025 Ref C: 2025-09-09T18:19:33Z' + - 'Ref A: B304373DA4B84537AD2BCDA434D77758 Ref B: CO6AA3150220027 Ref C: 2025-10-28T14:49:22Z' status: code: 200 message: OK @@ -536,12 +536,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca?api-version=2017-04-18&t=638930387431871022&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=OPKTLraR5gCcH4_3o-fHkM1aKEaL7Td1PplvxYvk-ZNzukZ5SLLZHF-naEfu7WiCE7CtktCMJimljkh37s1O0ObebWMo1aDFmR3stmSPr83771sEw_sGU-ameSEfG2XB7_LGwrg3g0-UxOirAZKmBgjV39LoCtJi-Z1NLQdCgVqzaTrsdjtvoI9bBsyVo4aqfGXAndZGCaO4k1BUeUbf-woJAkGYEAxvmouSjOMHREbWIFwZ9as_MdH4dQldpTZGSUEFlSOmA-gT5M2x312dKpON1zKYCyANAO2wNB4MoeLRBVGwKKVxSfelDxnAZxNC5cg7Un7ad2w2SQySNqv1Aw&h=eMW8COu87-OKopEJQ2hrbfkQ-U1UHHQIzqXw2D7XiSA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89?api-version=2017-04-18&t=638972597321781469&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MFXkwMU8249H9uhJh9VjRul5glxhoUeSolBWAOMf_gpeegaqQ9HjopnYloa0KfYxXZM-5dlSFFaBTQJZUzm2_N78eWfQ3edKiQdQFuPhW9oV6-Oth6hVPnb34otZOqXUz8ZF8JuAOcVDxRgLH70rYQFL6Lg3XOdDmsYJWKa1IBG9UA5EZZVcVQjqF_VnuLAdxsmAhdsILKFP6RKlDAaHCp8nccxbhgNa_enrHCog2tkSyXrTvOFAvAykIh9mrjh_uln1gy1iHuXmMG7vU-uKHbjHRnexjD0rwyoGVt5JZuc2SiCGSOe1T7UNxe8ZdQxjIb0fJqvh0e7k8sOf6Uvn9Q&h=67vYjzlvY3S59Kc-GWnTX-O-o-TBjudj0Fh23FlOK0s response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","name":"156c2c92-acdc-41d1-9ea6-19cb63a7e8ca","status":"Succeeded","startTime":"2025-09-09T18:19:03Z","endTime":"2025-09-09T18:19:35Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99c51908-db89-47e5-b446-09c42559ae89","name":"99c51908-db89-47e5-b446-09c42559ae89","status":"Succeeded","startTime":"2025-10-28T14:48:52Z","endTime":"2025-10-28T14:49:23Z"}' headers: cache-control: - no-cache @@ -550,7 +550,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:03 GMT + - Tue, 28 Oct 2025 14:49:53 GMT expires: - '-1' pragma: @@ -562,13 +562,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/14485998-627c-4661-a142-f0d1ff9608ea + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8c990ce9-2bf3-4b53-8ea6-0c6fc8b8d706 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 6D50442B3E9F401BB5E7EE354B64A78B Ref B: MWH011020808054 Ref C: 2025-09-09T18:20:04Z' + - 'Ref A: 47F33696EC954EDDA79352DBF869CD00 Ref B: CO6AA3150218033 Ref C: 2025-10-28T14:49:53Z' status: code: 200 message: OK @@ -586,12 +586,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820365d6-0000-0500-0000-68c06fb70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"a8110c2e-83be-4668-8788-c46bc7450b71","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:02.9683502Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a4e9-0000-0500-0000-6900d7f30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"fb4eb9ca-994d-407e-8451-71190e6e9b8c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:51.9593239Z"}}' headers: cache-control: - no-cache @@ -600,9 +600,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:04 GMT + - Tue, 28 Oct 2025 14:49:53 GMT etag: - - '"820365d6-0000-0500-0000-68c06fb70000"' + - '"b503a4e9-0000-0500-0000-6900d7f30000"' expires: - '-1' pragma: @@ -614,11 +614,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3EC32ADC781C47BEA1EF9DC0AE619607 Ref B: MWH011020808029 Ref C: 2025-09-09T18:20:04Z' + - 'Ref A: F114F2E0A3954BAA9DA89142087FE85F Ref B: MWH011020808040 Ref C: 2025-10-28T14:49:53Z' status: code: 200 message: OK @@ -636,12 +636,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820365d6-0000-0500-0000-68c06fb70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"a8110c2e-83be-4668-8788-c46bc7450b71","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:02.9683502Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a4e9-0000-0500-0000-6900d7f30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"principalId":"fb4eb9ca-994d-407e-8451-71190e6e9b8c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:51.9593239Z"}}' headers: cache-control: - no-cache @@ -650,9 +650,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:04 GMT + - Tue, 28 Oct 2025 14:49:53 GMT etag: - - '"820365d6-0000-0500-0000-68c06fb70000"' + - '"b503a4e9-0000-0500-0000-6900d7f30000"' expires: - '-1' pragma: @@ -664,11 +664,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '17' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8EBE894233164F5F9A75CA722AEDBB92 Ref B: CO6AA3150220051 Ref C: 2025-09-09T18:20:04Z' + - 'Ref A: A88C7796F779436ABFFFE81AE5091B6C Ref B: CO6AA3150219047 Ref C: 2025-10-28T14:49:54Z' status: code: 200 message: OK @@ -690,15 +690,15 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820346f7-0000-0500-0000-68c0708a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:06.0367402Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603bd1d-0000-0500-0000-6900d8c70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Accepted","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:55.7276722Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf?api-version=2017-04-18&t=638930389862398683&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=yTvLVC08WUGHwmELgrLmrMnsw0rIYkkKOVRksZ_mnM-xMA2q4U60Ib-l_e8NHv5HouXOuCioHPignNxnTQH1SCv3yTuVhS6Qb8TNcUZ-PESLgvKXwI5IIgJ1bNQ32MZLR-gNtDnc_4sMFBljNmE8_oMxesbYMwIQd-yA9bxA9XCbhYQDZhlJXAr9wVj8aXctMhNsnYG9z02fTj69JDyZqXycb4qvIkkRXoilXI5m-YiU8BGODTvYuZv34XcIyigV02fUxPUkv5V6ZvMGgQoXtiC3lhF-fbOjuK7Wp3hoosQE9QlEdSYWBKQcbNbkyurfYT0dvdRp7cAxLKNF2oeHLQ&h=xjuZzZAjwEQsGn6xE-lD6GENu2uNSCdocC8g7VeMNDI + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff?api-version=2017-04-18&t=638972599760089143&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=IQViNoyIfMtu-cUx8vSS57FY_qzvNLqqEWE87u2OdJGSHaOnXDxVDJn8v0BFWsPclfzHS5CvbLjbyr55uTM7yppCkjD5fTlncoYVi37Q17mb9EGVz0ThTCnvD91l8T8KA7xIIFNHAN_NDnTueOcoucbbfdRnJLHwpUZXxZS7oG12F3YUNsgZhxXKxZDHL6ZdYezMbj4QdspZYLjC9fpqh2uJMgZObegWK2pcRJmct-JTQh5emWGVztxdduQLKt3k5wOEAXyVGZpVhxrlsUWmj3p1O9ROSyS8HYgmMa4AmzMw4pG8MvySi6oiDCtFP_91HvjWummiEC_QZytBUe10ug&h=ovUbnvx5kxwPxC8vld5ZqCl5IXCXLIQmnhZBdDTloMk cache-control: - no-cache content-length: @@ -706,13 +706,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:05 GMT + - Tue, 28 Oct 2025 14:52:55 GMT etag: - - '"820346f7-0000-0500-0000-68c0708a0000"' + - '"b603bd1d-0000-0500-0000-6900d8c70000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf?api-version=2017-04-18&operationResultResponseType=Location&t=638930389862398683&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=yTvLVC08WUGHwmELgrLmrMnsw0rIYkkKOVRksZ_mnM-xMA2q4U60Ib-l_e8NHv5HouXOuCioHPignNxnTQH1SCv3yTuVhS6Qb8TNcUZ-PESLgvKXwI5IIgJ1bNQ32MZLR-gNtDnc_4sMFBljNmE8_oMxesbYMwIQd-yA9bxA9XCbhYQDZhlJXAr9wVj8aXctMhNsnYG9z02fTj69JDyZqXycb4qvIkkRXoilXI5m-YiU8BGODTvYuZv34XcIyigV02fUxPUkv5V6ZvMGgQoXtiC3lhF-fbOjuK7Wp3hoosQE9QlEdSYWBKQcbNbkyurfYT0dvdRp7cAxLKNF2oeHLQ&h=xjuZzZAjwEQsGn6xE-lD6GENu2uNSCdocC8g7VeMNDI + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff?api-version=2017-04-18&operationResultResponseType=Location&t=638972599760245397&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=G8aOgW9NWvwp_7koj3dlxLidEFDDwfhkb_lvjJ3IXQSF-YtdpbPP0HfIEoVvPrq5IjBCptEjiDEIgooLMvrK4kFE_AR2Opw9d2kGiHjnSjGJGzOUUw0weognyUXWVJihaSLbpDRIyZFGBWQniD6UQxUPzCCwn_9b03kR9OQlgAP1zSB38CCtl-j4nVXcp0uV01dnpjnXR4hasE9GgQxgN2uiVxfwGxI2K6Bb2b-Nj8aQ7q_PV1y8DIj-ULbckokglZZc1vWfEfJevHerogiMDEWEkT4tBOFTqgT7u7boNi7BREp9uk0iInqfoeFLv4sqxHBCS2E5JIYTUoz348P7iA&h=C7BGaVG95-XL1kqRnRnx8pDzNJJBHFzdnkHbMXC00jg pragma: - no-cache strict-transport-security: @@ -722,15 +722,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '109' + - '157' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a595e366-7209-4ac6-a254-949cdbae8c34 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/21ae54d3-37ff-44fb-b232-fc4159156c2e x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 4D5EBE97C7724C398287B74C4EC96522 Ref B: CO6AA3150217049 Ref C: 2025-09-09T18:23:05Z' + - 'Ref A: 5F7B630876234844976724CAE0276213 Ref B: CO6AA3150220017 Ref C: 2025-10-28T14:52:54Z' status: code: 202 message: Accepted @@ -748,12 +748,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf?api-version=2017-04-18&t=638930389862398683&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=yTvLVC08WUGHwmELgrLmrMnsw0rIYkkKOVRksZ_mnM-xMA2q4U60Ib-l_e8NHv5HouXOuCioHPignNxnTQH1SCv3yTuVhS6Qb8TNcUZ-PESLgvKXwI5IIgJ1bNQ32MZLR-gNtDnc_4sMFBljNmE8_oMxesbYMwIQd-yA9bxA9XCbhYQDZhlJXAr9wVj8aXctMhNsnYG9z02fTj69JDyZqXycb4qvIkkRXoilXI5m-YiU8BGODTvYuZv34XcIyigV02fUxPUkv5V6ZvMGgQoXtiC3lhF-fbOjuK7Wp3hoosQE9QlEdSYWBKQcbNbkyurfYT0dvdRp7cAxLKNF2oeHLQ&h=xjuZzZAjwEQsGn6xE-lD6GENu2uNSCdocC8g7VeMNDI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff?api-version=2017-04-18&t=638972599760089143&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=IQViNoyIfMtu-cUx8vSS57FY_qzvNLqqEWE87u2OdJGSHaOnXDxVDJn8v0BFWsPclfzHS5CvbLjbyr55uTM7yppCkjD5fTlncoYVi37Q17mb9EGVz0ThTCnvD91l8T8KA7xIIFNHAN_NDnTueOcoucbbfdRnJLHwpUZXxZS7oG12F3YUNsgZhxXKxZDHL6ZdYezMbj4QdspZYLjC9fpqh2uJMgZObegWK2pcRJmct-JTQh5emWGVztxdduQLKt3k5wOEAXyVGZpVhxrlsUWmj3p1O9ROSyS8HYgmMa4AmzMw4pG8MvySi6oiDCtFP_91HvjWummiEC_QZytBUe10ug&h=ovUbnvx5kxwPxC8vld5ZqCl5IXCXLIQmnhZBdDTloMk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf","name":"65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf","status":"Updating","startTime":"2025-09-09T18:23:06Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff","name":"99639b87-005f-4b0b-9417-5fed965f2aff","status":"Updating","startTime":"2025-10-28T14:52:55Z"}' headers: cache-control: - no-cache @@ -762,7 +762,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:05 GMT + - Tue, 28 Oct 2025 14:52:56 GMT expires: - '-1' pragma: @@ -774,13 +774,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/cb8b527e-4540-4a9e-b9f8-4e3ec3fbd4d1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1f8ac1e8-5d00-4edb-9354-fa700be66150 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 39AAD5825C164B6AAE2C7B9AC46A68DE Ref B: CO6AA3150218039 Ref C: 2025-09-09T18:23:06Z' + - 'Ref A: 1CCD320B9CC347BA9F722754E2C06427 Ref B: MWH011020807062 Ref C: 2025-10-28T14:52:56Z' status: code: 200 message: OK @@ -798,12 +798,62 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf?api-version=2017-04-18&t=638930389862398683&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=yTvLVC08WUGHwmELgrLmrMnsw0rIYkkKOVRksZ_mnM-xMA2q4U60Ib-l_e8NHv5HouXOuCioHPignNxnTQH1SCv3yTuVhS6Qb8TNcUZ-PESLgvKXwI5IIgJ1bNQ32MZLR-gNtDnc_4sMFBljNmE8_oMxesbYMwIQd-yA9bxA9XCbhYQDZhlJXAr9wVj8aXctMhNsnYG9z02fTj69JDyZqXycb4qvIkkRXoilXI5m-YiU8BGODTvYuZv34XcIyigV02fUxPUkv5V6ZvMGgQoXtiC3lhF-fbOjuK7Wp3hoosQE9QlEdSYWBKQcbNbkyurfYT0dvdRp7cAxLKNF2oeHLQ&h=xjuZzZAjwEQsGn6xE-lD6GENu2uNSCdocC8g7VeMNDI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff?api-version=2017-04-18&t=638972599760089143&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=IQViNoyIfMtu-cUx8vSS57FY_qzvNLqqEWE87u2OdJGSHaOnXDxVDJn8v0BFWsPclfzHS5CvbLjbyr55uTM7yppCkjD5fTlncoYVi37Q17mb9EGVz0ThTCnvD91l8T8KA7xIIFNHAN_NDnTueOcoucbbfdRnJLHwpUZXxZS7oG12F3YUNsgZhxXKxZDHL6ZdYezMbj4QdspZYLjC9fpqh2uJMgZObegWK2pcRJmct-JTQh5emWGVztxdduQLKt3k5wOEAXyVGZpVhxrlsUWmj3p1O9ROSyS8HYgmMa4AmzMw4pG8MvySi6oiDCtFP_91HvjWummiEC_QZytBUe10ug&h=ovUbnvx5kxwPxC8vld5ZqCl5IXCXLIQmnhZBdDTloMk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf","name":"65aab2ce-379b-4dbd-8151-9fe7c0c7f6bf","status":"Succeeded","startTime":"2025-09-09T18:23:06Z","endTime":"2025-09-09T18:23:37Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff","name":"99639b87-005f-4b0b-9417-5fed965f2aff","status":"Updating","startTime":"2025-10-28T14:52:55Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:53:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/cac13dbe-d0c1-406b-a224-8de3a30f1c0a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: EE5379CA20214F76A508D791B7881F91 Ref B: CO6AA3150219035 Ref C: 2025-10-28T14:53:26Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account identity remove + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff?api-version=2017-04-18&t=638972599760089143&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=IQViNoyIfMtu-cUx8vSS57FY_qzvNLqqEWE87u2OdJGSHaOnXDxVDJn8v0BFWsPclfzHS5CvbLjbyr55uTM7yppCkjD5fTlncoYVi37Q17mb9EGVz0ThTCnvD91l8T8KA7xIIFNHAN_NDnTueOcoucbbfdRnJLHwpUZXxZS7oG12F3YUNsgZhxXKxZDHL6ZdYezMbj4QdspZYLjC9fpqh2uJMgZObegWK2pcRJmct-JTQh5emWGVztxdduQLKt3k5wOEAXyVGZpVhxrlsUWmj3p1O9ROSyS8HYgmMa4AmzMw4pG8MvySi6oiDCtFP_91HvjWummiEC_QZytBUe10ug&h=ovUbnvx5kxwPxC8vld5ZqCl5IXCXLIQmnhZBdDTloMk + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/99639b87-005f-4b0b-9417-5fed965f2aff","name":"99639b87-005f-4b0b-9417-5fed965f2aff","status":"Succeeded","startTime":"2025-10-28T14:52:55Z","endTime":"2025-10-28T14:53:27Z"}' headers: cache-control: - no-cache @@ -812,7 +862,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:36 GMT + - Tue, 28 Oct 2025 14:53:57 GMT expires: - '-1' pragma: @@ -824,13 +874,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/33763dd1-a808-4096-a8e2-4e52a5b5c9aa + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/07df7032-4ed7-451c-a236-d0b188518f00 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 765D0068C1954922B14EC630433999E4 Ref B: CO6AA3150219017 Ref C: 2025-09-09T18:23:37Z' + - 'Ref A: 454E71F9B6A84C738FC0413C0D6229BC Ref B: MWH011020806025 Ref C: 2025-10-28T14:53:57Z' status: code: 200 message: OK @@ -848,12 +898,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203effb-0000-0500-0000-68c070a90000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:06.0367402Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d724-0000-0500-0000-6900d8e60000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:55.7276722Z"}}' headers: cache-control: - no-cache @@ -862,9 +912,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:36 GMT + - Tue, 28 Oct 2025 14:53:57 GMT etag: - - '"8203effb-0000-0500-0000-68c070a90000"' + - '"b603d724-0000-0500-0000-6900d8e60000"' expires: - '-1' pragma: @@ -876,11 +926,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F5AFBEB6AA5D4325A8F490D23E6098F7 Ref B: MWH011020808060 Ref C: 2025-09-09T18:23:37Z' + - 'Ref A: 872507367A924CA088088C079CEF37AC Ref B: MWH011020807029 Ref C: 2025-10-28T14:53:57Z' status: code: 200 message: OK @@ -898,12 +948,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203effb-0000-0500-0000-68c070a90000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"59e7b4f03ce04311b67792c9db0f03c2","dateCreated":"2025-09-09T18:17:58.3339784Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:57.9371297Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:06.0367402Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d724-0000-0500-0000-6900d8e60000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"daae75e3bbd7467694bd38c13f70a501","dateCreated":"2025-10-28T14:47:47.3277738Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:46.8601816Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:55.7276722Z"}}' headers: cache-control: - no-cache @@ -912,9 +962,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:37 GMT + - Tue, 28 Oct 2025 14:53:58 GMT etag: - - '"8203effb-0000-0500-0000-68c070a90000"' + - '"b603d724-0000-0500-0000-6900d8e60000"' expires: - '-1' pragma: @@ -928,9 +978,9 @@ interactions: x-envoy-upstream-service-time: - '11' x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: BAB62956EF4D430C92759D0CE2611CDD Ref B: MWH011020806031 Ref C: 2025-09-09T18:23:38Z' + - 'Ref A: 984458DD330D447D8389446FC92F8E85 Ref B: CO6AA3150219051 Ref C: 2025-10-28T14:53:58Z' status: code: 200 message: OK @@ -950,9 +1000,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -962,7 +1012,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:25:39 GMT + - Tue, 28 Oct 2025 14:56:01 GMT expires: - '-1' pragma: @@ -974,15 +1024,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '99' + - '136' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7f0981e1-b5d0-417c-987c-c1dfd19e0d69 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/649c9b98-83a1-46c5-949c-909875b5bd37 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: A37308DF76CA49A0A32DD1917A05A542 Ref B: MWH011020807042 Ref C: 2025-09-09T18:25:38Z' + - 'Ref A: 92793DB30201467486D9EDD073E49090 Ref B: MWH011020806025 Ref C: 2025-10-28T14:55:58Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity_assign_when_create.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity_assign_when_create.yaml index 5ac66551ec3..a11e94bd184 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity_assign_when_create.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_identity_assign_when_create.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820365c0-0000-0500-0000-68c06f2d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"061dd114d83d4b54b0bb7f3d3b3d5a0c","dateCreated":"2025-09-09T18:17:17.5125097Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"448c8cb7-e98a-40ca-86f9-fb3a45f8fb22","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:15.9042268Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:15.9042268Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603a448-0000-0500-0000-6900d9850000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"93e7e1d435e74f70a42838e1cfd65387","dateCreated":"2025-10-28T14:56:05.4763033Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"identity":{"principalId":"29fd1ec4-0d25-4d37-b787-6bb6a25ff186","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:56:03.5950407Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:03.5950407Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3cf5edac-5a75-4981-b0ae-54e943fc87f5?api-version=2017-04-18&t=638930386378262067&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=fLe_88awgpt9r3E3Ruu_-AdQWbl-J1H8-2r1UXnBKm_DjgxVJIgMefCPPC_IiIHp1Bb4Vu_ZpXglcG4flI_n27YHo16TYWNCRn6YGNFbELvM1TEhoefA20TwgqHKqvcoRgG9tRmcLO1GWc5KbRuvjfuGTi6N6gpcZNd9QG2f67ttRlpinkXUT1ZF5DTKESkgYAjdK-dTaYNPvGOj8vna9qRXk7Zh0yEDJLSBMYVYUTtD_CHVqweQZjLvsq2ISwGk76aaUlVsZ2aE5AeHl-WmRDgEgIAS55e8-kvsuJwohuOnvEP07Iagm62uqq1cvnDqxn0YrrIT7X0z1RGoxG4hlg&h=megQOlsOz8q1ifEJud-KZH4YZySa05nsPNKf9GSAjg8 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36?api-version=2017-04-18&t=638972601659232119&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QM4vfo2o2qXkmKoWu0A9-yd6S0MAePvXFX7mLi6sUKUph4yW8XBYNkAMt17TZ1B1jUe_KYHPpKSCjUHLoHnogCD0sEdTcWo2e4fcId6R2uATOoflJxp042X7Ok7KMql9W74qVIE8guSPj_6h3x2EGpbjWvdU9gcKN5xNdW_zzBI3i-6rCPQzla3Z6d5SL-RpZi05ta4sT7L6TJhgzCoyzTbn31aEWcUcT-Mj4mNJbZL0w1AwFg5J0kkyTqjaBeZAaqBf7BOdeD-mGSzveBm92ZNa-h9m7gIY6slIuueOvchJxpIEv_Mug5NmUjrOTpPX9o5TKy8fpZvyyMiOHr815w&h=3KS2stfsHXG-oZFfpJE-J9eOtCSlo1h54ELL72xgzNw cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:17 GMT + - Tue, 28 Oct 2025 14:56:05 GMT etag: - - '"820365c0-0000-0500-0000-68c06f2d0000"' + - '"b603a448-0000-0500-0000-6900d9850000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '578' + - '1049' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0f44c4fe-9e96-4728-87b0-0bfa7bc24ce9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/7a2aafa7-c805-408a-81f0-1a490da01302 x-ms-ratelimit-remaining-subscription-global-writes: - - '11998' + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '798' + - '799' x-msedge-ref: - - 'Ref A: FC388072B38045B09B543EC5C749B9CF Ref B: CO6AA3150218019 Ref C: 2025-09-09T18:17:15Z' + - 'Ref A: 362DF1FA60A6484DB9B47302DA73DFBC Ref B: CO6AA3150219045 Ref C: 2025-10-28T14:56:03Z' status: code: 201 message: Created @@ -74,12 +74,62 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36?api-version=2017-04-18&t=638972601659232119&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QM4vfo2o2qXkmKoWu0A9-yd6S0MAePvXFX7mLi6sUKUph4yW8XBYNkAMt17TZ1B1jUe_KYHPpKSCjUHLoHnogCD0sEdTcWo2e4fcId6R2uATOoflJxp042X7Ok7KMql9W74qVIE8guSPj_6h3x2EGpbjWvdU9gcKN5xNdW_zzBI3i-6rCPQzla3Z6d5SL-RpZi05ta4sT7L6TJhgzCoyzTbn31aEWcUcT-Mj4mNJbZL0w1AwFg5J0kkyTqjaBeZAaqBf7BOdeD-mGSzveBm92ZNa-h9m7gIY6slIuueOvchJxpIEv_Mug5NmUjrOTpPX9o5TKy8fpZvyyMiOHr815w&h=3KS2stfsHXG-oZFfpJE-J9eOtCSlo1h54ELL72xgzNw + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36","name":"b0fd9fec-74ff-45da-ba25-979acd01df36","status":"Creating","startTime":"2025-10-28T14:56:05Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:56:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/95cd9769-5bb4-4b51-9035-f8aa001e1fd3 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BAB05EAD01754133ABBE13AFD1A618FA Ref B: CO6AA3150220019 Ref C: 2025-10-28T14:56:06Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --assign-identity --yes + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3cf5edac-5a75-4981-b0ae-54e943fc87f5?api-version=2017-04-18&t=638930386378262067&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=fLe_88awgpt9r3E3Ruu_-AdQWbl-J1H8-2r1UXnBKm_DjgxVJIgMefCPPC_IiIHp1Bb4Vu_ZpXglcG4flI_n27YHo16TYWNCRn6YGNFbELvM1TEhoefA20TwgqHKqvcoRgG9tRmcLO1GWc5KbRuvjfuGTi6N6gpcZNd9QG2f67ttRlpinkXUT1ZF5DTKESkgYAjdK-dTaYNPvGOj8vna9qRXk7Zh0yEDJLSBMYVYUTtD_CHVqweQZjLvsq2ISwGk76aaUlVsZ2aE5AeHl-WmRDgEgIAS55e8-kvsuJwohuOnvEP07Iagm62uqq1cvnDqxn0YrrIT7X0z1RGoxG4hlg&h=megQOlsOz8q1ifEJud-KZH4YZySa05nsPNKf9GSAjg8 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36?api-version=2017-04-18&t=638972601659232119&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QM4vfo2o2qXkmKoWu0A9-yd6S0MAePvXFX7mLi6sUKUph4yW8XBYNkAMt17TZ1B1jUe_KYHPpKSCjUHLoHnogCD0sEdTcWo2e4fcId6R2uATOoflJxp042X7Ok7KMql9W74qVIE8guSPj_6h3x2EGpbjWvdU9gcKN5xNdW_zzBI3i-6rCPQzla3Z6d5SL-RpZi05ta4sT7L6TJhgzCoyzTbn31aEWcUcT-Mj4mNJbZL0w1AwFg5J0kkyTqjaBeZAaqBf7BOdeD-mGSzveBm92ZNa-h9m7gIY6slIuueOvchJxpIEv_Mug5NmUjrOTpPX9o5TKy8fpZvyyMiOHr815w&h=3KS2stfsHXG-oZFfpJE-J9eOtCSlo1h54ELL72xgzNw response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3cf5edac-5a75-4981-b0ae-54e943fc87f5","name":"3cf5edac-5a75-4981-b0ae-54e943fc87f5","status":"Creating","startTime":"2025-09-09T18:17:17Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36","name":"b0fd9fec-74ff-45da-ba25-979acd01df36","status":"Creating","startTime":"2025-10-28T14:56:05Z"}' headers: cache-control: - no-cache @@ -88,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:18 GMT + - Tue, 28 Oct 2025 14:56:36 GMT expires: - '-1' pragma: @@ -100,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '29' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6535da15-b311-4e46-b205-3974ea20bd7b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/716c6d99-9d53-4909-87e5-c583f1cb64ff x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: ABCECCBF9DB54135A88EC5665F7F375A Ref B: CO6AA3150217017 Ref C: 2025-09-09T18:17:18Z' + - 'Ref A: FFC95E5211AD4471865A89F3B137F536 Ref B: CO6AA3150218033 Ref C: 2025-10-28T14:56:36Z' status: code: 200 message: OK @@ -124,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3cf5edac-5a75-4981-b0ae-54e943fc87f5?api-version=2017-04-18&t=638930386378262067&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=fLe_88awgpt9r3E3Ruu_-AdQWbl-J1H8-2r1UXnBKm_DjgxVJIgMefCPPC_IiIHp1Bb4Vu_ZpXglcG4flI_n27YHo16TYWNCRn6YGNFbELvM1TEhoefA20TwgqHKqvcoRgG9tRmcLO1GWc5KbRuvjfuGTi6N6gpcZNd9QG2f67ttRlpinkXUT1ZF5DTKESkgYAjdK-dTaYNPvGOj8vna9qRXk7Zh0yEDJLSBMYVYUTtD_CHVqweQZjLvsq2ISwGk76aaUlVsZ2aE5AeHl-WmRDgEgIAS55e8-kvsuJwohuOnvEP07Iagm62uqq1cvnDqxn0YrrIT7X0z1RGoxG4hlg&h=megQOlsOz8q1ifEJud-KZH4YZySa05nsPNKf9GSAjg8 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36?api-version=2017-04-18&t=638972601659232119&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QM4vfo2o2qXkmKoWu0A9-yd6S0MAePvXFX7mLi6sUKUph4yW8XBYNkAMt17TZ1B1jUe_KYHPpKSCjUHLoHnogCD0sEdTcWo2e4fcId6R2uATOoflJxp042X7Ok7KMql9W74qVIE8guSPj_6h3x2EGpbjWvdU9gcKN5xNdW_zzBI3i-6rCPQzla3Z6d5SL-RpZi05ta4sT7L6TJhgzCoyzTbn31aEWcUcT-Mj4mNJbZL0w1AwFg5J0kkyTqjaBeZAaqBf7BOdeD-mGSzveBm92ZNa-h9m7gIY6slIuueOvchJxpIEv_Mug5NmUjrOTpPX9o5TKy8fpZvyyMiOHr815w&h=3KS2stfsHXG-oZFfpJE-J9eOtCSlo1h54ELL72xgzNw response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3cf5edac-5a75-4981-b0ae-54e943fc87f5","name":"3cf5edac-5a75-4981-b0ae-54e943fc87f5","status":"Succeeded","startTime":"2025-09-09T18:17:17Z","endTime":"2025-09-09T18:17:48Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b0fd9fec-74ff-45da-ba25-979acd01df36","name":"b0fd9fec-74ff-45da-ba25-979acd01df36","status":"Succeeded","startTime":"2025-10-28T14:56:05Z","endTime":"2025-10-28T14:56:37Z"}' headers: cache-control: - no-cache @@ -138,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:48 GMT + - Tue, 28 Oct 2025 14:57:07 GMT expires: - '-1' pragma: @@ -150,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '23' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/173f4c33-2371-43a7-92fa-517914471a6b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/641633c0-6a21-4a40-b2b9-7594ba80569c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5CD6B8F1FD1A485FAADCD4CDFDEE2EDE Ref B: MWH011020806060 Ref C: 2025-09-09T18:17:49Z' + - 'Ref A: 01AA6CE390A64D4FB06A6ABA2A93F27C Ref B: MWH011020806052 Ref C: 2025-10-28T14:57:07Z' status: code: 200 message: OK @@ -174,12 +224,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82032fc6-0000-0500-0000-68c06f4c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"061dd114d83d4b54b0bb7f3d3b3d5a0c","dateCreated":"2025-09-09T18:17:17.5125097Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"448c8cb7-e98a-40ca-86f9-fb3a45f8fb22","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:15.9042268Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:15.9042268Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f44e-0000-0500-0000-6900d9a50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"93e7e1d435e74f70a42838e1cfd65387","dateCreated":"2025-10-28T14:56:05.4763033Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"29fd1ec4-0d25-4d37-b787-6bb6a25ff186","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:56:03.5950407Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:03.5950407Z"}}' headers: cache-control: - no-cache @@ -188,9 +238,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:49 GMT + - Tue, 28 Oct 2025 14:57:07 GMT etag: - - '"82032fc6-0000-0500-0000-68c06f4c0000"' + - '"b603f44e-0000-0500-0000-6900d9a50000"' expires: - '-1' pragma: @@ -202,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6546C77482E44B90AEEFEA13D19AA87B Ref B: MWH011020808062 Ref C: 2025-09-09T18:17:49Z' + - 'Ref A: 1DBE1E65C64C46738867C673DB246295 Ref B: MWH011020808025 Ref C: 2025-10-28T14:57:07Z' status: code: 200 message: OK @@ -224,12 +274,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82032fc6-0000-0500-0000-68c06f4c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"061dd114d83d4b54b0bb7f3d3b3d5a0c","dateCreated":"2025-09-09T18:17:17.5125097Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"448c8cb7-e98a-40ca-86f9-fb3a45f8fb22","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:15.9042268Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:15.9042268Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f44e-0000-0500-0000-6900d9a50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"93e7e1d435e74f70a42838e1cfd65387","dateCreated":"2025-10-28T14:56:05.4763033Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"29fd1ec4-0d25-4d37-b787-6bb6a25ff186","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:56:03.5950407Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:03.5950407Z"}}' headers: cache-control: - no-cache @@ -238,9 +288,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:50 GMT + - Tue, 28 Oct 2025 14:57:07 GMT etag: - - '"82032fc6-0000-0500-0000-68c06f4c0000"' + - '"b603f44e-0000-0500-0000-6900d9a50000"' expires: - '-1' pragma: @@ -252,11 +302,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: ADB046CC0A654762B59341E0B93E02DB Ref B: MWH011020808052 Ref C: 2025-09-09T18:17:50Z' + - 'Ref A: F0AFC6B0BD2841A8A4872991C3C17F7C Ref B: CO6AA3150217035 Ref C: 2025-10-28T14:57:08Z' status: code: 200 message: OK @@ -276,9 +326,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -288,7 +338,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:17:51 GMT + - Tue, 28 Oct 2025 14:57:10 GMT expires: - '-1' pragma: @@ -300,15 +350,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '85' + - '94' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7b349c1b-b3a5-40ee-92bf-929a9b3472d5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6d9bceb9-5042-4ff1-aee3-207153cce1b9 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 7E35937FC03D486A9E1217D7C4D21C07 Ref B: MWH011020806042 Ref C: 2025-09-09T18:17:50Z' + - 'Ref A: 9542223A67A643028019207C7C2A3786 Ref B: MWH011020809054 Ref C: 2025-10-28T14:57:08Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_models.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_models.yaml index 996f5fd4cc6..0958e07df08 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_models.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_models.yaml @@ -13,34 +13,34 @@ interactions: ParameterSetName: - -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/models?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/models?api-version=2025-09-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.dall-e-3.3.0","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.dall-e-3.3.0","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"dall-e-3","version":"3.0","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Dalle","capacity":{"minimum":100,"maximum":60000,"step":100,"default":300},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.whisper.001","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.whisper.001","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0301","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0301","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please + Unit/Hour"}]}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/dall-e-3/versions/3.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.whisper.001","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.whisper.001","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/whisper/versions/001"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0301","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0301","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2025-02-13T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"e432b4c4-a871-5d8a-a8e3-5c76b48bfc4e","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0301","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"c3725130-44ee-5969-a939-36ccb49562e4","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"4e57bffd-e096-5fb8-9226-92b543d25d6b","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-deucalion.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-deucalion.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-12-13T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.1106","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.1106","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-deucalion.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-deucalion.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-deucalion/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.1106","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.1106","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"0d748bf2-850b-5d73-9cae-36082a507672","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"0a85172d-3b38-583f-8707-254bcac83a53","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0125","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0125","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/1106","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0125","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0125","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 models can understand and generate natural language or code. GPT-3.5 Turbo - is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K + is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"b5a61130-fd6f-5832-9a24-dd52ed344099","unit":"1K - Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K + Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-16k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-16k.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0125","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-09-30T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-16k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-16k.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 models can understand and generate natural language or code. The most capable and cost effective model in the GPT-3.5 family is GPT-3.5 Turbo, which has been optimized for chat and works well for traditional completions tasks as @@ -48,33 +48,33 @@ interactions: Turbo Instruct has similar capabilities to text-davinci-003 using the Completions API instead of the Chat Completions API. We recommend using GPT-3.5 Turbo and GPT-3.5 Turbo Instruct over legacy GPT-3.5 and GPT-3 models.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-16k","capacity":{"minimum":100,"maximum":60000,"step":100,"default":600},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0125-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0125-Preview","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-16k/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-04-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0125-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0125-Preview","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o will meet your needs.","isDefaultVersion":false,"skus":[{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-4","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-05-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-0125","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1106-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1106-Preview","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0125-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1106-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1106-Preview","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o will meet your needs.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0314","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/1106-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0314","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"8e845da4-2a4b-57d4-84cc-00ac65552ff3","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"48da84db-26f5-5613-85c7-8dc9d0a47bfc","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0314","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0314","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0613","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":5}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.turbo-2024-04-09","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.turbo-2024-04-09","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.turbo-2024-04-09","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.turbo-2024-04-09","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 Turbo is a large multimodal model (accepting text or image inputs and generating text) that can solve difficult problems with greater accuracy than any of OpenAI''s previous models. Like GPT-3.5 Turbo, and older GPT-4 models GPT-4 @@ -82,12 +82,12 @@ interactions: latest GA release of GPT-4 Turbo is: \r\n - `gpt-4` Version: `turbo-2024-04-09`\r\n\r\nThis is the replacement for the following preview models:\r\n - `gpt-4` Version: `1106-Preview`\r\n - `gpt-4` Version: `0125-Preview`\r\n - `gpt-4` Version: - `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K + `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"bd64df46-87c5-58ef-bc6d-c98f44585c76","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-11-11T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/turbo-2024-04-09","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -106,33 +106,33 @@ interactions: Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"89c39508-0281-5139-acf6-53a71ebb4945","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2ca540fa-78b7-5a49-9eab-333fc4ccead3","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-08-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-08-06","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-08-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-08-06","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput - format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"c56094a0-b67a-544d-b4aa-c5de8e30ccee","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"3af7b8f7-3c70-5dfc-b8f3-2aaa5bbbb057","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"b74b433f-74d7-563c-8e9b-142cd9a1c1c3","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"5265b7df-dca7-5c7f-a3f1-a2cc71b2997e","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cc76c0d2-ad0d-58be-aea9-179893449506","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"6bb13976-baf2-5a15-a929-d5795c7e82e1","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"2e99da2b-700c-5eee-9ad1-96364d7e3ee6","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14623229-c4b9-59ac-92a8-6748ab5f75d8","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"099e4e69-f951-56f8-a55a-5d9ec850e477","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"da36f4d2-257d-545b-bb2a-6e8acdce777a","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13-custom","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13-custom","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","globalFineTune":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-08-06","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13-custom","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13-custom","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput format: text + image","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini.2024-07-18","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini.2024-07-18","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13-custom"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini.2024-07-18","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini.2024-07-18","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -149,9 +149,9 @@ interactions: Tokens"},{"name":"NoCachedContextToken","meterId":"b94b7fa1-de11-5fab-b4c5-23594cafa555","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"10112c17-29e8-5407-8369-54a6f6049236","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K + Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":15000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a93cff74-c3f1-5fa9-9feb-b7d9359036e1","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-11-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-11-20","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini/versions/2024-07-18","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-11-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-11-20","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 Unit/Hour"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"f74912ad-e08f-52c2-ac80-ff08a231d24d","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"3b569317-30f6-50bf-b0ce-b613336b3dca","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a0b1288b-fbb7-55d3-a287-d144c1c0da93","unit":"1K @@ -159,108 +159,84 @@ interactions: Tokens"},{"name":"CachedContextToken","meterId":"c6e07641-a53f-5704-85e7-97cab0f371d6","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"9012b96b-7192-57b2-9570-ee3f1a3b1887","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K + Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2d957cb0-29d8-569f-bdeb-f6f25a4d01a1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-02-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-02-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-12-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-11-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-04-03-hh","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-04-03-hh","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-11-20","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-14T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-02-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-02-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-02-17"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/chatgpt-4o-lm-text-gg"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-04-03-hh","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-04-03-hh","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-04-03-hh"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-mai.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-mai.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-mai","version":"1","description":"GPT-4o + audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-mai","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Tentative"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-mai/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-canvas.2024-09-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-canvas.2024-09-25","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17-mai","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17-mai","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17-mai","description":"gpt-4o-realtime-preview-2024-12-17 + for MAI only","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":3000,"step":100,"default":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17-mai"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview-mai-flight.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview-mai-flight.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview-mai-flight","version":"1","description":"Base + model for future MAI flight audio models","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview-mai-flight/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-canvas.2024-09-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-canvas.2024-09-25","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o Canvas","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-canvas/versions/2024-09-25"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-preview","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-audio-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-audio-preview.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o mini chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-audio-preview","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11-pv3","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11-pv3","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-04-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-transcribe.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-transcribe.2025-03-20","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11-pv3","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11-pv3","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11-pv3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-04-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2026-01-14T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-04-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-transcribe.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-transcribe.2025-03-20","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini transcribe","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-transcribe","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-text","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-text","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-mini.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-mini.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-nano.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-nano.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-mi300","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-mi300","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 - + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-mm-capability.0805v2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-mm-capability.0805v2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-06-27-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-06-27-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-05-31-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-05-31-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-14-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-21-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-21-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-07-10-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-07-10-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"false","assistants":"false"},"deprecation":{"inference":"2025-11-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-08-07-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-08-07-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-mini.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-intent.2025-07-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-intent.2025-07-25","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-capability-mm.2025-08-05","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-capability-mm.2025-08-05","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-preview.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-preview.2024-09-12","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-transcribe/versions/2025-03-20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-tts.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-tts.2025-03-20","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-tts","version":"2025-03-20","description":"GPT-4o-mini + TTS","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-tts","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-tts/versions/2025-03-20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.ada.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.ada.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/ada/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-ada-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-ada-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-ada-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-ada-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-code-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-code-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-text-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-text-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.davinci.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.davinci.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/davinci/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-003.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-003.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-003/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-davinci-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-davinci-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.babbage.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.babbage.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/babbage/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-babbage-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-babbage-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-babbage-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-babbage-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-code-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-code-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-text-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-text-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.curie.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.curie.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/curie/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-curie-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-curie-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-curie-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-curie-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-small.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-small/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-large.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-preview.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-preview.2024-09-12","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"ef9d3e2d-2871-5086-9bf9-14f47f5d2683","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"e4d5a485-b540-5472-b368-06e2d7a01637","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-mini.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-mini.2024-09-12","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-preview/versions/2024-09-12","replacementConfig":{"targetModelName":"o1","targetModelVersion":"2024-12-17","autoUpgradeStartDate":"2025-07-21T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-mini.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-mini.2024-09-12","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-17T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"54035c90-ae81-5b39-ab2b-2a7fc5032864","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"6dd616f9-686b-5c6e-ab76-0c9b095211e9","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-10-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-10-27T00:00:00Z","inference":"2025-10-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-11-17T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-mini/versions/2024-09-12","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2025-10-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1.2024-12-17","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"73e11976-5d7c-5c63-ab8a-387e24980d4f","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"06484d38-55c5-5caa-ba6f-b06a08e1c069","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"CachedContextToken","meterId":"083fd96a-f2f9-5634-ab3d-72173f6c5be0","unit":"1K @@ -269,7 +245,7 @@ interactions: Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-mini.2025-01-31","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-mini.2025-01-31","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1/versions/2024-12-17"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-mini.2025-01-31","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-mini.2025-01-31","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"d3e83877-7848-5c6d-8558-6b2638d07d4d","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7782f28b-b5db-50d2-a9c2-7b82c95242b8","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-mini","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 @@ -280,7 +256,7 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"c9aec568-2bce-5d59-9d67-1ee3b9793fe1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3.2025-04-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-mini/versions/2025-01-31","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2026-01-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3.2025-04-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cdba2b66-198f-53f2-be98-26445ffb778a","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"b3487d01-b63e-5640-81ca-ad61bafaca8c","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3","capacity":{"minimum":250,"maximum":75000,"step":250,"default":750},"deprecationDate":"2026-04-09T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 @@ -291,9 +267,18 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o3","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-pro.2025-06-10","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-pro.2025-06-10","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3/versions/2025-04-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-pro.2025-06-10","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-pro.2025-06-10","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 Pro","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-18T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o4-mini.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o4-mini.2025-04-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-pro/versions/2025-06-10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-deep-research.2025-06-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-deep-research.2025-06-26","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o3-deep-research","version":"2025-06-26","description":"Deep + Research","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-deep-research","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-26T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-06-26T00:00:00Z","inference":"2026-06-26T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-deep-research/versions/2025-06-26"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.DeepResearch-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.DeepResearch-Mini.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep + Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/DeepResearch-Mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.5-preview.2025-02-27","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.5-preview.2025-02-27","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.5-preview","version":"2025-02-27","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.5","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-07-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.5-preview/versions/2025-02-27"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent-mini.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent-mini.2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-13T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent-mini/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.codex-mini.2025-05-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.codex-mini.2025-05-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/codex-mini/versions/2025-05-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.sora.2025-05-02","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.sora.2025-05-02","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"sora","version":"2025-05-02","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.sora","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9999,"capabilities":{"videoGenerations":"true"},"deprecation":{"inference":"2026-02-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora/versions/2025-05-02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o4-mini.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o4-mini.2025-04-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o4-mini","capacity":{"minimum":750,"maximum":75000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.o4-mini-2025-04-16","capacity":{"minimum":25,"maximum":30000,"step":25},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 @@ -303,133 +288,161 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o4-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.ada.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.ada.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-ada-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-ada-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-code-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-text-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.babbage.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.babbage.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-babbage-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-babbage-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-code-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-text-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.curie.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.curie.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-curie-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-curie-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.davinci.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.davinci.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-003.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-003.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-fine-tune-002.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-davinci-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-doc-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-query-001.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-small.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-large.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.DeepResearch-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.DeepResearch-Mini.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep - Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent-mini.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent-mini.2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.codex-mini.2025-05-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.codex-mini.2025-05-16","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1.2025-04-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2025-10-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1p5.2025-08-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1p5.2025-08-26","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-04-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-04-11.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-2025-04-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-03-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-03-11.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-05-27.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-05-27.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-06-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-v1-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-v1-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-input-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-input-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-output-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-output-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.custom-model.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.custom-model.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.chatgpt-agent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.chatgpt-agent.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.appberry.2025-04-23","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.appberry.2025-04-23","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.dall-e-3.3.0","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.dall-e-3.3.0","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"dall-e-3","version":"3.0","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Dalle","capacity":{"minimum":100,"maximum":60000,"step":100,"default":300}}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.whisper.001","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.whisper.001","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0301","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0301","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please + Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o4-mini/versions/2025-04-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-text","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-text","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-text"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-mini.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-mini.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-mini/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-nano.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-nano.2025-04-14","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-nano/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-mi300","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-mi300","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 + + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-mi300"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1.2025-04-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1/versions/2025-04-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1p5.2025-08-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1p5.2025-08-26","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1p5/versions/2025-08-26"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-01/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-29/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-input-classifier-v5-1-1-no-audio/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-04-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-04-11.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-04-11/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-small-2025-06-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-small-2025-04-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/berry-cot-no-audio-output-leak-clf-2024-09-05/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-2025-04-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-2025-04-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-03-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-03-11.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-03-11/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-05-27.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-05-27.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-05-27/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-06-16.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-06-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-image-size-classifier-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-m4-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-nv4-os4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-nv4-os4-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-nv4-os4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-nv4-os4-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-cond-dec-rc-2025-07-21/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-vq-enc-rc-2025-07-21/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-im-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-part-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-05-01-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-vv06-output-safety-classifier-2025-05-05-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-v1-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-v1-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-v1-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-safeberry-bioweapon-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-bioweapon-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-input-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-input-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-input-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-output-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-output-classifier-dev.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-output-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc-small.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.sora-gw-scratch-multiscene-v2-0923.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.sora-gw-scratch-multiscene-v2-0923.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"sora-gw-scratch-multiscene-v2-0923","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora-gw-scratch-multiscene-v2-0923/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.custom-model.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.custom-model.latest","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/custom-model/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher/versions/gpt-5-switcher-2025-06-17-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-mm-capability.0805v2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-mm-capability.0805v2","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-mm-capability/versions/0805v2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/gpt-5-nano-2025-06-25-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-06-27-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-06-27-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-06-27-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-05-31-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-05-31-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-05-31-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-08-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-14-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-14-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-21-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-21-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-21-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-07-10-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-07-10-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-07-10-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-14-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-28-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-09-22T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-09-22T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-alpha/versions/2025-07-25-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-mini-shortco/versions/2025-07-29-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-08-07-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-08-07-dev","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-08-07-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-5","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-intent.2025-07-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-intent.2025-07-25","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-intent/versions/2025-07-25"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-capability-mm.2025-08-05","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-capability-mm.2025-08-05","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-capability-mm/versions/2025-08-05"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-mini.2025-08-07","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-mini/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.chatgpt-agent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.chatgpt-agent.1","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/chatgpt-agent/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.appberry.2025-04-23","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.appberry.2025-04-23","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/appberry/versions/2025-04-23"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-audio.2025-08-28","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-audio.2025-08-28","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-audio","version":"2025-08-28","description":"gpt-audio-2025-08-28","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-audio","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2026-09-01T00:00:00Z","inference":"2026-09-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-audio/versions/2025-08-28"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-codex.2025-09-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-codex.2025-09-15","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-codex","version":"2025-09-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-codex","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-09-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-12T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-12T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-codex/versions/2025-09-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-10-03","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-10-03","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-10-03","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-01-03T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-01-03T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-10-03"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-pro.2025-10-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-pro.2025-10-06","location":"WestEurope","kind":"OpenAI","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-pro","version":"2025-10-06","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true","assistants":"true"},"deprecation":{"inference":"2026-10-06T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-pro/versions/2025-10-06"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.dall-e-3.3.0","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.dall-e-3.3.0","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"dall-e-3","version":"3.0","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Dalle","capacity":{"minimum":100,"maximum":60000,"step":100,"default":300}}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/dall-e-3/versions/3.0"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-cushman-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-cushman-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.whisper.001","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.whisper.001","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/whisper/versions/001"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0301","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0301","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2025-02-13T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"e432b4c4-a871-5d8a-a8e3-5c76b48bfc4e","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0301","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"c3725130-44ee-5969-a939-36ccb49562e4","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"4e57bffd-e096-5fb8-9226-92b543d25d6b","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-deucalion.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-deucalion.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-12-13T00:00:00Z"}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.1106","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.1106","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-deucalion.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-deucalion.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300}}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-deucalion/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.1106","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.1106","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"0d748bf2-850b-5d73-9cae-36082a507672","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"0a85172d-3b38-583f-8707-254bcac83a53","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0125","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0125","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z"}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/1106","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo.0125","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo.0125","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 models can understand and generate natural language or code. GPT-3.5 Turbo - is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K + is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"b5a61130-fd6f-5832-9a24-dd52ed344099","unit":"1K - Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K + Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-16k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-16k.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z"}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0125","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-09-30T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-35-turbo-16k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-35-turbo-16k.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 models can understand and generate natural language or code. The most capable and cost effective model in the GPT-3.5 family is GPT-3.5 Turbo, which has been optimized for chat and works well for traditional completions tasks as well. GPT-3.5 Turbo is available for use with the Chat Completions API. GPT-3.5 Turbo Instruct has similar capabilities to text-davinci-003 using the Completions API instead of the Chat Completions API. We recommend using GPT-3.5 Turbo - and GPT-3.5 Turbo Instruct over legacy GPT-3.5 and GPT-3 models.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-16k","capacity":{"minimum":100,"maximum":60000,"step":100,"default":600},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0125-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0125-Preview","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please + and GPT-3.5 Turbo Instruct over legacy GPT-3.5 and GPT-3 models.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-16k","capacity":{"minimum":100,"maximum":60000,"step":100,"default":600},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-16k/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-04-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0125-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0125-Preview","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o will meet your needs.","isDefaultVersion":false,"skus":[{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-4","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-05-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-0125","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1106-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1106-Preview","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-0125","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0125-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1106-Preview","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1106-Preview","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o - will meet your needs.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0314","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 + will meet your needs.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/1106-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0314","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo - models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 + models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"8e845da4-2a4b-57d4-84cc-00ac65552ff3","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"48da84db-26f5-5613-85c7-8dc9d0a47bfc","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0314","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0314","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0314","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo - models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 + models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4-32k.0613","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4-32k.0613","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo - models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":5}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.turbo-2024-04-09","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.turbo-2024-04-09","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 + models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":5}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.turbo-2024-04-09","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.turbo-2024-04-09","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 Turbo is a large multimodal model (accepting text or image inputs and generating text) that can solve difficult problems with greater accuracy than any of OpenAI''s previous models. Like GPT-3.5 Turbo, and older GPT-4 models GPT-4 @@ -437,11 +450,11 @@ interactions: latest GA release of GPT-4 Turbo is: \r\n - `gpt-4` Version: `turbo-2024-04-09`\r\n\r\nThis is the replacement for the following preview models:\r\n - `gpt-4` Version: `1106-Preview`\r\n - `gpt-4` Version: `0125-Preview`\r\n - `gpt-4` Version: - `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K + `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"bd64df46-87c5-58ef-bc6d-c98f44585c76","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-11-11T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-11-11T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/turbo-2024-04-09","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -459,31 +472,31 @@ interactions: Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"89c39508-0281-5139-acf6-53a71ebb4945","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2ca540fa-78b7-5a49-9eab-333fc4ccead3","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-08-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-08-06","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-08-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-08-06","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput - format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"c56094a0-b67a-544d-b4aa-c5de8e30ccee","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"3af7b8f7-3c70-5dfc-b8f3-2aaa5bbbb057","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"b74b433f-74d7-563c-8e9b-142cd9a1c1c3","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"5265b7df-dca7-5c7f-a3f1-a2cc71b2997e","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cc76c0d2-ad0d-58be-aea9-179893449506","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"6bb13976-baf2-5a15-a929-d5795c7e82e1","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"2e99da2b-700c-5eee-9ad1-96364d7e3ee6","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14623229-c4b9-59ac-92a8-6748ab5f75d8","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"099e4e69-f951-56f8-a55a-5d9ec850e477","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"da36f4d2-257d-545b-bb2a-6e8acdce777a","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13-custom","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13-custom","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","globalFineTune":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-08-06","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-05-13-custom","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-05-13-custom","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput - format: text + image","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z"}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini.2024-07-18","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini.2024-07-18","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o + format: text + image","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z"}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13-custom"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini.2024-07-18","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini.2024-07-18","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -499,76 +512,72 @@ interactions: Tokens"},{"name":"NoCachedContextToken","meterId":"b94b7fa1-de11-5fab-b4c5-23594cafa555","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"10112c17-29e8-5407-8369-54a6f6049236","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K + Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":15000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a93cff74-c3f1-5fa9-9feb-b7d9359036e1","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-11-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-11-20","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini/versions/2024-07-18","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2024-11-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2024-11-20","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 Unit/Hour"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"f74912ad-e08f-52c2-ac80-ff08a231d24d","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"3b569317-30f6-50bf-b0ce-b613336b3dca","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a0b1288b-fbb7-55d3-a287-d144c1c0da93","unit":"1K Tokens"}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"f3632fd7-3b92-5ee7-b2eb-e2a0889d6319","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"c6e07641-a53f-5704-85e7-97cab0f371d6","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"9012b96b-7192-57b2-9570-ee3f1a3b1887","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2d957cb0-29d8-569f-bdeb-f6f25a4d01a1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-02-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-02-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-12-20T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-11-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-04-03-hh","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-04-03-hh","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini - realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o - realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-canvas.2024-09-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-canvas.2024-09-25","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o - Canvas","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o - chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-preview","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-audio-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o - mini chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-audio-preview","capacity":{"minimum":1,"maximum":100,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11-pv3","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11-pv3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-04-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-transcribe.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-transcribe.2025-03-20","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini - transcribe","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-transcribe","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-text","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-text","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-mini.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-mini.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-nano.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-nano.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-mi300","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-mi300","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 - + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-mm-capability.0805v2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-mm-capability.0805v2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-30T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-06-27-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-06-27-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-05-31-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-05-31-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-14-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-21-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-21-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-07-10-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-07-10-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-20T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"false","assistants":"false"},"deprecation":{"inference":"2025-11-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-08-07-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-08-07-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-mini.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-intent.2025-07-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-intent.2025-07-25","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-capability-mm.2025-08-05","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-capability-mm.2025-08-05","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-preview.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-preview.2024-09-12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-11-20","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-14T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-02-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-02-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-02-17"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.chatgpt-4o-lm-text-gg","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/chatgpt-4o-lm-text-gg"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o.2025-04-03-hh","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o.2025-04-03-hh","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-04-03-hh"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-mai.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-mai.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-mai","version":"1","description":"GPT-4o + audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-mai","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Tentative"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-mai/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-realtime-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini + realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o + realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview.2024-12-17-mai","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview.2024-12-17-mai","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17-mai","description":"gpt-4o-realtime-preview-2024-12-17 + for MAI only","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":3000,"step":100,"default":100},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17-mai"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-realtime-preview-mai-flight.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-realtime-preview-mai-flight.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-realtime-preview-mai-flight","version":"1","description":"Base + model for future MAI flight audio models","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview-mai-flight/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-canvas.2024-09-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-canvas.2024-09-25","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o + Canvas","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-canvas/versions/2024-09-25"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-audio-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o + chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-preview","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-audio-preview.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-audio-preview.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o + mini chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-audio-preview","capacity":{"minimum":1,"maximum":100,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-03-11-pv3","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-03-11-pv3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11-pv3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.computer-use-preview.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.computer-use-preview.2025-04-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2026-01-14T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-04-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-transcribe.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-transcribe.2025-03-20","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini + transcribe","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-transcribe","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-transcribe/versions/2025-03-20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-mini-tts.2025-03-20","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-mini-tts.2025-03-20","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-mini-tts","version":"2025-03-20","description":"GPT-4o-mini + TTS","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-tts","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-tts/versions/2025-03-20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.ada.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.ada.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/ada/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-ada-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-ada-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-ada-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-ada-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-code-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-code-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-text-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-text-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z"}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.davinci.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.davinci.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/davinci/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-003.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-003.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-003/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-fine-tune-002/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-davinci-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-davinci-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.babbage.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.babbage.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/babbage/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-babbage-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-babbage-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-babbage-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-babbage-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-code-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-code-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-text-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-text-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.curie.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.curie.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/curie/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-curie-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-curie-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-curie-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-curie-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-doc-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-query-001/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-small.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-small/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-large.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-preview.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-preview.2024-09-12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"ef9d3e2d-2871-5086-9bf9-14f47f5d2683","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"e4d5a485-b540-5472-b368-06e2d7a01637","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-mini.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-mini.2024-09-12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-preview/versions/2024-09-12","replacementConfig":{"targetModelName":"o1","targetModelVersion":"2024-12-17","autoUpgradeStartDate":"2025-07-21T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1-mini.2024-09-12","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1-mini.2024-09-12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-17T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"54035c90-ae81-5b39-ab2b-2a7fc5032864","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"6dd616f9-686b-5c6e-ab76-0c9b095211e9","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-10-27T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-10-27T00:00:00Z","inference":"2025-10-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-11-17T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-mini/versions/2024-09-12","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2025-10-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o1.2024-12-17","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o1.2024-12-17","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"73e11976-5d7c-5c63-ab8a-387e24980d4f","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"06484d38-55c5-5caa-ba6f-b06a08e1c069","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"CachedContextToken","meterId":"083fd96a-f2f9-5634-ab3d-72173f6c5be0","unit":"1K @@ -576,7 +585,7 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"042fb0be-d579-5bb3-bf4e-0369b140ca56","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"deprecationDate":"2026-07-15T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-mini.2025-01-31","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-mini.2025-01-31","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1/versions/2024-12-17"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-mini.2025-01-31","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-mini.2025-01-31","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"d3e83877-7848-5c6d-8558-6b2638d07d4d","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7782f28b-b5db-50d2-a9c2-7b82c95242b8","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-mini","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-02-01T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.o3-mini","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"5f2101aa-15ea-5588-8ade-1663b7998035","unit":"1K @@ -586,7 +595,7 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"c9aec568-2bce-5d59-9d67-1ee3b9793fe1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3.2025-04-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-mini/versions/2025-01-31","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2026-01-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3.2025-04-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cdba2b66-198f-53f2-be98-26445ffb778a","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"b3487d01-b63e-5640-81ca-ad61bafaca8c","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3","capacity":{"minimum":250,"maximum":75000,"step":250,"default":750},"deprecationDate":"2026-04-09T00:00:00Z"},{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.o3-2025-04-16","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 @@ -596,8 +605,10 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o3","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-pro.2025-06-10","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-pro.2025-06-10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 - Pro","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-18T00:00:00Z"}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o4-mini.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o4-mini.2025-04-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3/versions/2025-04-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-pro.2025-06-10","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-pro.2025-06-10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 + Pro","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-18T00:00:00Z"}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-pro/versions/2025-06-10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o3-deep-research.2025-06-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o3-deep-research.2025-06-26","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o3-deep-research","version":"2025-06-26","description":"Deep + Research","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-deep-research","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-26T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-06-26T00:00:00Z","inference":"2026-06-26T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-deep-research/versions/2025-06-26"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.DeepResearch-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.DeepResearch-Mini.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep + Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/DeepResearch-Mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.5-preview.2025-02-27","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.5-preview.2025-02-27","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.5-preview","version":"2025-02-27","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.5","capacity":{"minimum":1,"maximum":100,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-07-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.5-preview/versions/2025-02-27"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent-mini.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent-mini.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-13T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent-mini/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.codex-mini.2025-05-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.codex-mini.2025-05-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/codex-mini/versions/2025-05-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.sora.2025-05-02","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.sora.2025-05-02","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"sora","version":"2025-05-02","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.sora","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":9999,"capabilities":{"videoGenerations":"true"},"deprecation":{"inference":"2026-02-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora/versions/2025-05-02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.o4-mini.2025-04-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.o4-mini.2025-04-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o4-mini","capacity":{"minimum":750,"maximum":75000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.o4-mini-2025-04-16","capacity":{"minimum":25,"maximum":30000,"step":25},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 @@ -606,168 +617,170 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o4-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.ada.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.ada.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-ada-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-ada-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-ada-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-ada-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-ada-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-code-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-ada-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-ada-text-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-ada-002.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-ada-002.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z"}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.babbage.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.babbage.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-babbage-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-babbage-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-babbage-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-babbage-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-babbage-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-code-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-code-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-search-babbage-text-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-search-babbage-text-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.curie.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.curie.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-curie-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-curie-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-curie-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-curie-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-curie-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.davinci.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.davinci.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-003.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-003.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-davinci-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.code-davinci-fine-tune-002.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.code-davinci-fine-tune-002.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-similarity-davinci-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-similarity-davinci-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-doc-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-doc-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-search-davinci-query-001.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-search-davinci-query-001.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-small.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.text-embedding-3-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.text-embedding-3-large.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.DeepResearch-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.DeepResearch-Mini.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep - Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.SWEAgent-mini.2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.SWEAgent-mini.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.codex-mini.2025-05-16","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.codex-mini.2025-05-16","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1.2025-04-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2025-10-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1p5.2025-08-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1p5.2025-08-26","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-04-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-04-11.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-2025-04-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-03-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-03-11.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-05-27.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-05-27.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-06-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-v1-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-v1-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-input-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-input-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-output-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-output-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.custom-model.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.custom-model.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.chatgpt-agent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.chatgpt-agent.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.appberry.2025-04-23","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.appberry.2025-04-23","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o4-mini/versions/2025-04-16"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-text","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-text","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-text"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-mini.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-mini.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-mini/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1-nano.2025-04-14","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1-nano.2025-04-14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-nano/versions/2025-04-14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4.1.2025-04-14-mi300","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4.1.2025-04-14-mi300","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 + + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-mi300"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1.2025-04-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1.2025-04-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1/versions/2025-04-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-image-1p5.2025-08-26","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-image-1p5.2025-08-26","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1p5/versions/2025-08-26"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-01.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-01/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-rai-safety-m4-textonly-2025-05-29.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-29/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-input-classifier-v5-1-1-no-audio.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-input-classifier-v5-1-1-no-audio/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-04-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-04-11.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-04-11/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-small-2025-06-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-small-2025-06-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-small-2025-04-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-small-2025-04-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.berry-cot-no-audio-output-leak-clf-2024-09-05.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/berry-cot-no-audio-output-leak-clf-2024-09-05/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-output-safety-classifier-2025-04-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-output-safety-classifier-2025-04-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-2025-04-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-03-11.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-03-11.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-03-11/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-05-27.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-05-27.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-05-27/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cot-summarizer-2025-06-16.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cot-summarizer-2025-06-16.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-06-16/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-image-size-classifier-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-image-size-classifier-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-m4-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-m4-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-safety-2025-04-15.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-2025-04-15/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-nv4-os4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-nv4-os4-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-nv4-os4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-nv4-os4-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-cond-dec-rc-2025-07-21.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-cond-dec-rc-2025-07-21/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-4o-imagen-vq-enc-rc-2025-07-21.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-vq-enc-rc-2025-07-21/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-im-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-im-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-part-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-part-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.cotea-input-safety-classifier-2025-05-01-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-05-01-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.hascot-vv06-output-safety-classifier-2025-05-05-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-vv06-output-safety-classifier-2025-05-05-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-v1-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-v1-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-v1-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-safeberry-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-safeberry-bioweapon-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-bioweapon-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-bioweapon-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-input-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-input-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-input-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-safety-output-classifier-dev.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-safety-output-classifier-dev.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-output-classifier-dev/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-input-cotea-v8-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-input-cotea-v8-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-output-hascot-v6-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-output-hascot-v6-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-m4-bio-v10-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-m4-bio-v10-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.safety-sb-bio-nv4-rc-small.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.safety-sb-bio-nv4-rc-small.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc-small/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.sora-gw-scratch-multiscene-v2-0923.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.sora-gw-scratch-multiscene-v2-0923.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"sora-gw-scratch-multiscene-v2-0923","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora-gw-scratch-multiscene-v2-0923/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.custom-model.latest","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.custom-model.latest","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/custom-model/versions/latest"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher.gpt-5-switcher-2025-06-17-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher/versions/gpt-5-switcher-2025-06-17-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-mm-capability.0805v2","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-mm-capability.0805v2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-mm-capability/versions/0805v2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.gpt-5-nano-2025-06-25-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/gpt-5-nano-2025-06-25-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-06-27-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-06-27-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-06-27-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-05-31-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-05-31-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-05-31-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-08-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-08-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-14-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-14-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-07-21-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-07-21-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-21-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini-shortco.2025-07-10-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini-shortco.2025-07-10-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-07-10-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-14-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-14-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-shortco.2025-07-28-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-28-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-alpha.2025-07-25-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-09-22T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-09-22T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-alpha/versions/2025-07-25-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-reasoning-mini-shortco.2025-07-29-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-mini-shortco/versions/2025-07-29-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-shortco.2025-08-07-dev","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-shortco.2025-08-07-dev","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-08-07-dev"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-5","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-nano.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-nano.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-mini.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z"}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-intent.2025-07-25","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-intent.2025-07-25","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-intent/versions/2025-07-25"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-switcher-capability-mm.2025-08-05","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-switcher-capability-mm.2025-08-05","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-capability-mm/versions/2025-08-05"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat-mini.2025-08-07","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat-mini.2025-08-07","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-mini/versions/2025-08-07"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.chatgpt-agent.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.chatgpt-agent.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/chatgpt-agent/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.appberry.2025-04-23","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.appberry.2025-04-23","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/appberry/versions/2025-04-23"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-audio.2025-08-28","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-audio.2025-08-28","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-audio","version":"2025-08-28","description":"gpt-audio-2025-08-28","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-audio","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2026-09-01T00:00:00Z","inference":"2026-09-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-audio/versions/2025-08-28"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-08-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-08-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-codex.2025-09-15","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-codex.2025-09-15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-codex","version":"2025-09-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-codex","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-09-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-12T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-12T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-codex/versions/2025-09-15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-chat.2025-10-03","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-chat.2025-10-03","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-chat","version":"2025-10-03","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-01-03T00:00:00Z"}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-01-03T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-10-03"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI.gpt-5-pro.2025-10-06","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI.gpt-5-pro.2025-10-06","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI","name":"gpt-5-pro","version":"2025-10-06","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1}}],"maxCapacity":3,"capabilities":{"responses":"true","assistants":"true"},"deprecation":{"inference":"2026-10-06T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-pro/versions/2025-10-06"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-1.5-Large.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-1.5-Large.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-1.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Labs","name":"AI21-Jamba-1.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-1.5-Large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-1.5-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-1.5-Mini.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-1.5-Mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Labs","name":"AI21-Jamba-1.5-Mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-1.5-Mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + Labs","name":"AI21-Jamba-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Codestral-2501.2","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Codestral-2501.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Codestral-2501","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.cohere-command-a.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.cohere-command-a.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"cohere-command-a","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-08-2024.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus-08-2024.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-english.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-english.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-english","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-multilingual.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-multilingual.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-multilingual","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Provisioned","usageName":"AIServices.Provisioned.MaaS","capacity":{"minimum":150,"maximum":3000,"step":150,"default":450},"deprecationDate":"2099-01-01T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1-0528.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1-0528.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1-0528","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1-0528","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3-0324.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3-0324.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3-0324","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3-0324","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3.1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3.1","capacity":{"maximum":1000000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.embed-v-4-0.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.embed-v-4-0.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"embed-v-4-0","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.1","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.2","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.3","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.MAI-DS-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.MAI-DS-R1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"MAI-DS-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MAI-DS-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T04:34:11.3190491Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.8","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.9","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.8","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.9","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-405B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-405B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-405B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Codestral-2501","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Codestral-2501/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.cohere-command-a.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.cohere-command-a.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"cohere-command-a","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/cohere-command-a/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-08-2024.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-08-2024/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-plus/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus-08-2024.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-plus-08-2024/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-english.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-english.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-english","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-embed-v3-english/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-multilingual.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-multilingual.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-multilingual","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-embed-v3-multilingual/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Provisioned","usageName":"AIServices.Provisioned.MaaS","capacity":{"minimum":150,"maximum":3000,"step":150,"default":450},"deprecationDate":"2099-06-01T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-R1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1-0528.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1-0528.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1-0528","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1-0528","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-R1-0528/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3-0324.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3-0324.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3-0324","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3-0324","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3-0324/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3.1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3.1","capacity":{"maximum":1000000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3.1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.embed-v-4-0.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.embed-v-4-0.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Cohere","name":"embed-v-4-0","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/embed-v-4-0/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.1","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.2","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.3","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-11B-Vision-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-11B-Vision-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.Llama-3.3-70B-Instruct","capacity":{"maximum":10000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.MAI-DS-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.MAI-DS-R1.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"MAI-DS-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MAI-DS-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T04:34:11.3190491Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/MAI-DS-R1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.8","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/8"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.9","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.8","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/8"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.9","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-405B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-405B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-405B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-405B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Ministral-3B.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Ministral-3B.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Ministral-3B","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Ministral-3B","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2099-12-31T00:00:00Z","inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Ministral-3B/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-large.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-large-2407.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-large-2407.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-large-2407","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-large-2407","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-large-2407/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-Large-2411.2","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-Large-2411.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-Large-2411","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-Large-2411","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-Large-2411/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-Nemo.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-Nemo.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-Nemo","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-Nemo","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2099-12-31T00:00:00Z","inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-Nemo/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-small.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-small","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-small","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-small/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-small-2503.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-small-2503.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-small-2503","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.12","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"12","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.14","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"14","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.15","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"15","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-multimodal-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-multimodal-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-multimodal-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"mistral-small-2503","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-small-2503/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.12","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.12","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"12","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/13"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.10","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.11","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.13","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/13"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.14","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.14","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"14","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.15","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.15","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"15","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-vision-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-vision-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.2","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.3","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.4","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.5","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.6","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.7","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-mini-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-multimodal-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-multimodal-instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-multimodal-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-multimodal-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Diffusion-3.5-Large.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Diffusion-3.5-Large.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Diffusion-3.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Diffusion-3.5-Large"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"Stable-Diffusion-3.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Diffusion-3.5-Large"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Diffusion-3.5-Large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Image-Core.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Image-Core.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Image-Core","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Core"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"Stable-Image-Core","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Core"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Image-Core/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Image-Ultra.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Image-Ultra.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Image-Ultra","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Ultra"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Maverick-17B-128E-Instruct-FP8","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Scout-17B-16E-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Scout-17B-16E-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Scout-17B-16E-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Stable-Image-Ultra","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Ultra"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Image-Ultra/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-mini-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Maverick-17B-128E-Instruct-FP8","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.Llama-4-Maverick-17B-128E-Instruct-FP8","capacity":{"maximum":10000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-4-Maverick-17B-128E-Instruct-FP8/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Scout-17B-16E-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Scout-17B-16E-Instruct.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Scout-17B-16E-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-4-Scout-17B-16E-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-medium-2505.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-medium-2505.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-medium-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"mistral-medium-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-medium-2505/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-document-ai-2505.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-document-ai-2505.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-document-ai-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3-mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3-mini.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-3-mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3-mini","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black + AI","name":"mistral-document-ai-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-document-ai-2505/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-3/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3-mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3-mini.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-3-mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3-mini","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-3-mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black Forest Labs.FLUX-1.1-pro.1","type":"Microsoft.CognitiveServices/locations/models","name":"Black Forest Labs.FLUX-1.1-pro.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Black - Forest Labs","name":"FLUX-1.1-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black + Forest Labs","name":"FLUX-1.1-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-blackforestlabs/models/FLUX-1.1-pro/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black Forest Labs.FLUX.1-Kontext-pro.1","type":"Microsoft.CognitiveServices/locations/models","name":"Black Forest Labs.FLUX.1-Kontext-pro.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"Black - Forest Labs","name":"FLUX.1-Kontext-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI-OSS.gpt-oss-120b.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI-OSS.gpt-oss-120b.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI-OSS","name":"gpt-oss-120b","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.gpt-oss-120b","capacity":{"maximum":1000000,"default":500},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-05T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-08-05T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Forest Labs","name":"FLUX.1-Kontext-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-blackforestlabs/models/FLUX.1-Kontext-pro/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-4-fast-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-4-fast-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-4-fast-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-4-fast-reasoning","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-27T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-27T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-4-fast-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-4-fast-non-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-4-fast-non-reasoning.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"xAI","name":"grok-4-fast-non-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-4-fast-non-reasoning","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-27T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-27T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-4-fast-non-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI-OSS.gpt-oss-120b.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI-OSS.gpt-oss-120b.1","location":"WestEurope","kind":"AIServices","skuName":"S0","model":{"format":"OpenAI-OSS","name":"gpt-oss-120b","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.gpt-oss-120b","capacity":{"maximum":1000000,"default":500},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-05T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-08-05T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-openai-oss/models/gpt-oss-120b/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-1.5-Large.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-1.5-Large.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-1.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Labs","name":"AI21-Jamba-1.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-1.5-Large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-1.5-Mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-1.5-Mini.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-1.5-Mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 + Labs","name":"AI21-Jamba-1.5-Mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-1.5-Mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/AI21 Labs.AI21-Jamba-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"AI21 Labs.AI21-Jamba-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"AI21 - Labs","name":"AI21-Jamba-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + Labs","name":"AI21-Jamba-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-ai21/models/AI21-Jamba-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Codestral-2501.2","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Codestral-2501.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Codestral-2501","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.cohere-command-a.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.cohere-command-a.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"cohere-command-a","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-08-2024.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus-08-2024.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-english.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-english.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-english","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-multilingual.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-multilingual.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-multilingual","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Provisioned","usageName":"AIServices.Provisioned.MaaS","capacity":{"minimum":150,"maximum":3000,"step":150,"default":450},"deprecationDate":"2099-01-01T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1-0528.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1-0528.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1-0528","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1-0528","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3-0324.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3-0324.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3-0324","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3-0324","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3.1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3.1","capacity":{"maximum":1000000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.embed-v-4-0.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.embed-v-4-0.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"embed-v-4-0","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.1","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.2","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.3","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.MAI-DS-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.MAI-DS-R1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"MAI-DS-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MAI-DS-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-01-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 - Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T04:34:11.3190491Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.8","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.9","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.8","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.9","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-405B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-405B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-405B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Codestral-2501","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Codestral-2501/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.cohere-command-a.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.cohere-command-a.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"cohere-command-a","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/cohere-command-a/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-08-2024.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-08-2024/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-plus/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-command-r-plus-08-2024.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-command-r-plus-08-2024.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-command-r-plus-08-2024","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-command-r-plus-08-2024/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-english.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-english.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-english","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-embed-v3-english/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.Cohere-embed-v3-multilingual.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.Cohere-embed-v3-multilingual.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"Cohere-embed-v3-multilingual","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/Cohere-embed-v3-multilingual/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Provisioned","usageName":"AIServices.Provisioned.MaaS","capacity":{"minimum":150,"maximum":3000,"step":150,"default":450},"deprecationDate":"2099-06-01T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-R1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-R1-0528.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-R1-0528.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-R1-0528","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-R1-0528","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-R1-0528/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3-0324.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3-0324.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3-0324","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3-0324","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3-0324/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/DeepSeek.DeepSeek-V3.1.1","type":"Microsoft.CognitiveServices/locations/models","name":"DeepSeek.DeepSeek-V3.1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"DeepSeek","name":"DeepSeek-V3.1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.DeepSeek-V3.1","capacity":{"maximum":1000000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-deepseek/models/DeepSeek-V3.1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Cohere.embed-v-4-0.1","type":"Microsoft.CognitiveServices/locations/models","name":"Cohere.embed-v-4-0.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Cohere","name":"embed-v-4-0","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-cohere/models/embed-v-4-0/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.1","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.2","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Core42.jais-30b-chat.3","type":"Microsoft.CognitiveServices/locations/models","name":"Core42.jais-30b-chat.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Core42","name":"jais-30b-chat","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-core42/models/jais-30b-chat/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-11B-Vision-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-11B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-11B-Vision-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-11B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-11B-Vision-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.2-90B-Vision-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.2-90B-Vision-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.2-90B-Vision-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.2-90B-Vision-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-3.3-70B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-3.3-70B-Instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-3.3-70B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.Llama-3.3-70B-Instruct","capacity":{"maximum":10000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-3.3-70B-Instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.MAI-DS-R1.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.MAI-DS-R1.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"MAI-DS-R1","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MAI-DS-R1","capacity":{"maximum":5000,"default":5000},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":100,"maximum":3000,"step":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T04:34:11.3190491Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/MAI-DS-R1/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.8","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/8"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-70B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-70B-Instruct.9","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-70B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-70B-Instruct/versions/9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.8","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.8","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"8","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/8"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3-8B-Instruct.9","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3-8B-Instruct.9","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3-8B-Instruct","version":"9","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3-8B-Instruct/versions/9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-405B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-405B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-405B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-405B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-70B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-70B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-70B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-70B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Meta-Llama-3.1-8B-Instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Meta-Llama-3.1-8B-Instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Meta-Llama-3.1-8B-Instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Meta-Llama-3.1-8B-Instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Ministral-3B.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Ministral-3B.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Ministral-3B","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Ministral-3B","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2099-12-31T00:00:00Z","inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Ministral-3B/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-large.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-large.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-large-2407.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-large-2407.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-large-2407","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-large-2407","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-large-2407/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-Large-2411.2","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-Large-2411.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-Large-2411","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-Large-2411","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-Large-2411/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-Nemo.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-Nemo.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-Nemo","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-Nemo","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2099-12-31T00:00:00Z","inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-Nemo/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.Mistral-small.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.Mistral-small.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"Mistral-small","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Mistral-small","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/Mistral-small/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-small-2503.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-small-2503.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-small-2503","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.10","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.11","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.12","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.12","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"12","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.13","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.10","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.11","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.13","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.14","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.14","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"14","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.15","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.15","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"15","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-multimodal-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-multimodal-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-multimodal-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"mistral-small-2503","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","assistants":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-small-2503/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-128k-instruct.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-128k-instruct.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-128k-instruct","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-128k-instruct/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-medium-4k-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-medium-4k-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-medium-4k-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-medium-4k-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.10","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.11","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.12","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.12","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"12","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-128k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-128k-instruct.13","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-128k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-128k-instruct/versions/13"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.10","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.10","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"10","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/10"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.11","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.11","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"11","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/11"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.13","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.13","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"13","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/13"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.14","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.14","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"14","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/14"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-mini-4k-instruct.15","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-mini-4k-instruct.15","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-mini-4k-instruct","version":"15","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-mini-4k-instruct/versions/15"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-128k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-128k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-128k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-128k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3-small-8k-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3-small-8k-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3-small-8k-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3-small-8k-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-mini-instruct.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-mini-instruct.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-mini-instruct","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-mini-instruct/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-MoE-instruct.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-MoE-instruct.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-MoE-instruct","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-MoE-instruct/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-vision-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-3.5-vision-instruct.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-3.5-vision-instruct.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-3.5-vision-instruct","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-3.5-vision-instruct/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.2","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.2","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"2","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.3","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.3","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"3","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.4","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.4","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"4","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.5","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.5","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"5","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.6","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.6","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"6","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4.7","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4.7","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4","version":"7","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4/versions/7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-mini-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-multimodal-instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-multimodal-instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-multimodal-instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-04-16T04:45:33.9367873Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-multimodal-instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Diffusion-3.5-Large.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Diffusion-3.5-Large.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Diffusion-3.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Diffusion-3.5-Large"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"Stable-Diffusion-3.5-Large","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Diffusion-3.5-Large"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Diffusion-3.5-Large/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Image-Core.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Image-Core.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Image-Core","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Core"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability + AI","name":"Stable-Image-Core","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Core"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Image-Core/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Stability AI.Stable-Image-Ultra.1","type":"Microsoft.CognitiveServices/locations/models","name":"Stability AI.Stable-Image-Ultra.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Stability - AI","name":"Stable-Image-Ultra","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Ultra"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Maverick-17B-128E-Instruct-FP8","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Scout-17B-16E-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Scout-17B-16E-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Scout-17B-16E-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"Stable-Image-Ultra","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","_H_serverless-base-model-id":"Stable-Image-Ultra"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-03-28T09:56:46.9090796Z"},"modelCatalogAssetId":"azureml://registries/azureml-stabilityai/models/Stable-Image-Ultra/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Microsoft.Phi-4-mini-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"Microsoft.Phi-4-mini-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Microsoft","name":"Phi-4-mini-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T02:31:35.6902006Z"},"modelCatalogAssetId":"azureml://registries/azureml/models/Phi-4-mini-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Maverick-17B-128E-Instruct-FP8.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Maverick-17B-128E-Instruct-FP8","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.Llama-4-Maverick-17B-128E-Instruct-FP8","capacity":{"maximum":10000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-4-Maverick-17B-128E-Instruct-FP8/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Meta.Llama-4-Scout-17B-16E-Instruct.1","type":"Microsoft.CognitiveServices/locations/models","name":"Meta.Llama-4-Scout-17B-16E-Instruct.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Meta","name":"Llama-4-Scout-17B-16E-Instruct","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-07T11:11:29.9398987Z"},"modelCatalogAssetId":"azureml://registries/azureml-meta/models/Llama-4-Scout-17B-16E-Instruct/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-medium-2505.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-medium-2505.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-medium-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral + AI","name":"mistral-medium-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.MaaS","capacity":{"maximum":1,"default":1}}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-medium-2505/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Mistral AI.mistral-document-ai-2505.1","type":"Microsoft.CognitiveServices/locations/models","name":"Mistral AI.mistral-document-ai-2505.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Mistral - AI","name":"mistral-document-ai-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3-mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3-mini.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-3-mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3-mini","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black + AI","name":"mistral-document-ai-2505","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.mistral-document-ai-2505","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-mistral/models/mistral-document-ai-2505/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-3","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-3/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-3-mini.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-3-mini.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-3-mini","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-3-mini","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-10-01T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-05-13T04:16:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-3-mini/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black Forest Labs.FLUX-1.1-pro.1","type":"Microsoft.CognitiveServices/locations/models","name":"Black Forest Labs.FLUX-1.1-pro.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Black - Forest Labs","name":"FLUX-1.1-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black + Forest Labs","name":"FLUX-1.1-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.FLUX-1.1-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-blackforestlabs/models/FLUX-1.1-pro/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/Black Forest Labs.FLUX.1-Kontext-pro.1","type":"Microsoft.CognitiveServices/locations/models","name":"Black Forest Labs.FLUX.1-Kontext-pro.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"Black - Forest Labs","name":"FLUX.1-Kontext-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":3}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI-OSS.gpt-oss-120b.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI-OSS.gpt-oss-120b.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"OpenAI-OSS","name":"gpt-oss-120b","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.gpt-oss-120b","capacity":{"maximum":1000000,"default":500},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-05T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-08-05T00:00:00Z"}}}]}' + Forest Labs","name":"FLUX.1-Kontext-pro","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]},{"name":"DataZoneStandard","usageName":"AIServices.DataZoneStandard.FLUX.1-Kontext-pro","capacity":{"maximum":1000,"default":1},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":3,"capabilities":{"imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-23T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-blackforestlabs/models/FLUX.1-Kontext-pro/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-4-fast-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-4-fast-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-4-fast-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-4-fast-reasoning","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-27T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-27T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-4-fast-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/xAI.grok-4-fast-non-reasoning.1","type":"Microsoft.CognitiveServices/locations/models","name":"xAI.grok-4-fast-non-reasoning.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"xAI","name":"grok-4-fast-non-reasoning","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.grok-4-fast-non-reasoning","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-27T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-06-27T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-xai/models/grok-4-fast-non-reasoning/versions/1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WestEurope/models/OpenAI-OSS.gpt-oss-120b.1","type":"Microsoft.CognitiveServices/locations/models","name":"OpenAI-OSS.gpt-oss-120b.1","location":"WestEurope","kind":"MaaS","skuName":"S0","model":{"format":"OpenAI-OSS","name":"gpt-oss-120b","version":"1","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"AIServices.GlobalStandard.gpt-oss-120b","capacity":{"maximum":1000000,"default":500},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2099-12-31T00:00:00Z"},"lifecycleStatus":"Stable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-05T00:00:00Z","lastModifiedBy":"MaaSModelConverter","lastModifiedByType":"Application","lastModifiedAt":"2025-08-05T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azureml-openai-oss/models/gpt-oss-120b/versions/1"}}]}' headers: cache-control: - no-cache content-length: - - '598023' + - '694698' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:24 GMT + - Tue, 28 Oct 2025 14:50:15 GMT expires: - '-1' pragma: @@ -779,13 +792,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '303' + - '364' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4a740f94-cfba-4868-8570-486c427dbf85 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ebe078f2-c25e-475b-807a-5ee815f51545 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 701EE5CA5BEE45DFA36D9A7C74C86683 Ref B: CO6AA3150217039 Ref C: 2025-09-09T18:19:23Z' + - 'Ref A: EB5FDDC9EEC648608F17F37ADB7A5DC9 Ref B: CO6AA3150220051 Ref C: 2025-10-28T14:50:14Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_usages.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_usages.yaml index 394f9c8c719..383b2f328a3 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_usages.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_list_usages.yaml @@ -13,9 +13,9 @@ interactions: ParameterSetName: - -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/usages?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/usages?api-version=2025-09-01 response: body: string: '{"value":[{"name":{"value":"OpenAI.GlobalProvisionedManaged","localizedValue":"Global @@ -24,7 +24,7 @@ interactions: Per Minute (thousands) - code-cushman-fine-tune-002"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.Dalle","localizedValue":"Provisioned Throughput Unit - Dalle"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.FineTuned.Deployments","localizedValue":"Standard Fine-Tuned Deployments"},"currentValue":0,"limit":8,"unit":"Count"},{"name":{"value":"OpenAI.S0.AccountCount","localizedValue":"Maximum - resources for OpenAI S0 sku."},"currentValue":9,"limit":40,"unit":"Count"},{"name":{"value":"OpenAI.Standard.whisper","localizedValue":"Requests + resources for OpenAI S0 sku."},"currentValue":5,"limit":40,"unit":"Count"},{"name":{"value":"OpenAI.Standard.whisper","localizedValue":"Requests Per Minute - whisper"},"currentValue":0,"limit":3,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.code-cushman-001","localizedValue":"Dedicated Unit - code-cushman-001"},"currentValue":0,"limit":1,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneProvisionedManaged","localizedValue":"Data Zone Provisioned Managed Throughput Unit"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.gpt-35-turbo","localizedValue":"Tokens @@ -50,7 +50,8 @@ interactions: Throughput Unit - GPT-4-0125"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","localizedValue":"Provisioned Throughput Unit - GPT-4-Turbo-2024-04-09"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","localizedValue":"Provisioned Managed Throughput Unit - GPT-4o-2024-11-20"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4-32k","localizedValue":"Provisioned - Throughput Unit - GPT-4-32K"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o","localizedValue":"Provisioned + Throughput Unit - GPT-4-32K"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o-audio-mai","localizedValue":"Provisioned + Throughput Unit - gpt-4o-audio-mai"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o","localizedValue":"Provisioned Throughput Unit - gpt-4o"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o-mini","localizedValue":"Provisioned Throughput Unit - gpt-4o-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt-4o","localizedValue":"Tokens Per Minute (thousands) - gpt-4o - GlobalStandard"},"currentValue":20,"limit":450,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt-4o-mini","localizedValue":"Tokens @@ -60,53 +61,8 @@ interactions: Per Minute (thousands) - gpt-4o-mini - DataZoneStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4o","localizedValue":"Enqueued prompt tokens (thousands) - gpt-4o - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4o-mini","localizedValue":"Enqueued prompt tokens (thousands) - gpt-4o-mini - DataZoneBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o-mini-transcribe","localizedValue":"Provisioned - Throughput Unit - gpt-4o-mini-transcribe"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1","localizedValue":"Tokens - Per Minute (thousands) - 4.1 - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1","localizedValue":"Tokens - Per Minute (thousands) - 4.1 - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1 - GlobalStandard - FineTune"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1 - DeveloperTier - FineTune"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-mini-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1-mini - GlobalStandard - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-mini-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1-mini - DeveloperTier - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-nano-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1-nano - GlobalStandard - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-nano-finetune","localizedValue":"Tokens - Per Minute (thousands) - 4.1-nano - DeveloperTier - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-mini","localizedValue":"Tokens - Per Minute (thousands) - 4.1-mini - GlobalStandard"},"currentValue":0,"limit":5000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1-mini","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1-mini - GlobalBatch"},"currentValue":0,"limit":1000000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1-mini","localizedValue":"Tokens - Per Minute (thousands) - 4.1-mini - DataZoneStandard"},"currentValue":0,"limit":2000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-nano","localizedValue":"Tokens - Per Minute (thousands) - 4.1-nano - GlobalStandard"},"currentValue":0,"limit":5000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1-nano","localizedValue":"Tokens - Per Minute (thousands) - 4.1-nano - DataZoneStandard"},"currentValue":0,"limit":2000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1","localizedValue":"Provisioned - Throughput Unit - gpt-4.1"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1-mini","localizedValue":"Provisioned - Throughput Unit - gpt-4.1-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1-nano","localizedValue":"Provisioned - Throughput Unit - gpt-4.1-nano"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1 - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1 - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1-nano","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1-nano - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1-mini","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1-mini - DataZoneBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1-nano","localizedValue":"Enqueued - tokens (thousands) - GPT-4.1-nano - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5","localizedValue":"Provisioned - Throughput Unit - gpt-5"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-chat-mini","localizedValue":"Provisioned - Throughput Unit - gpt-5-chat-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-switcher","localizedValue":"Provisioned - Throughput Unit - gpt-5-switcher"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o1","localizedValue":"Six - Thousand Tokens Per Minute - o1 - GlobalStandard"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o1","localizedValue":"Provisioned - Throughput Unit - Six Thousand Tokens Per Minute - o1"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.o1-mini","localizedValue":"Ten - Thousand Tokens Per Minute - o1-mini"},"currentValue":0,"limit":50,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o1-mini","localizedValue":"Provisioned - Throughput Unit - Ten Thousand Tokens Per Minute - o1-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o1","localizedValue":"Six - Thousand Tokens Per Minute - o1 - DataZoneStandard"},"currentValue":0,"limit":100,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o3-mini","localizedValue":"Ten - Thousand Tokens Per Minute - o3-mini - GlobalStandard"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o3","localizedValue":"One - Thousand Tokens Per Minute - o3 - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o3","localizedValue":"Enqueued - prompt Ten Thousand Tokens Per Minute - o3 - GlobalBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.o3","localizedValue":"Enqueued - prompt Ten Thousand Tokens Per Minute - o3 - DataZoneBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o3-mini","localizedValue":"Enqueued - Ten Thousand Tokens Per Minute - o3-mini"},"currentValue":0,"limit":1000000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3-mini","localizedValue":"Provisioned - Throughput Unit - o3-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3-pro","localizedValue":"Provisioned - Throughput Unit - o3-pro"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3","localizedValue":"Provisioned - Throughput Unit - o3"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.ProvisionedManaged.o3-2025-04-16","localizedValue":"Provisioned - Throughput Unit - o3-2025-04-16"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o3","localizedValue":"One - Thousand Tokens Per Minute - o3 - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o3-mini","localizedValue":"Ten - Thousand Tokens Per Minute - o3-mini - DataZoneStandard"},"currentValue":0,"limit":200,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o4-mini","localizedValue":"Thousand - Tokens Per Minute - o4-mini - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o4-mini","localizedValue":"Provisioned - Throughput Unit - o4-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.ProvisionedManaged.o4-mini-2025-04-16","localizedValue":"Provisioned - Managed Throughput Unit - o4-mini-2025-04-16"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o4-mini","localizedValue":"Enqueued - tokens (thousands) - o4-mini - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.o4-mini","localizedValue":"Enqueued - tokens (thousands) - o4-mini - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o4-mini","localizedValue":"Thousand - Tokens Per Minute - o4-mini - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.Standard.ada","localizedValue":"Tokens + Throughput Unit - gpt-4o-mini-transcribe"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4o-mini-tts","localizedValue":"Provisioned + Throughput Unit - gpt-4o-mini-tts"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.ada","localizedValue":"Tokens Per Minute (thousands) - Ada"},"currentValue":0,"limit":350,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-ada-code-001","localizedValue":"Tokens Per Minute (thousands) - Code-Search-Ada-Code-001"},"currentValue":0,"limit":350,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-ada-text-001","localizedValue":"Tokens Per Minute (thousands) - Code-Search-Ada-Text-001"},"currentValue":0,"limit":350,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-ada-001","localizedValue":"Tokens @@ -117,21 +73,7 @@ interactions: Per Minute (thousands) - Text-Search-Ada-Query-001"},"currentValue":0,"limit":350,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-similarity-ada-001","localizedValue":"Tokens Per Minute (thousands) - Text-Similarity-Ada-001"},"currentValue":0,"limit":350,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-ada-001","localizedValue":"Dedicated Unit - text-ada-001"},"currentValue":0,"limit":2,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.text-embedding-ada-002-2","localizedValue":"Provisioned - Throughput Unit - text-embedding-ada-002-2"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.babbage","localizedValue":"Tokens - Per Minute (thousands) - Babbage"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-babbage-code-001","localizedValue":"Tokens - Per Minute (thousands) - Code-Search-Babbage-Code-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-babbage-text-001","localizedValue":"Tokens - Per Minute (thousands) - Code-Search-Babbage-Text-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-babbage-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Babbage-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-babbage-doc-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Search-Babbage-Doc-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-babbage-query-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Search-Babbage-Query-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-similarity-babbage-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Similarity-Babbage-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-babbage-001","localizedValue":"Dedicated - Unit - text-babbage-001"},"currentValue":0,"limit":3,"unit":"Count"},{"name":{"value":"OpenAI.Standard.curie","localizedValue":"Tokens - Per Minute (thousands) - Curie"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-curie-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Curie-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-curie-doc-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Search-Curie-Doc-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-curie-query-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Search-Curie-Query-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-similarity-curie-001","localizedValue":"Tokens - Per Minute (thousands) - Text-Similarity-Curie-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-curie-001","localizedValue":"Dedicated - Unit - text-curie-0011"},"currentValue":0,"limit":2,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-davinci-002","localizedValue":"Tokens + Throughput Unit - text-embedding-ada-002-2"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-davinci-002","localizedValue":"Tokens Per Minute (thousands) - Code-Davinci-002"},"currentValue":0,"limit":360,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-davinci-fine-tune-002","localizedValue":"Tokens Per Minute (thousands) - Code-Davinci-Fine-Tune-002"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.davinci","localizedValue":"Tokens Per Minute (thousands) - Davinci"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-davinci-001","localizedValue":"Tokens @@ -145,43 +87,117 @@ interactions: Unit - text-davinci-001"},"currentValue":0,"limit":1,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-davinci-002","localizedValue":"Dedicated Unit - text-davinci-002"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-davinci-003","localizedValue":"Dedicated Unit - text-davinci-003"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-similarity-davinci-001","localizedValue":"Dedicated - Unit - text-similarity-davinci-001"},"currentValue":0,"limit":1,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.text-embedding-3-small","localizedValue":"Provisioned + Unit - text-similarity-davinci-001"},"currentValue":0,"limit":1,"unit":"Count"},{"name":{"value":"OpenAI.Standard.babbage","localizedValue":"Tokens + Per Minute (thousands) - Babbage"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-babbage-code-001","localizedValue":"Tokens + Per Minute (thousands) - Code-Search-Babbage-Code-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.code-search-babbage-text-001","localizedValue":"Tokens + Per Minute (thousands) - Code-Search-Babbage-Text-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-babbage-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Babbage-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-babbage-doc-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Search-Babbage-Doc-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-babbage-query-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Search-Babbage-Query-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-similarity-babbage-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Similarity-Babbage-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-babbage-001","localizedValue":"Dedicated + Unit - text-babbage-001"},"currentValue":0,"limit":3,"unit":"Count"},{"name":{"value":"OpenAI.Standard.curie","localizedValue":"Tokens + Per Minute (thousands) - Curie"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-curie-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Curie-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-curie-doc-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Search-Curie-Doc-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-search-curie-query-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Search-Curie-Query-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Standard.text-similarity-curie-001","localizedValue":"Tokens + Per Minute (thousands) - Text-Similarity-Curie-001"},"currentValue":0,"limit":240,"unit":"Count"},{"name":{"value":"OpenAI.Dedicated.text-curie-001","localizedValue":"Dedicated + Unit - text-curie-0011"},"currentValue":0,"limit":2,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.text-embedding-3-small","localizedValue":"Provisioned Throughput Unit - text-embedding-3-small"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.text-embedding-3-large","localizedValue":"Provisioned Throughput Unit - text-embedding-3-large"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.text-embedding-3-small","localizedValue":"Tokens Per Minute (thousands) - text-embedding-3-small"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.text-embedding-3-large","localizedValue":"Tokens - Per Minute (thousands) - text-embedding-3-large"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.DeepResearch-Mini","localizedValue":"Tokens - Per Minute (thousands) - Deep Research Mini - Provisioned"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.swe-agent","localizedValue":"Provisioned + Per Minute (thousands) - text-embedding-3-large"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o1","localizedValue":"Six + Thousand Tokens Per Minute - o1 - GlobalStandard"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o1","localizedValue":"Provisioned + Throughput Unit - Six Thousand Tokens Per Minute - o1"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Standard.o1-mini","localizedValue":"Ten + Thousand Tokens Per Minute - o1-mini"},"currentValue":0,"limit":50,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o1-mini","localizedValue":"Provisioned + Throughput Unit - Ten Thousand Tokens Per Minute - o1-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o1","localizedValue":"Six + Thousand Tokens Per Minute - o1 - DataZoneStandard"},"currentValue":0,"limit":100,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o3-mini","localizedValue":"Ten + Thousand Tokens Per Minute - o3-mini - GlobalStandard"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o3","localizedValue":"One + Thousand Tokens Per Minute - o3 - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o3","localizedValue":"Enqueued + prompt Ten Thousand Tokens Per Minute - o3 - GlobalBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.o3","localizedValue":"Enqueued + prompt Ten Thousand Tokens Per Minute - o3 - DataZoneBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o3-mini","localizedValue":"Enqueued + Ten Thousand Tokens Per Minute - o3-mini"},"currentValue":0,"limit":1000000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3-mini","localizedValue":"Provisioned + Throughput Unit - o3-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3-pro","localizedValue":"Provisioned + Throughput Unit - o3-pro"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3","localizedValue":"Provisioned + Throughput Unit - o3"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.ProvisionedManaged.o3-2025-04-16","localizedValue":"Provisioned + Throughput Unit - o3-2025-04-16"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o3","localizedValue":"One + Thousand Tokens Per Minute - o3 - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o3-mini","localizedValue":"Ten + Thousand Tokens Per Minute - o3-mini - DataZoneStandard"},"currentValue":0,"limit":200,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.DeepResearch-Mini","localizedValue":"Tokens + Per Minute (thousands) - Deep Research Mini - Provisioned"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o3-deep-research","localizedValue":"Provisioned + Throughput Unit - o3-deep-research"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.5","localizedValue":"Provisioned + Throughput Unit - gpt-4.5"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.swe-agent","localizedValue":"Provisioned Throughput Unit - SWE-agent"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.codex-mini","localizedValue":"Provisioned - Throughput Unit - codex-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-image-1","localizedValue":"Provisioned + Throughput Unit - codex-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.sora","localizedValue":"Provisioned + Throughput Unit - sora"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.o4-mini","localizedValue":"Thousand + Tokens Per Minute - o4-mini - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.o4-mini","localizedValue":"Provisioned + Throughput Unit - o4-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.ProvisionedManaged.o4-mini-2025-04-16","localizedValue":"Provisioned + Managed Throughput Unit - o4-mini-2025-04-16"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.o4-mini","localizedValue":"Enqueued + tokens (thousands) - o4-mini - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.o4-mini","localizedValue":"Enqueued + tokens (thousands) - o4-mini - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.o4-mini","localizedValue":"Thousand + Tokens Per Minute - o4-mini - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1","localizedValue":"Tokens + Per Minute (thousands) - 4.1 - GlobalStandard"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1","localizedValue":"Tokens + Per Minute (thousands) - 4.1 - DataZoneStandard"},"currentValue":0,"limit":300,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1 - GlobalStandard - FineTune"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1 - DeveloperTier - FineTune"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-mini-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1-mini - GlobalStandard - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-mini-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1-mini - DeveloperTier - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-nano-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1-nano - GlobalStandard - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.DeveloperTier.gpt4.1-nano-finetune","localizedValue":"Tokens + Per Minute (thousands) - 4.1-nano - DeveloperTier - FineTune"},"currentValue":0,"limit":500,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-mini","localizedValue":"Tokens + Per Minute (thousands) - 4.1-mini - GlobalStandard"},"currentValue":0,"limit":5000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1-mini","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1-mini - GlobalBatch"},"currentValue":0,"limit":1000000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1-mini","localizedValue":"Tokens + Per Minute (thousands) - 4.1-mini - DataZoneStandard"},"currentValue":0,"limit":2000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalStandard.gpt4.1-nano","localizedValue":"Tokens + Per Minute (thousands) - 4.1-nano - GlobalStandard"},"currentValue":0,"limit":5000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneStandard.gpt4.1-nano","localizedValue":"Tokens + Per Minute (thousands) - 4.1-nano - DataZoneStandard"},"currentValue":0,"limit":2000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1","localizedValue":"Provisioned + Throughput Unit - gpt-4.1"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1-mini","localizedValue":"Provisioned + Throughput Unit - gpt-4.1-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-4.1-nano","localizedValue":"Provisioned + Throughput Unit - gpt-4.1-nano"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1 - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1 - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-4.1-nano","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1-nano - GlobalBatch"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1-mini","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1-mini - DataZoneBatch"},"currentValue":0,"limit":100000,"unit":"Count"},{"name":{"value":"OpenAI.DataZoneBatch.gpt-4.1-nano","localizedValue":"Enqueued + tokens (thousands) - GPT-4.1-nano - DataZoneBatch"},"currentValue":0,"limit":30000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-image-1","localizedValue":"Provisioned Throughput Unit - gpt-image-1"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-image-1p5","localizedValue":"Provisioned Throughput Unit - gpt-image-1p5"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.Internal","localizedValue":"Provisioned - Throughput Unit - Internal"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.chatgpt-agent","localizedValue":"Provisioned + Throughput Unit - Internal"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5","localizedValue":"Provisioned + Throughput Unit - gpt-5"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-chat-mini","localizedValue":"Provisioned + Throughput Unit - gpt-5-chat-mini"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.GlobalBatch.gpt-5","localizedValue":"Enqueued + tokens (thousands) - gpt-5"},"currentValue":0,"limit":200000,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-switcher","localizedValue":"Provisioned + Throughput Unit - gpt-5-switcher"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.chatgpt-agent","localizedValue":"Provisioned Throughput Unit - chatgpt-agent"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.app-berry","localizedValue":"Provisioned - Throughput Unit - Internal"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"AIServices.S0.AccountCount","localizedValue":"Maximum - resources for AIServices S0 sku."},"currentValue":3,"limit":50,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.MaaS","localizedValue":"Default + Throughput Unit - Internal"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-audio","localizedValue":"Provisioned + Throughput Unit - gpt-audio"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-codex","localizedValue":"Provisioned + Throughput Unit - gpt-5-codex"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"OpenAI.Provisioned.gpt-5-pro","localizedValue":"Provisioned + Throughput Unit - gpt-5-pro"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"AIServices.S0.AccountCount","localizedValue":"Maximum + resources for AIServices S0 sku."},"currentValue":3,"limit":100,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.MaaS","localizedValue":"Default Quota for Model-as-a-Service Models"},"currentValue":0,"limit":600,"unit":"Count"},{"name":{"value":"AIServices.Provisioned.MaaS","localizedValue":"Default Quota for Model-as-a-Service Models"},"currentValue":0,"limit":0,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.DeepSeek-R1","localizedValue":"Tokens Per Minute (thousands) - DeepSeek-R1"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.DeepSeek-R1-0528","localizedValue":"Tokens Per Minute (thousands) - DeepSeek-R1-0528"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.DeepSeek-V3-0324","localizedValue":"Tokens Per Minute (thousands) - DeepSeek-V3-0324"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.DeepSeek-V3.1","localizedValue":"Tokens - Per Minute (thousands) - DeepSeek-V3.1"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.gpt-oss-120b","localizedValue":"Tokens + Per Minute (thousands) - DeepSeek-V3.1"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.Llama-4-Maverick-17B-128E-Instruct-FP8","localizedValue":"Tokens + Per Minute (thousands) - Llama-4-Maverick-17B-128E-Instruct-FP8"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.Llama-3.3-70B-Instruct","localizedValue":"Tokens + Per Minute (thousands) - Llama-3.3-70B-Instruct"},"currentValue":0,"limit":250,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.gpt-oss-120b","localizedValue":"Tokens Per Minute (thousands) - gpt-oss-120b"},"currentValue":0,"limit":5000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.MAI-DS-R1","localizedValue":"Tokens Per Minute (thousands) - MAI-DS-R1"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.FLUX-1.1-pro","localizedValue":"Requests - Per Minute - FLUX-1.1-pro"},"currentValue":0,"limit":50,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","localizedValue":"Requests - Per Minute - FLUX.1-Kontext-pro"},"currentValue":0,"limit":100,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.mistral-document-ai-2505","localizedValue":"Requests - Per Minute - mistral-document-ai-2505"},"currentValue":0,"limit":30,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.grok-3","localizedValue":"Tokens + Per Minute - FLUX-1.1-pro"},"currentValue":0,"limit":30,"unit":"Count"},{"name":{"value":"AIServices.DataZoneStandard.FLUX-1.1-pro","localizedValue":"Requests + Per Minute - FLUX-1.1-pro"},"currentValue":0,"limit":30,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.FLUX.1-Kontext-pro","localizedValue":"Requests + Per Minute - FLUX.1-Kontext-pro"},"currentValue":0,"limit":30,"unit":"Count"},{"name":{"value":"AIServices.DataZoneStandard.FLUX.1-Kontext-pro","localizedValue":"Requests + Per Minute - FLUX.1-Kontext-pro"},"currentValue":0,"limit":30,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.mistral-document-ai-2505","localizedValue":"Requests + Per Minute - mistral-document-ai-2505"},"currentValue":0,"limit":60,"unit":"Count"},{"name":{"value":"AIServices.DataZoneStandard.mistral-document-ai-2505","localizedValue":"Default + DataZone Quota for mistral-document-ai-2505"},"currentValue":0,"limit":60,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.grok-3","localizedValue":"Tokens Per Minute (thousands) - grok-3"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.grok-3-mini","localizedValue":"Tokens - Per Minute (thousands) - grok-3-mini"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AccountCount","localizedValue":"Maximum - Resources per Region"},"currentValue":43,"limit":200,"unit":"Count"}]}' + Per Minute (thousands) - grok-3-mini"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.grok-4-fast-reasoning","localizedValue":"Tokens + Per Minute (thousands) - grok-4-fast-reasoning"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AIServices.GlobalStandard.grok-4-fast-non-reasoning","localizedValue":"Tokens + Per Minute (thousands) - grok-4-fast-non-reasoning"},"currentValue":0,"limit":1000,"unit":"Count"},{"name":{"value":"AccountCount","localizedValue":"Maximum + Resources per Region"},"currentValue":35,"limit":200,"unit":"Count"}]}' headers: cache-control: - no-cache content-length: - - '25782' + - '28476' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:56 GMT + - Tue, 28 Oct 2025 14:50:40 GMT expires: - '-1' pragma: @@ -193,13 +209,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '267' + - '395' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/65cc560a-6005-400e-b928-c9893e4de9ae + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/deaadd6d-fb8e-4048-bcdb-3fd558fc83e2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B2D461ED47AC48DEB3102DDDBCCD8C85 Ref B: CO6AA3150217023 Ref C: 2025-09-09T18:18:55Z' + - 'Ref A: 972CB57E89244ACE9EBBDFFB694C8BAC Ref B: MWH011020808034 Ref C: 2025-10-28T14:50:39Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_model.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_model.yaml index b62b7405695..5b1c1efff00 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_model.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_model.yaml @@ -18,32 +18,33 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"26012cde-0000-0d00-0000-68c06f530000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"ca7eb7d33dfd4334a105a682a8523df5","dateCreated":"2025-09-09T18:17:55.0624612Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"0101e54b-0000-0d00-0000-6900d7c40000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"8cc8f886be3d477fb440434e68deff8f","dateCreated":"2025-10-28T14:48:35.6634298Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:54.0972425Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:54.0972425Z"}}' + API":"https://westeurope.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:34.5302104Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:34.5302104Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/7d5b0893-18b7-4ae9-9981-db254f160fd3?api-version=2017-04-18&t=638930386757067807&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=3ppeAtKsnLbx9T7XtVkor8zJRcBha2ihV1gYyzsME3c9CkGB8i4t63TY4EpSTrtV8Ml2lKoVBTqGHcg1mQNRCFIWA66lrKSNHVEwX09GhrZFIhW0kEnVzlyHTUEuetxL2hZd7DjfWSeKuhPSC9D_Q2SIJB1jR_Y-wiUQHI2OBTorYrS54g68rwp3JFnbLN49bltrweieawW6CeNp5wHTpVq6D7RAz4wt3nFwpOkXCkmJuWbqfMnqBWaXUxp6QiRaakOuu5eq7jx941HTzbffrp8KF6JCLGSaSG7WR1fF_WMaJir-5nMOVIuirEuKqAoI0TRi18wkuEVTT29k9AZsug&h=bhf4EA-mra17aOdDCW86HZJmLC6tsaujHCBKjjrXqFk + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/693647e2-13b2-4660-b52a-a64643d56edb?api-version=2017-04-18&t=638972597162802217&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G31G9UoJKHsJVF3HkczaRKAA2D7F3RPQyyTJ9Z6djeLf9MaXXz0rsXmx53mWiUkCPu29Ku0vTqfH07YRa5AssrsvqweVebw-vBLHTBBLm4gyI2KEkng9pVQbJN-3MCFBF-2MFigd6BKo2vHhmH0kdPi68PeU0z_aG6YJ8Fb_9pGvpVdNzL6Nz30XsRHN7Chl1pnkrM_g4UnipoTbevcLAVvhQ3EmTDbLxIfqDhs43tXc17rj-2oG_FVHNX1YuWiO-yB8RKcx3Cpk_ftciZj4rlZcRi-YDHJWpQ6YA3Qem8BwLARE9rKA_quQgzvbvbsnRbJKzUYZlR-RFKFErRITFw&h=XuFmuX1uWWnt48PaPrnFVomNvDiM1CYES7wcLiZK_oU cache-control: - no-cache content-length: - - '4581' + - '4865' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:55 GMT + - Tue, 28 Oct 2025 14:48:35 GMT etag: - - '"26012cde-0000-0d00-0000-68c06f530000"' + - '"0101e54b-0000-0d00-0000-6900d7c40000"' expires: - '-1' pragma: @@ -55,15 +56,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '974' + - '992' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2bac505d-60f4-4173-bc7a-2bdea6fddafa + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/baefae66-4371-46a8-bc3b-21b9c48fd214 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: DFD8BF83E2FB4A99B9FAFB4DC7AEC02E Ref B: CO6AA3150218023 Ref C: 2025-09-09T18:17:53Z' + - 'Ref A: 8E0569DD8CAF43A8A4251B02887A09BB Ref B: MWH011020808036 Ref C: 2025-10-28T14:48:34Z' status: code: 201 message: Created @@ -81,12 +82,62 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/7d5b0893-18b7-4ae9-9981-db254f160fd3?api-version=2017-04-18&t=638930386757067807&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=3ppeAtKsnLbx9T7XtVkor8zJRcBha2ihV1gYyzsME3c9CkGB8i4t63TY4EpSTrtV8Ml2lKoVBTqGHcg1mQNRCFIWA66lrKSNHVEwX09GhrZFIhW0kEnVzlyHTUEuetxL2hZd7DjfWSeKuhPSC9D_Q2SIJB1jR_Y-wiUQHI2OBTorYrS54g68rwp3JFnbLN49bltrweieawW6CeNp5wHTpVq6D7RAz4wt3nFwpOkXCkmJuWbqfMnqBWaXUxp6QiRaakOuu5eq7jx941HTzbffrp8KF6JCLGSaSG7WR1fF_WMaJir-5nMOVIuirEuKqAoI0TRi18wkuEVTT29k9AZsug&h=bhf4EA-mra17aOdDCW86HZJmLC6tsaujHCBKjjrXqFk + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/693647e2-13b2-4660-b52a-a64643d56edb?api-version=2017-04-18&t=638972597162802217&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G31G9UoJKHsJVF3HkczaRKAA2D7F3RPQyyTJ9Z6djeLf9MaXXz0rsXmx53mWiUkCPu29Ku0vTqfH07YRa5AssrsvqweVebw-vBLHTBBLm4gyI2KEkng9pVQbJN-3MCFBF-2MFigd6BKo2vHhmH0kdPi68PeU0z_aG6YJ8Fb_9pGvpVdNzL6Nz30XsRHN7Chl1pnkrM_g4UnipoTbevcLAVvhQ3EmTDbLxIfqDhs43tXc17rj-2oG_FVHNX1YuWiO-yB8RKcx3Cpk_ftciZj4rlZcRi-YDHJWpQ6YA3Qem8BwLARE9rKA_quQgzvbvbsnRbJKzUYZlR-RFKFErRITFw&h=XuFmuX1uWWnt48PaPrnFVomNvDiM1CYES7wcLiZK_oU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/7d5b0893-18b7-4ae9-9981-db254f160fd3","name":"7d5b0893-18b7-4ae9-9981-db254f160fd3","status":"Succeeded","startTime":"2025-09-09T18:17:55Z","endTime":"2025-09-09T18:17:56Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/693647e2-13b2-4660-b52a-a64643d56edb","name":"693647e2-13b2-4660-b52a-a64643d56edb","status":"Creating","startTime":"2025-10-28T14:48:36Z"}' + headers: + cache-control: + - no-cache + content-length: + - '274' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:48:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4963b9ed-d0df-461e-9f58-d99f25c8327d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 741C9B46E083413FACAF61272CB212F7 Ref B: MWH011020808062 Ref C: 2025-10-28T14:48:36Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/693647e2-13b2-4660-b52a-a64643d56edb?api-version=2017-04-18&t=638972597162802217&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G31G9UoJKHsJVF3HkczaRKAA2D7F3RPQyyTJ9Z6djeLf9MaXXz0rsXmx53mWiUkCPu29Ku0vTqfH07YRa5AssrsvqweVebw-vBLHTBBLm4gyI2KEkng9pVQbJN-3MCFBF-2MFigd6BKo2vHhmH0kdPi68PeU0z_aG6YJ8Fb_9pGvpVdNzL6Nz30XsRHN7Chl1pnkrM_g4UnipoTbevcLAVvhQ3EmTDbLxIfqDhs43tXc17rj-2oG_FVHNX1YuWiO-yB8RKcx3Cpk_ftciZj4rlZcRi-YDHJWpQ6YA3Qem8BwLARE9rKA_quQgzvbvbsnRbJKzUYZlR-RFKFErRITFw&h=XuFmuX1uWWnt48PaPrnFVomNvDiM1CYES7wcLiZK_oU + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/operationResults/693647e2-13b2-4660-b52a-a64643d56edb","name":"693647e2-13b2-4660-b52a-a64643d56edb","status":"Succeeded","startTime":"2025-10-28T14:48:36Z","endTime":"2025-10-28T14:48:37Z"}' headers: cache-control: - no-cache @@ -95,7 +146,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:56 GMT + - Tue, 28 Oct 2025 14:49:07 GMT expires: - '-1' pragma: @@ -107,13 +158,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/31e568cb-6fac-4732-951a-cf34035682f5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f78531b7-16a8-4a16-9bac-6e6211ba29bf x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F73B5B34EB294304801F31CBE2131432 Ref B: MWH011020807062 Ref C: 2025-09-09T18:17:55Z' + - 'Ref A: CB22B897BD1E4994B5555C5580237F8C Ref B: CO6AA3150218035 Ref C: 2025-10-28T14:49:07Z' status: code: 200 message: OK @@ -131,30 +182,31 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"26015bde-0000-0d00-0000-68c06f540000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"ca7eb7d33dfd4334a105a682a8523df5","dateCreated":"2025-09-09T18:17:55.0624612Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"01017f4c-0000-0d00-0000-6900d7c50000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"8cc8f886be3d477fb440434e68deff8f","dateCreated":"2025-10-28T14:48:35.6634298Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:54.0972425Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:54.0972425Z"}}' + API":"https://westeurope.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:34.5302104Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:34.5302104Z"}}' headers: cache-control: - no-cache content-length: - - '4582' + - '4866' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:56 GMT + - Tue, 28 Oct 2025 14:49:08 GMT etag: - - '"26015bde-0000-0d00-0000-68c06f540000"' + - '"01017f4c-0000-0d00-0000-6900d7c50000"' expires: - '-1' pragma: @@ -166,11 +218,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2A4FA25011AF419A9D11D30015654FFA Ref B: CO6AA3150219039 Ref C: 2025-09-09T18:17:56Z' + - 'Ref A: A29CD2C96D7C4120B38E8BE5DF13602A Ref B: CO6AA3150219039 Ref C: 2025-10-28T14:49:08Z' status: code: 200 message: OK @@ -188,34 +240,34 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/models?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/models?api-version=2025-09-01 response: body: string: '{"value":[{"format":"OpenAI","name":"dall-e-3","version":"3.0","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Dalle","capacity":{"minimum":100,"maximum":60000,"step":100,"default":300},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"}},{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please + Unit/Hour"}]}],"maxCapacity":2,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true","imageVariations":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdAt":"2023-08-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-08-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/dall-e-3/versions/3.0"},{"format":"OpenAI","name":"code-cushman-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.code-cushman-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","inference":"true"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-001/versions/1"},{"format":"OpenAI","name":"code-cushman-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-cushman-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]}],"maxCapacity":3,"capabilities":{"inference":"false","fineTune":"true","scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"finetuneCapabilities":{"scaleType":"Manual","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2023-02-27T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-cushman-fine-tune-002/versions/1"},{"format":"OpenAI","name":"whisper","version":"001","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.whisper","capacity":{"maximum":9999,"default":3},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1}]}],"maxCapacity":9999,"capabilities":{"scaleType":"Standard","audio":"true"},"deprecation":{"inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-09-14T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-09-14T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/whisper/versions/001"},{"format":"OpenAI","name":"gpt-35-turbo","version":"0301","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2025-02-13T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"e432b4c4-a871-5d8a-a8e3-5c76b48bfc4e","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","completion":"true","chatCompletion":"true","maxTotalToken":"4096"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0301","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}},{"format":"OpenAI","name":"gpt-35-turbo","version":"0613","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"c3725130-44ee-5969-a939-36ccb49562e4","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"4e57bffd-e096-5fb8-9226-92b543d25d6b","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-12-13T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxTotalToken":"4096","scaleType":"Manual,Standard","chatCompletion":"true","assistants":"true"},"deprecation":{"fineTune":"2025-04-30T00:00:00Z","inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-02-13T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}},{"format":"OpenAI","name":"gpt-35-turbo-deucalion","version":"1","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","chatCompletion":"true"},"deprecation":{"fineTune":"2025-06-13T00:00:00Z","inference":"2025-06-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-deucalion/versions/1"},{"format":"OpenAI","name":"gpt-35-turbo","version":"1106","description":"Please upgrade to the latest model version 0125.","isDefaultVersion":false,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"0d748bf2-850b-5d73-9cae-36082a507672","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"0a85172d-3b38-583f-8707-254bcac83a53","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-1106","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/1106","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"gpt-35-turbo","version":"0125","description":"GPT-3.5 models can understand and generate natural language or code. GPT-3.5 Turbo - is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K + is available for use with the Chat Completions API.","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.gpt-35-turbo","capacity":{"maximum":1000000,"default":100},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"c217d0f2-e6e3-5972-bfab-8b64e0d3efa5","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"b5a61130-fd6f-5832-9a24-dd52ed344099","unit":"1K - Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K + Tokens"}]},{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-35-turbo","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-35-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"6eab9096-eb7c-58d2-afdf-6e4e17ca0fbb","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"c0cd4bd1-7c5f-5691-9db2-d8bfa4c835c7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"}},{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"completion":"true","maxContextToken":"16385","maxOutputToken":"4096","FineTuneTokensMaxValuePerExample":"16385","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-28T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-02-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-02-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo/versions/0125","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-09-30T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"gpt-35-turbo-16k","version":"0613","description":"GPT-3.5 models can understand and generate natural language or code. The most capable and cost effective model in the GPT-3.5 family is GPT-3.5 Turbo, which has been optimized for chat and works well for traditional completions tasks as @@ -223,33 +275,33 @@ interactions: Turbo Instruct has similar capabilities to text-davinci-003 using the Completions API instead of the Chat Completions API. We recommend using GPT-3.5 Turbo and GPT-3.5 Turbo Instruct over legacy GPT-3.5 and GPT-3 models.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-35-turbo-16k","capacity":{"minimum":100,"maximum":60000,"step":100,"default":600},"deprecationDate":"2025-05-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please + Unit/Hour"}]}],"maxCapacity":9,"capabilities":{"scaleType":"Manual,Standard","chatCompletion":"true","maxTotalToken":"16384"},"deprecation":{"inference":"2025-04-30T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-35-turbo-16k/versions/0613","replacementConfig":{"targetModelName":"gpt-35-turbo","targetModelVersion":"0125","autoUpgradeStartDate":"2025-04-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":30}},{"format":"OpenAI","name":"gpt-4","version":"0125-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o will meet your needs.","isDefaultVersion":false,"skus":[{"name":"LowPriority","usageName":"OpenAI.LowPriority.gpt-4","capacity":{"maximum":100000,"default":10},"deprecationDate":"2025-05-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-0125","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0125-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"gpt-4","version":"1106-Preview","description":"Please upgrade to the GA version of this model turbo-2024-04-09, or evaluate if gpt-4o will meet your needs.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-05-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","allowProvisionedManagedCommitment":"true"},"deprecation":{"inference":"2025-05-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-11-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-11-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/1106-Preview","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-04-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"gpt-4","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"8192"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}},{"format":"OpenAI","name":"gpt-4","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"8e845da4-2a4b-57d4-84cc-00ac65552ff3","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"48da84db-26f5-5613-85c7-8dc9d0a47bfc","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"maxTotalToken":"8192","chatCompletion":"true","completion":"true","assistants":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2025-06-06T00:00:00Z","inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}},{"format":"OpenAI","name":"gpt-4-32k","version":"0314","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-06T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":50}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-03-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0314","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}},{"format":"OpenAI","name":"gpt-4-32k","version":"0613","description":"GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-32k","capacity":{"minimum":300,"maximum":60000,"step":300,"default":1800},"deprecationDate":"2025-06-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":5}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","maxTotalToken":"32768","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-06-06T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-06-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4-32k/versions/0613","replacementConfig":{"targetModelName":"gpt-4o","targetModelVersion":"2024-11-20","autoUpgradeStartDate":"2025-05-19T00:00:00Z","upgradeOnExpiryLeadTimeDays":18}},{"format":"OpenAI","name":"gpt-4","version":"turbo-2024-04-09","description":"GPT-4 Turbo is a large multimodal model (accepting text or image inputs and generating text) that can solve difficult problems with greater accuracy than any of OpenAI''s previous models. Like GPT-3.5 Turbo, and older GPT-4 models GPT-4 @@ -257,12 +309,12 @@ interactions: latest GA release of GPT-4 Turbo is: \r\n - `gpt-4` Version: `turbo-2024-04-09`\r\n\r\nThis is the replacement for the following preview models:\r\n - `gpt-4` Version: `1106-Preview`\r\n - `gpt-4` Version: `0125-Preview`\r\n - `gpt-4` Version: - `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K + `vision-preview`","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4-turbo-2024-0409","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"ContextToken","meterId":"374e4f66-0df3-54eb-b96b-d0440118e17a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"bd64df46-87c5-58ef-bc6d-c98f44585c76","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4-turbo","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2025-04-30T00:00:00Z","costs":[{"name":"ContextToken","meterId":"e39f3b9a-e92c-5b70-8aec-89888916ad0a","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7ba04d25-9ad9-5dc6-8715-8d4b758a527c","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4-turbo-2024-0409","capacity":{"minimum":300,"maximum":30000,"step":300,"default":900},"deprecationDate":"2025-11-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","assistants":"true","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"true"},"deprecation":{"fineTune":"2025-11-11T00:00:00Z","inference":"2025-11-11T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-04-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4/versions/turbo-2024-04-09","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2025-10-27T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -281,33 +333,33 @@ interactions: Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"89c39508-0281-5139-acf6-53a71ebb4945","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2ca540fa-78b7-5a49-9eab-333fc4ccead3","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o","version":"2024-08-06","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput - format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"c56094a0-b67a-544d-b4aa-c5de8e30ccee","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"3af7b8f7-3c70-5dfc-b8f3-2aaa5bbbb057","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"b74b433f-74d7-563c-8e9b-142cd9a1c1c3","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + format: text + image","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":10},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-02-27T00:00:00Z"},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"5265b7df-dca7-5c7f-a3f1-a2cc71b2997e","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cc76c0d2-ad0d-58be-aea9-179893449506","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"6bb13976-baf2-5a15-a929-d5795c7e82e1","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"2e99da2b-700c-5eee-9ad1-96364d7e3ee6","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14623229-c4b9-59ac-92a8-6748ab5f75d8","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"099e4e69-f951-56f8-a55a-5d9ec850e477","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"da36f4d2-257d-545b-bb2a-6e8acdce777a","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","globalFineTune":"true","assistants":"true","jsonSchemaResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-08-06","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o","version":"2024-05-13-custom","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.\r\ninput format: text + image","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-05-13T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-05-13-custom"},{"format":"OpenAI","name":"gpt-4o-mini","version":"2024-07-18","description":"GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo @@ -324,9 +376,9 @@ interactions: Tokens"},{"name":"NoCachedContextToken","meterId":"b94b7fa1-de11-5fab-b4c5-23594cafa555","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"10112c17-29e8-5407-8369-54a6f6049236","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K + Unit/Hour"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o-mini","capacity":{"maximum":15000000,"default":10},"deprecationDate":"2026-02-27T00:00:00Z","costs":[{"name":"ContextToken","meterId":"a7f57846-ad45-53a0-a468-49ae6e694256","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a93cff74-c3f1-5fa9-9feb-b7d9359036e1","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-02-27T00:00:00Z","inference":"2026-02-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 + Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"16384","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"fineTune":"2026-03-31T00:00:00Z","inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-07-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-08-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini/versions/2024-07-18","replacementConfig":{"targetModelName":"gpt-4.1-mini","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o","version":"2024-11-20","isDefaultVersion":false,"skus":[{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.gpt-4o-2024-11-20","capacity":{"minimum":50,"maximum":30000,"step":50},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 Unit/Hour"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt-4o","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"f74912ad-e08f-52c2-ac80-ff08a231d24d","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"3b569317-30f6-50bf-b0ce-b613336b3dca","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"a0b1288b-fbb7-55d3-a287-d144c1c0da93","unit":"1K @@ -334,108 +386,84 @@ interactions: Tokens"},{"name":"CachedContextToken","meterId":"c6e07641-a53f-5704-85e7-97cab0f371d6","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"9012b96b-7192-57b2-9570-ee3f1a3b1887","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K + Unit/Hour"}]},{"name":"Provisioned_MultiModal","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"Provisioned_Image","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":750,"maximum":150000,"step":750,"default":750},"deprecationDate":"2026-03-01T00:00:00Z"},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4o","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4o","capacity":{"maximum":10000000,"default":10},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"ContextToken","meterId":"741a5f59-fbc6-5fc9-8054-260c9322df29","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"2d957cb0-29d8-569f-bdeb-f6f25a4d01a1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-03-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-12-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2025-11-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","completion":"true","assistants":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2026-03-31T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2024-11-20","replacementConfig":{"targetModelName":"gpt-4.1","targetModelVersion":"2025-04-14","autoUpgradeStartDate":"2026-02-14T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o","version":"2025-02-17","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-02-17"},{"format":"OpenAI","name":"gpt-4o","version":"chatgpt-4o-lm-text-gg","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":1500},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/chatgpt-4o-lm-text-gg"},{"format":"OpenAI","name":"gpt-4o","version":"2025-04-03-hh","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-08-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-22T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o/versions/2025-04-03-hh"},{"format":"OpenAI","name":"gpt-4o-audio-mai","version":"1","description":"GPT-4o + audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-mai","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Tentative"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-23T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-23T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-mai/versions/1"},{"format":"OpenAI","name":"gpt-4o-mini-realtime-preview","version":"2024-12-17","description":"GPT-4o-mini realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false","responses":"true"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17","description":"GPT-4o realtime","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","realtime":"true","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"4096","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-12-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-12-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-realtime","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o-realtime-preview","version":"2024-12-17-mai","description":"gpt-4o-realtime-preview-2024-12-17 + for MAI only","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":100,"maximum":3000,"step":100,"default":100},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview/versions/2024-12-17-mai"},{"format":"OpenAI","name":"gpt-4o-realtime-preview-mai-flight","version":"1","description":"Base + model for future MAI flight audio models","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"true","assistants":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-realtime-preview-mai-flight/versions/1"},{"format":"OpenAI","name":"gpt-4o-canvas","version":"2024-09-25","description":"GPT-4o Canvas","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","jsonObjectResponse":"true","maxContextToken":"128000","maxOutputToken":"4096"},"deprecation":{"inference":"2025-06-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-11-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-11-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-canvas/versions/2024-09-25"},{"format":"OpenAI","name":"gpt-4o-audio-preview","version":"2024-12-17","description":"GPT-4o chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-audio-preview","capacity":{"minimum":100,"maximum":30000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-21T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-21T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio","targetModelVersion":"2025-08-28","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"gpt-4o-mini-audio-preview","version":"2024-12-17","description":"GPT-4o mini chat completions audio","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-audio-preview","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"}},{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"}},{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"}},{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2025-11-13T00:00:00Z","inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-audio-preview/versions/2024-12-17","replacementConfig":{"targetModelName":"gpt-audio-mini","targetModelVersion":"2025-10-06","autoUpgradeStartDate":"2025-10-29T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11"},{"format":"OpenAI","name":"computer-use-preview","version":"2025-03-11-pv3","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":100,"maximum":150000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"true","assistants":"false","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-03-11-pv3"},{"format":"OpenAI","name":"computer-use-preview","version":"2025-04-15","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.CUA","capacity":{"minimum":1,"maximum":300,"step":1,"default":1},"deprecationDate":"2026-01-14T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","assistants":"true","responses":"true"},"deprecation":{"inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/computer-use-preview/versions/2025-04-15"},{"format":"OpenAI","name":"gpt-4o-mini-transcribe","version":"2025-03-20","description":"GPT-4o-mini transcribe","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-transcribe","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2025-10-15T00:00:00Z","inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"6c28b2ca-83ac-500e-b52a-be58629b6c7f","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"40748ba1-1c9c-5b77-92d6-5c3995b1f1e7","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"be1d1065-cbed-5c01-ab8d-da7e47aac247","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"ab6ea520-9be1-5657-b89e-93eaf579095d","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"81eb993a-0f50-54c7-895c-606aa736f603","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"14536a0c-e1bc-5108-b751-e1fd1cdc06ad","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K - Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K - Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K - Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 - + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-10-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-10-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"false","assistants":"false"},"deprecation":{"inference":"2025-11-20T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 - Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"}},{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-transcribe/versions/2025-03-20"},{"format":"OpenAI","name":"gpt-4o-mini-tts","version":"2025-03-20","description":"GPT-4o-mini + TTS","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4o-mini-tts","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","completion":"false","audio":"true","realtime":"true","maxContextToken":"128000","maxOutputToken":"16384"},"deprecation":{"fineTune":"2026-01-14T00:00:00Z","inference":"2026-01-14T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-15T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-15T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-mini-tts/versions/2025-03-20"},{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/ada/versions/1"},{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-ada-001/versions/1"},{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-ada-001/versions/1"},{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-doc-001/versions/1"},{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-ada-query-001/versions/1"},{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-code-001/versions/1"},{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-ada-text-001/versions/1"},{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/1"},{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-ada-002/versions/2"},{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/davinci/versions/1"},{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-001/versions/1"},{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-002/versions/1"},{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-003/versions/1"},{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-davinci-fine-tune-002/versions/1"},{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-002/versions/1"},{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-davinci-fine-tune-002/versions/1"},{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-davinci-001/versions/1"},{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-doc-001/versions/1"},{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-davinci-query-001/versions/1"},{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/babbage/versions/1"},{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-babbage-001/versions/1"},{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-babbage-001/versions/1"},{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-doc-001/versions/1"},{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-babbage-query-001/versions/1"},{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-code-001/versions/1"},{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/code-search-babbage-text-001/versions/1"},{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/curie/versions/1"},{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K + Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-curie-001/versions/1"},{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-similarity-curie-001/versions/1"},{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-doc-001/versions/1"},{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K + Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-search-curie-query-001/versions/1"},{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-small/versions/1"},{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/text-embedding-3-large/versions/1"},{"format":"OpenAI","name":"o1-preview","version":"2024-09-12","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":1000000,"default":10},"rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"4bcd6166-1ca3-5de8-9f1d-3913714a8340","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"ef9d3e2d-2871-5086-9bf9-14f47f5d2683","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"e4d5a485-b540-5472-b368-06e2d7a01637","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}},{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-10-27T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-07-28T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-preview/versions/2024-09-12","replacementConfig":{"targetModelName":"o1","targetModelVersion":"2024-12-17","autoUpgradeStartDate":"2025-07-21T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"o1-mini","version":"2024-09-12","description":"","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.o1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2025-11-17T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"2d22fb04-10b0-5430-b29a-41df970de4ca","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"54035c90-ae81-5b39-ab2b-2a7fc5032864","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"6dd616f9-686b-5c6e-ab76-0c9b095211e9","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-10-27T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-10-27T00:00:00Z","inference":"2025-10-27T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}},{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K + Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1-mini","capacity":{"minimum":200,"maximum":60000,"step":200,"default":600},"deprecationDate":"2025-11-17T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"false"},"deprecation":{"fineTune":"2025-11-17T00:00:00Z","inference":"2025-11-17T00:00:00Z","deprecationStatus":"Planned"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1-mini/versions/2024-09-12","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2025-10-12T00:00:00Z","upgradeOnExpiryLeadTimeDays":15}},{"format":"OpenAI","name":"o1","version":"2024-12-17","description":"","isDefaultVersion":false,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o1","capacity":{"maximum":50000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"NoCachedContextToken","meterId":"006b0c54-5813-5f1d-9173-009b14f46ec7","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"73e11976-5d7c-5c63-ab8a-387e24980d4f","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"06484d38-55c5-5caa-ba6f-b06a08e1c069","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-07-15T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":6000}],"costs":[{"name":"CachedContextToken","meterId":"083fd96a-f2f9-5634-ab3d-72173f6c5be0","unit":"1K @@ -444,7 +472,7 @@ interactions: Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o1","capacity":{"minimum":250,"maximum":150000,"step":250,"default":750},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-07-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"}},{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-07-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-09-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-09-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o1/versions/2024-12-17"},{"format":"OpenAI","name":"o3-mini","version":"2025-01-31","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-02-01T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":10000}],"costs":[{"name":"NoCachedContextToken","meterId":"51e29e50-58b2-5727-8e88-2020da700478","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"d3e83877-7848-5c6d-8558-6b2638d07d4d","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"7782f28b-b5db-50d2-a9c2-7b82c95242b8","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-mini","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 @@ -455,7 +483,7 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"c9aec568-2bce-5d59-9d67-1ee3b9793fe1","unit":"1K Tokens"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-02-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"}},{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","responses":"true","assistants":"true","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-02-01T00:00:00Z","inference":"2026-02-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-01-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-01-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-mini/versions/2025-01-31","replacementConfig":{"targetModelName":"o4-mini","targetModelVersion":"2025-04-16","autoUpgradeStartDate":"2026-01-17T00:00:00Z","upgradeOnExpiryLeadTimeDays":7}},{"format":"OpenAI","name":"o3","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-09T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"542f1545-a7d4-5955-b924-7b425d914a46","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"cdba2b66-198f-53f2-be98-26445ffb778a","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"b3487d01-b63e-5640-81ca-ad61bafaca8c","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3","capacity":{"minimum":250,"maximum":75000,"step":250,"default":750},"deprecationDate":"2026-04-09T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 @@ -466,9 +494,18 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o3","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o3","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K - Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}},{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","reasoningSummary":"true"},"deprecation":{"inference":"2026-04-09T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3/versions/2025-04-16"},{"format":"OpenAI","name":"o3-pro","version":"2025-06-10","description":"o3 Pro","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-18T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}},{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-06-18T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-pro/versions/2025-06-10"},{"format":"OpenAI","name":"o3-deep-research","version":"2025-06-26","description":"Deep + Research","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.o3-deep-research","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-06-26T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-06-26T00:00:00Z","inference":"2026-06-26T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o3-deep-research/versions/2025-06-26"},{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep + Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/DeepResearch-Mini/versions/1"},{"format":"OpenAI","name":"gpt-4.5-preview","version":"2025-02-27","description":"","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.5","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-07-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-02-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-02-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.5-preview/versions/2025-02-27"},{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent/versions/1"},{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-13T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-13T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/SWEAgent-mini/versions/2"},{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/codex-mini/versions/2025-05-16"},{"format":"OpenAI","name":"sora","version":"2025-05-02","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.sora","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":9999,"capabilities":{"videoGenerations":"true"},"deprecation":{"inference":"2026-02-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora/versions/2025-05-02"},{"format":"OpenAI","name":"o4-mini","version":"2025-04-16","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.o4-mini","capacity":{"minimum":750,"maximum":75000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 Unit/Hour"}]},{"name":"ProvisionedManaged","usageName":"OpenAI.ProvisionedManaged.o4-mini-2025-04-16","capacity":{"minimum":25,"maximum":30000,"step":25},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"3ceeea22-b83d-5688-bc68-6da11cee9003","unit":"1 @@ -478,99 +515,127 @@ interactions: Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.o4-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.o4-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"}},{"format":"OpenAI","name":"ada","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"761dac94-ef96-5cf3-a602-76325bb0c976","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-ada-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-similarity-ada-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-ada-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-ada-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-ada-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-ada-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-search-ada-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-search-ada-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-ada-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"762548ff-9525-51a3-bdf0-2d78a0ca9032","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-embedding-ada-002","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-02-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-02-02T00:00:00Z"}},{"format":"OpenAI","name":"text-embedding-ada-002","version":"2","isDefaultVersion":true,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}]},{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-ada-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3f84f116-cc87-5c35-8c4f-1a22b2ee6068","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-ada-002-2","capacity":{"minimum":100,"maximum":30000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2023-04-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T00:00:00Z"}},{"format":"OpenAI","name":"babbage","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"6a3b63d0-52e0-55c3-a0bb-fd19a2916a04","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-babbage-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-similarity-babbage-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-babbage-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-babbage-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-babbage-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-babbage-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-search-babbage-code-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-code-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-search-babbage-text-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-search-babbage-text-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"eab874a8-8bb8-5652-8e6a-4e8e408bd48c","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"curie","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"7c852143-bb12-5cad-aea7-52d5854adb42","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-curie-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-similarity-curie-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-curie-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-curie-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-curie-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-curie-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"3d86bdcb-2872-5ed2-a346-e34ff2cf7bda","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"davinci","version":"1","isDefaultVersion":false,"skus":[],"maxCapacity":3,"capabilities":{"inference":"false","scaleType":"Manual","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-06-14T00:00:00Z","inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-03-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-002","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-01-22T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-davinci-003","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-003","capacity":{"maximum":1000000,"default":60},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"a7032da1-5d7f-583e-adfe-b1d584862427","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-davinci-003","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-30T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-08-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-davinci-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"8c07f5a5-c97f-56c7-8417-e71717010ab6","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","completion":"true","search":"true","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-07-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"code-davinci-fine-tune-002","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.code-davinci-fine-tune-002","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-07-05T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"fineTune":"true","inference":"false","scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"finetuneCapabilities":{"scaleType":"Manual,Standard","completion":"true","FineTuneTokensMaxValuePerExample":"4096","FineTuneTokensMaxValue":"2000000000","maxStandardFinetuneDeploymentCount":"2"},"deprecation":{"fineTune":"2024-07-05T00:00:00Z","inference":"2024-07-05T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-09-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-similarity-davinci-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-similarity-davinci-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]},{"name":"Dedicated","usageName":"OpenAI.Dedicated.text-similarity-davinci-001","capacity":{"minimum":1,"maximum":30},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":1,"count":30}],"costs":[{"name":"TotalToken","meterId":"","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-davinci-doc-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-doc-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-search-davinci-query-001","version":"1","isDefaultVersion":false,"skus":[{"name":"Standard","usageName":"OpenAI.Standard.text-search-davinci-query-001","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2024-06-14T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"90aeb66c-0420-59a6-a7a6-9dae6aa3fdc9","unit":"1K - Tokens"}]}],"maxCapacity":3,"capabilities":{"scaleType":"Manual,Standard","embeddings":"true","embeddingsMaxInputs":"1","inference":"true"},"deprecation":{"inference":"2024-06-14T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdAt":"2022-05-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedAt":"2023-07-06T00:00:00Z"}},{"format":"OpenAI","name":"text-embedding-3-small","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-small","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"15c8ccc9-fa33-5b3c-8bba-91e5b66524a0","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-small","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":20}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}},{"format":"OpenAI","name":"text-embedding-3-large","version":"1","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.text-embedding-3-large","capacity":{"maximum":1000000,"default":120},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":10,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"TotalToken","meterId":"ed182da7-238b-5008-8467-2f6d7d0d3dd7","unit":"1K - Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.text-embedding-3-large","capacity":{"minimum":100,"maximum":100000,"step":100,"default":300},"deprecationDate":"2026-04-30T00:00:00Z","rateLimits":[],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"embeddings":"true","embeddingsMaxInputs":"2048"},"deprecation":{"inference":"2026-04-30T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2024-01-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2024-01-25T00:00:00Z"}},{"format":"OpenAI","name":"DeepResearch-Mini","version":"1","description":"Deep - Research Mini Model","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.DeepResearch-Mini","capacity":{"minimum":100,"maximum":100000,"step":100,"default":100},"deprecationDate":"2026-04-24T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1000}],"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"fineTune":"2026-04-24T00:00:00Z","inference":"2026-04-24T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-24T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-24T00:00:00Z"}},{"format":"OpenAI","name":"SWEAgent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-08-01T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-03-05T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-03-05T00:00:00Z"}},{"format":"OpenAI","name":"SWEAgent-mini","version":"2","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.swe-agent","capacity":{"minimum":100,"maximum":10000,"step":100,"default":100},"deprecationDate":"2025-11-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true"},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-09T00:00:00Z"}},{"format":"OpenAI","name":"codex-mini","version":"2025-05-16","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.codex-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2026-06-19T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-19T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-19T00:00:00Z"}},{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2025-10-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"}},{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"}},{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}},{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}},{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}},{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"}},{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}},{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}},{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"}},{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"}},{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"}},{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}},{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}},{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2025-11-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}},{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"}},{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"}},{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2025-11-30T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"}},{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 - Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"}}]}' + Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false","FineTuneTokensMaxValuePerExample":"131072","FineTuneTokensMaxValue":"2000000000","area":"EUR","reasoningSummary":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/o4-mini/versions/2025-04-16"},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","area":"EUR","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14"},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-text","description":"","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":100,"step":1,"default":1},"deprecationDate":"2026-06-20T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2026-06-20T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-text"},{"format":"OpenAI","name":"gpt-4.1-mini","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-mini","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-mini","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-mini","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"globalFineTune":"true","FineTuneTokensMaxValuePerExample":"65536","FineTuneTokensMaxValue":"2000000000","chatCompletion":"true","area":"EUR","responses":"true","assistants":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-mini/versions/2025-04-14"},{"format":"OpenAI","name":"gpt-4.1-nano","version":"2025-04-14","description":"","isDefaultVersion":true,"skus":[{"name":"GlobalStandard","usageName":"OpenAI.GlobalStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"},{"name":"CachedContextToken","meterId":"f82c8e5b-57a9-560b-a145-6e1e04753acb","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"1effcc69-0db0-5dac-bae3-2c535666a69a","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"23ecd3a3-fb6d-5e97-8366-7d85b9a570bc","unit":"1K + Tokens"}]},{"name":"DataZoneStandard","usageName":"OpenAI.DataZoneStandard.gpt4.1-nano","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","rateLimits":[{"key":"request","renewalPeriod":60,"count":1},{"key":"token","renewalPeriod":60,"count":1000}],"costs":[{"name":"CachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedLongContextContextToken","meterId":"","unit":"1K + Tokens"},{"name":"LongContextGeneratedToken","meterId":"","unit":"1K Tokens"},{"name":"CachedContextToken","meterId":"","unit":"1K + Tokens"},{"name":"NoCachedContextToken","meterId":"","unit":"1K Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K + Tokens"}]},{"name":"DataZoneProvisionedManaged","usageName":"OpenAI.DataZoneProvisionedManaged","capacity":{"minimum":15,"maximum":100000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"43c4cdca-7dcf-5502-ad69-aecaa0229167","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1-nano","capacity":{"minimum":750,"maximum":30000,"step":750,"default":750},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]},{"name":"DataZoneBatch","usageName":"OpenAI.DataZoneBatch.gpt-4.1-nano","capacity":{"maximum":75000000,"default":10},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","area":"EUR","responses":"true","assistants":"true","globalFineTune":"true","FineTuneTokensMaxValuePerExample":"32768","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1-nano/versions/2025-04-14"},{"format":"OpenAI","name":"gpt-4.1","version":"2025-04-14-mi300","description":"MI300 + + EV2 for M365","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-4.1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-04-11T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"fineTune":"2026-04-11T00:00:00Z","inference":"2026-04-11T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-11T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-11T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4.1/versions/2025-04-14-mi300"},{"format":"OpenAI","name":"gpt-image-1","version":"2025-04-15","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"true"},"deprecation":{"inference":"2026-01-31T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-04-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-04-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1/versions/2025-04-15"},{"format":"OpenAI","name":"gpt-image-1p5","version":"2025-08-26","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-image-1p5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"inference":"true","imageGenerations":"true","imageEdits":"false"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-image-1p5/versions/2025-08-26"},{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-01","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-01/versions/latest"},{"format":"OpenAI","name":"gpt-4o-rai-safety-m4-textonly-2025-05-29","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-rai-safety-m4-textonly-2025-05-29/versions/latest"},{"format":"OpenAI","name":"cot-input-classifier-v5-1-1-no-audio","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-input-classifier-v5-1-1-no-audio/versions/latest"},{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-04-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-04-11/versions/latest"},{"format":"OpenAI","name":"cotea-input-safety-classifier-small-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-small-2025-06-16/versions/latest"},{"format":"OpenAI","name":"hascot-output-safety-classifier-small-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-small-2025-04-16/versions/latest"},{"format":"OpenAI","name":"berry-cot-no-audio-output-leak-clf-2024-09-05","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/berry-cot-no-audio-output-leak-clf-2024-09-05/versions/latest"},{"format":"OpenAI","name":"hascot-output-safety-classifier-2025-04-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-output-safety-classifier-2025-04-16/versions/latest"},{"format":"OpenAI","name":"cot-summarizer-2025-03-11","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-05-09T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-05-09T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-03-11/versions/latest"},{"format":"OpenAI","name":"cot-summarizer-2025-05-27","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-20T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-20T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-05-27/versions/latest"},{"format":"OpenAI","name":"cot-summarizer-2025-06-16","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-06-26T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-06-26T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cot-summarizer-2025-06-16/versions/latest"},{"format":"OpenAI","name":"gpt-4o-imagen-image-size-classifier-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-image-size-classifier-2025-04-15/versions/latest"},{"format":"OpenAI","name":"gpt-4o-imagen-safety-m4-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-m4-2025-04-15/versions/latest"},{"format":"OpenAI","name":"gpt-4o-imagen-safety-2025-04-15","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-safety-2025-04-15/versions/latest"},{"format":"OpenAI","name":"safety-sb-nv4-os4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-nv4-os4-rc-small/versions/latest"},{"format":"OpenAI","name":"gpt-4o-imagen-cond-dec-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-cond-dec-rc-2025-07-21/versions/latest"},{"format":"OpenAI","name":"gpt-4o-imagen-vq-enc-rc-2025-07-21","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-4o-imagen-vq-enc-rc-2025-07-21/versions/latest"},{"format":"OpenAI","name":"gpt4o-imagegen1p5-im-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-im-dec-rc-2025-08-26/versions/latest"},{"format":"OpenAI","name":"gpt4o-imagegen1p5-part-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-part-dec-rc-2025-08-26/versions/latest"},{"format":"OpenAI","name":"gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26","version":"latest","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt4o-imagegen1p5-rgba-dec-rc-2025-08-26/versions/latest"},{"format":"OpenAI","name":"cotea-input-safety-classifier-2025-05-01-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/cotea-input-safety-classifier-2025-05-01-dev/versions/latest"},{"format":"OpenAI","name":"hascot-vv06-output-safety-classifier-2025-05-05-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/hascot-vv06-output-safety-classifier-2025-05-05-dev/versions/latest"},{"format":"OpenAI","name":"safety-m4-bio-v10-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-dev/versions/latest"},{"format":"OpenAI","name":"safety-m4-v1-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-v1-rc-small/versions/latest"},{"format":"OpenAI","name":"gpt-5-safety-safeberry-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-safeberry-bioweapon-classifier-dev/versions/latest"},{"format":"OpenAI","name":"gpt-5-safety-bioweapon-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-bioweapon-classifier-dev/versions/latest"},{"format":"OpenAI","name":"gpt-5-safety-input-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-input-classifier-dev/versions/latest"},{"format":"OpenAI","name":"gpt-5-safety-output-classifier-dev","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-31T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-31T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-safety-output-classifier-dev/versions/latest"},{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc/versions/latest"},{"format":"OpenAI","name":"safety-m4-input-cotea-v8-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-input-cotea-v8-rc-small/versions/latest"},{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc/versions/latest"},{"format":"OpenAI","name":"safety-m4-output-hascot-v6-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-output-hascot-v6-rc-small/versions/latest"},{"format":"OpenAI","name":"safety-m4-bio-v10-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc/versions/latest"},{"format":"OpenAI","name":"safety-m4-bio-v10-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-m4-bio-v10-rc-small/versions/latest"},{"format":"OpenAI","name":"safety-sb-bio-nv4-rc","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-04T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-04T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc/versions/latest"},{"format":"OpenAI","name":"safety-sb-bio-nv4-rc-small","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/safety-sb-bio-nv4-rc-small/versions/latest"},{"format":"OpenAI","name":"sora-gw-scratch-multiscene-v2-0923","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-17T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-17T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/sora-gw-scratch-multiscene-v2-0923/versions/latest"},{"format":"OpenAI","name":"custom-model","version":"latest","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","inference":"true","imageGenerations":"true","imageEdits":"true","jsonObjectResponse":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/custom-model/versions/latest"},{"format":"OpenAI","name":"gpt-5-switcher","version":"gpt-5-switcher-2025-06-17-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","jsonSchemaResponse":"true","allowProvisionedManagedCommitment":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher/versions/gpt-5-switcher-2025-06-17-dev"},{"format":"OpenAI","name":"gpt-5-switcher-mm-capability","version":"0805v2","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-mm-capability/versions/0805v2"},{"format":"OpenAI","name":"gpt-5-nano","version":"gpt-5-nano-2025-06-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/gpt-5-nano-2025-06-25-dev"},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-06-27-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-06-27-dev"},{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-05-31-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-05-31-dev"},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-08-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-08-dev"},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-14-dev"},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-07-21-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-07-21-dev"},{"format":"OpenAI","name":"gpt-5-mini-shortco","version":"2025-07-10-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini-shortco/versions/2025-07-10-dev"},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-14-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-10T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-14-dev"},{"format":"OpenAI","name":"gpt-5-reasoning-shortco","version":"2025-07-28-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-shortco/versions/2025-07-28-dev"},{"format":"OpenAI","name":"gpt-5-reasoning-alpha","version":"2025-07-25-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-09-22T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-09-22T00:00:00Z"},"lifecycleStatus":"Deprecated","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-07-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-07-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-alpha/versions/2025-07-25-dev"},{"format":"OpenAI","name":"gpt-5-reasoning-mini-shortco","version":"2025-07-29-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-01T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-01T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-reasoning-mini-shortco/versions/2025-07-29-dev"},{"format":"OpenAI","name":"gpt-5-chat-shortco","version":"2025-08-07-dev","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.Internal","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2099-06-01T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-03T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-03T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-shortco/versions/2025-08-07-dev"},{"format":"OpenAI","name":"gpt-5","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"defbc4b5-293c-5481-89dc-9017183ec9ef","unit":"1 + Unit/Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]},{"name":"GlobalBatch","usageName":"OpenAI.GlobalBatch.gpt-5","capacity":{"maximum":1000000,"default":10},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"ContextToken","meterId":"","unit":"1K + Tokens"},{"name":"GeneratedToken","meterId":"","unit":"1K Tokens"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true","FineTuneTokensMaxValuePerExample":"196608","FineTuneTokensMaxValue":"2000000000"},"deprecation":{"fineTune":"2026-08-08T00:00:00Z","inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5/versions/2025-08-07"},{"format":"OpenAI","name":"gpt-5-nano","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-nano/versions/2025-08-07"},{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"completion":"true","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2025-11-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-07"},{"format":"OpenAI","name":"gpt-5-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"GlobalProvisionedManaged","usageName":"OpenAI.GlobalProvisionedManaged","capacity":{"minimum":15,"maximum":30000,"step":5},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"","unit":"1 + Hour"}]},{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-08-08T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"area":"EUR","chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-07T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-mini/versions/2025-08-07"},{"format":"OpenAI","name":"gpt-5-switcher-intent","version":"2025-07-25","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-intent/versions/2025-07-25"},{"format":"OpenAI","name":"gpt-5-switcher-capability-mm","version":"2025-08-05","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-switcher","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":1000,"capabilities":{"chatCompletion":"true","completion":"true","responses":"true"},"deprecation":{"inference":"2030-11-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-08T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-08T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-switcher-capability-mm/versions/2025-08-05"},{"format":"OpenAI","name":"gpt-5-chat-mini","version":"2025-08-07","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-chat-mini","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-11-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-08-08T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-07T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-07T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat-mini/versions/2025-08-07"},{"format":"OpenAI","name":"chatgpt-agent","version":"1","isDefaultVersion":true,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.chatgpt-agent","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true"},"deprecation":{"inference":"2099-06-01T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-18T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-18T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/chatgpt-agent/versions/1"},{"format":"OpenAI","name":"appberry","version":"2025-04-23","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.app-berry","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"false","responses":"true"},"deprecation":{"inference":"2030-01-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-25T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-25T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/appberry/versions/2025-04-23"},{"format":"OpenAI","name":"gpt-audio","version":"2025-08-28","description":"gpt-audio-2025-08-28","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-audio","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","completion":"false","realtime":"false","jsonObjectResponse":"false","assistants":"false","maxContextToken":"128000","maxOutputToken":"16384","allowProvisionedManagedCommitment":"false"},"deprecation":{"fineTune":"2026-09-01T00:00:00Z","inference":"2026-09-01T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-28T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-28T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-audio/versions/2025-08-28"},{"format":"OpenAI","name":"gpt-5-chat","version":"2025-08-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2025-12-15T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"false"},"deprecation":{"inference":"2025-12-15T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-08-29T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-08-29T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-08-15"},{"format":"OpenAI","name":"gpt-5-codex","version":"2025-09-15","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-codex","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true"},"deprecation":{"inference":"2026-09-15T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-09-12T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-09-12T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-codex/versions/2025-09-15"},{"format":"OpenAI","name":"gpt-5-chat","version":"2025-10-03","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"deprecationDate":"2026-01-03T00:00:00Z","costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"chatCompletion":"true","responses":"true","assistants":"true"},"deprecation":{"inference":"2026-01-03T00:00:00Z"},"lifecycleStatus":"Preview","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-02T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-02T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-chat/versions/2025-10-03"},{"format":"OpenAI","name":"gpt-5-pro","version":"2025-10-06","isDefaultVersion":false,"skus":[{"name":"Provisioned","usageName":"OpenAI.Provisioned.gpt-5-pro","capacity":{"minimum":1,"maximum":1000,"step":1,"default":1},"costs":[{"name":"Hosting","meterId":"6e423a39-5bb4-58e1-8d9d-6b9f5596bc0e","unit":"1 + Unit/Hour"}]}],"maxCapacity":3,"capabilities":{"responses":"true","assistants":"true"},"deprecation":{"inference":"2026-10-06T00:00:00Z"},"lifecycleStatus":"GenerallyAvailable","systemData":{"createdBy":"Microsoft","createdByType":"Application","createdAt":"2025-10-06T00:00:00Z","lastModifiedBy":"Microsoft","lastModifiedByType":"Application","lastModifiedAt":"2025-10-06T00:00:00Z"},"modelCatalogAssetId":"azureml://registries/azure-openai/models/gpt-5-pro/versions/2025-10-06"}]}' headers: cache-control: - no-cache content-length: - - '154430' + - '185144' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:17:57 GMT + - Tue, 28 Oct 2025 14:49:09 GMT expires: - '-1' pragma: @@ -582,13 +647,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '259' + - '239' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ed662907-1aec-432f-8be3-5ce1763ca7b5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b296e6f2-588c-4b17-b6a7-17f0835d31b6 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0C432DA1E4004F3AA49E3F5757F81DDD Ref B: MWH011020807034 Ref C: 2025-09-09T18:17:57Z' + - 'Ref A: DF93C118A73840678F370AD3E0C42C6E Ref B: MWH011020808031 Ref C: 2025-10-28T14:49:08Z' status: code: 200 message: OK @@ -608,9 +673,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -620,7 +685,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:18:00 GMT + - Tue, 28 Oct 2025 14:49:12 GMT expires: - '-1' pragma: @@ -632,15 +697,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '135' + - '114' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6eb728a9-1774-4119-8ca6-28abb7db91cb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/45740d4c-08f2-45cf-99bc-4da460c6ab07 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 236638739A0F422E8C7DA5D03ABF6D95 Ref B: MWH011020807040 Ref C: 2025-09-09T18:17:58Z' + - 'Ref A: C1EBAEB739BA46D1BC93140F60AEB99A Ref B: MWH011020806031 Ref C: 2025-10-28T14:49:09Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_network_rules.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_network_rules.yaml index 848e7017116..827e2b82bef 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_network_rules.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_network_rules.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_cognitiveservices_network_rules","date":"2025-09-09T18:18:01Z","module":"cognitiveservices"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_cognitiveservices_network_rules","date":"2025-10-28T14:49:12Z","module":"cognitiveservices"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:03 GMT + - Tue, 28 Oct 2025 14:49:14 GMT expires: - '-1' pragma: @@ -41,7 +41,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8140B793D6F44648A4A74354CC40F636 Ref B: CO6AA3150219019 Ref C: 2025-09-09T18:18:03Z' + - 'Ref A: 2F64A4E34C204DCAACC3E4BD4B24B900 Ref B: CO6AA3150218045 Ref C: 2025-10-28T14:49:14Z' status: code: 200 message: OK @@ -64,17 +64,17 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"a45bac26-f6c4-4b06-908d-fe1a537c515f\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Updating","resourceGuid":"7eba17d7-7b3d-4b73-8651-6234cb05908f","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"b2f3d831-7897-4b3e-8096-89f3c3368b30\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Updating","resourceGuid":"99d8fef4-9148-460f-a4ed-c96ccf45c7d5","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/416b02d0-fb30-46f0-a7b7-76c9c5fd6c4f?api-version=2024-07-01&t=638930386844999028&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=QRszNnmmJ9dR4oK8IjGX9zyaeE88YDfju1Px_xfxKokMaYGpUiV_DyRgmhTcRymu2MAAeS3UIJepJob7ln4DLlsWdHiaU7kWpil6AFvoPq9rHAZlym7XKXyLYihC6tzMpFur0nbcFheS3Lw8G_GHdX7vvG904jqc5baH7AxcmMnmT55vHethnXdveePwAl3AzNysDXr5yELSDP881MbCTKTkA4CLHjFFea8t6nvXDUVQy04cwdyqkmbVBRkVgAIDySmLx4FlyKpjXH2QZAm752n7rOQ1cx6VaN0kLTOzng1dHGkGRzIjl2zckaTVf3cllyBeYP61SnfzmeZZcvLhLw&h=iclSIFu002O0_m5x0ThNLpEYfVVrKByWccKLvQqFvlM + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9ae34dc-895e-4e1e-96b0-cdd8fc31e024?api-version=2024-07-01&t=638972597555058612&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Ata_lrbW6WHOEeW45biBt49-5V2uqktOdNDz0vn7tT_ow6x1fqbv3v_ZkaZNepgDUP2YJppHhgWAtEM4C5xkVTW3xx_ePmU-IPIsDipGXsxeePKI0SCImlw2Gg03TkPSKsFVfIb6yxnVDlKSQEg0zJF2WQat_QuqbV027XmpVjh7n31cqrHTZfmyW0SYdKKpOoFG_dB6rhB_qAaNgYaSNcsBXKE1rK_9E8507nbqssKJxciK5_tmXiQZv7UwQRPUjZSDuZGuoZmnvCYxhzxKCHR289MXcMTGbdzb_3zSZMDaZ71YeweiPgR6o1ZECLDakUkJ3uIrDUssz8rbgqrS5A&h=X6FXM7ioOgBi-9nbM-L5kMY_R5GtYJok1q26-aMXIaM cache-control: - no-cache content-length: @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:04 GMT + - Tue, 28 Oct 2025 14:49:14 GMT expires: - '-1' pragma: @@ -94,18 +94,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 201d6d49-80f7-4566-a39f-60e1b2acf6da + - c43d6561-edee-4791-991a-d9214ff8a4ec x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b772306d-6385-46b5-89cd-b00904f26c12 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c684b16a-51fd-4a0b-8726-68ed1a26b88b x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 385F01398D0B4D11AD3059161071727B Ref B: CO6AA3150219047 Ref C: 2025-09-09T18:18:03Z' + - 'Ref A: B58F6E0E00BC4980BDCDC2DB759BF079 Ref B: MWH011020807034 Ref C: 2025-10-28T14:49:15Z' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -120,9 +120,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/416b02d0-fb30-46f0-a7b7-76c9c5fd6c4f?api-version=2024-07-01&t=638930386844999028&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=QRszNnmmJ9dR4oK8IjGX9zyaeE88YDfju1Px_xfxKokMaYGpUiV_DyRgmhTcRymu2MAAeS3UIJepJob7ln4DLlsWdHiaU7kWpil6AFvoPq9rHAZlym7XKXyLYihC6tzMpFur0nbcFheS3Lw8G_GHdX7vvG904jqc5baH7AxcmMnmT55vHethnXdveePwAl3AzNysDXr5yELSDP881MbCTKTkA4CLHjFFea8t6nvXDUVQy04cwdyqkmbVBRkVgAIDySmLx4FlyKpjXH2QZAm752n7rOQ1cx6VaN0kLTOzng1dHGkGRzIjl2zckaTVf3cllyBeYP61SnfzmeZZcvLhLw&h=iclSIFu002O0_m5x0ThNLpEYfVVrKByWccKLvQqFvlM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9ae34dc-895e-4e1e-96b0-cdd8fc31e024?api-version=2024-07-01&t=638972597555058612&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Ata_lrbW6WHOEeW45biBt49-5V2uqktOdNDz0vn7tT_ow6x1fqbv3v_ZkaZNepgDUP2YJppHhgWAtEM4C5xkVTW3xx_ePmU-IPIsDipGXsxeePKI0SCImlw2Gg03TkPSKsFVfIb6yxnVDlKSQEg0zJF2WQat_QuqbV027XmpVjh7n31cqrHTZfmyW0SYdKKpOoFG_dB6rhB_qAaNgYaSNcsBXKE1rK_9E8507nbqssKJxciK5_tmXiQZv7UwQRPUjZSDuZGuoZmnvCYxhzxKCHR289MXcMTGbdzb_3zSZMDaZ71YeweiPgR6o1ZECLDakUkJ3uIrDUssz8rbgqrS5A&h=X6FXM7ioOgBi-9nbM-L5kMY_R5GtYJok1q26-aMXIaM response: body: string: '{"status":"InProgress"}' @@ -134,7 +134,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:04 GMT + - Tue, 28 Oct 2025 14:49:15 GMT expires: - '-1' pragma: @@ -146,16 +146,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4645cc50-d5e1-4694-91d9-04c7050061b2 + - 204d3e14-a01d-4e62-a8c4-6fdf3e84c25b x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/671c4a77-93e1-473a-871d-41035331ae90 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/278b8fd3-2641-4b9a-af8f-d4218c09ea51 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: 7FD8D283DB214C1684EFC08BA62BB5B4 Ref B: CO6AA3150217011 Ref C: 2025-09-09T18:18:04Z' + - 'Ref A: FD12981A6C6146DEAB570DB890B533DA Ref B: MWH011020806062 Ref C: 2025-10-28T14:49:15Z' status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -170,9 +170,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/416b02d0-fb30-46f0-a7b7-76c9c5fd6c4f?api-version=2024-07-01&t=638930386844999028&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=QRszNnmmJ9dR4oK8IjGX9zyaeE88YDfju1Px_xfxKokMaYGpUiV_DyRgmhTcRymu2MAAeS3UIJepJob7ln4DLlsWdHiaU7kWpil6AFvoPq9rHAZlym7XKXyLYihC6tzMpFur0nbcFheS3Lw8G_GHdX7vvG904jqc5baH7AxcmMnmT55vHethnXdveePwAl3AzNysDXr5yELSDP881MbCTKTkA4CLHjFFea8t6nvXDUVQy04cwdyqkmbVBRkVgAIDySmLx4FlyKpjXH2QZAm752n7rOQ1cx6VaN0kLTOzng1dHGkGRzIjl2zckaTVf3cllyBeYP61SnfzmeZZcvLhLw&h=iclSIFu002O0_m5x0ThNLpEYfVVrKByWccKLvQqFvlM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9ae34dc-895e-4e1e-96b0-cdd8fc31e024?api-version=2024-07-01&t=638972597555058612&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Ata_lrbW6WHOEeW45biBt49-5V2uqktOdNDz0vn7tT_ow6x1fqbv3v_ZkaZNepgDUP2YJppHhgWAtEM4C5xkVTW3xx_ePmU-IPIsDipGXsxeePKI0SCImlw2Gg03TkPSKsFVfIb6yxnVDlKSQEg0zJF2WQat_QuqbV027XmpVjh7n31cqrHTZfmyW0SYdKKpOoFG_dB6rhB_qAaNgYaSNcsBXKE1rK_9E8507nbqssKJxciK5_tmXiQZv7UwQRPUjZSDuZGuoZmnvCYxhzxKCHR289MXcMTGbdzb_3zSZMDaZ71YeweiPgR6o1ZECLDakUkJ3uIrDUssz8rbgqrS5A&h=X6FXM7ioOgBi-9nbM-L5kMY_R5GtYJok1q26-aMXIaM response: body: string: '{"status":"Succeeded"}' @@ -184,7 +184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:49:26 GMT expires: - '-1' pragma: @@ -196,16 +196,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9f710a68-b699-4693-965a-2b5ca829a8ef + - 8261f92a-c1d9-4430-9f18-c4e04e415c06 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/467490b2-15b6-43e9-8abc-4346dbe98fa6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/146dd35f-ee80-433a-96f9-3ef865adf6ff x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 090CA8E1763E42149ABD600CC8AE3942 Ref B: MWH011020806025 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: F92B05249A604C978108F1BDC77A7399 Ref B: MWH011020809042 Ref C: 2025-10-28T14:49:26Z' status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -220,12 +220,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"ffd61845-9c6b-47a4-8742-9ff0ad7e3d61\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"7eba17d7-7b3d-4b73-8651-6234cb05908f","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"8905cefd-9c51-47ba-9f7c-27e18271c908\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"99d8fef4-9148-460f-a4ed-c96ccf45c7d5","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: cache-control: - no-cache @@ -234,9 +234,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:15 GMT + - Tue, 28 Oct 2025 14:49:26 GMT etag: - - W/"ffd61845-9c6b-47a4-8742-9ff0ad7e3d61" + - W/"8905cefd-9c51-47ba-9f7c-27e18271c908" expires: - '-1' pragma: @@ -248,14 +248,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4231a100-d3aa-45fb-b663-80ea89bc093b + - b3082cbc-0017-4246-825f-329e04ff731f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E23D1F2678CA4C659135C1CE444CD5EC Ref B: MWH011020809034 Ref C: 2025-09-09T18:18:15Z' + - 'Ref A: FF410A3D6AAB41EC91A90C7FC1F91800 Ref B: CO6AA3150217033 Ref C: 2025-10-28T14:49:26Z' status: code: 200 - message: '' + message: OK - request: body: '{"name": "default", "properties": {"addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}}' @@ -275,17 +275,17 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"566b2057-9108-4554-9dd6-91a287d8ee8b\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"e27419e7-69d8-4fb0-99f3-a7eaae9b43a3\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/45b80aa8-1a70-4d2d-afcb-06a416d47861?api-version=2024-07-01&t=638930386963924969&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=WjU5tvjQiWbIMCmR8t6NgPSDZJNFAG8oYf2p7LqnExIDNvOGbLEoQtiqbYDDXfgm6yb2JHQfjiFNw9dsWfv62w06h-Hqf_n8UFC9fcvL8IV3sB_qgYTvZUXYEiQzGwEN7XVv53GHWWJ9tSHqj3WiMvQu4yXn8Eol6QEhKdjVl9Att7Powg9C0x9GRrYQmFI4yNkomJSANWC3B-f7QSgyBGeDRPWjZogk-i4N-iUIFcwsn11q92amJDb7WrNAh8fdtrcYbLbJjGYaUt5wgF3Ixgmal6wvjg_ld1ky3UV5fh2US6kurGwPK3-y0fzQc8TKCgWz7Djl0lGF29pYU7pA9w&h=ogliQlc2RJRDCht3X1ZAa0iAIo3KUaJOzcE-2I7Y3MA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/104718a5-4250-4888-b8f9-06bbe5a7414b?api-version=2024-07-01&t=638972597670726630&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=w9yjrTUTJzv2BbR6BK7GSbmLIKhTwq37-IKftBndizDrNGffEFcSVF8Gib1KPh8GPLpq14fPhcezupcHVlFYwFZHJoiFOsQlyt8O-glUq8a-DnN8N2X_hTfmLUaVPgjb1vrewO7HL7TD7h2EkmuJHlDOz1ZQr0oxmj-LGMafclr5wNUJo-p54X2p4vaEck8de94fYGLbr8eRWb3ZRS4dgZmXReGaJIjankbQzYQ_fh5RT9HfSxlXNqQop-rsNSgrR205yex0CQQz8rjK2x8aRi42NWb9J6KfycTqcJ8NkmdKMo4Buoo_pBGkhp4i3Cvf41leLAWLhhNm-LudfcrI6w&h=7urQP1EnCPtP8wxO5TAJr72IGfFd0QxNLjzMgmNPrM8 cache-control: - no-cache content-length: @@ -293,7 +293,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:49:26 GMT expires: - '-1' pragma: @@ -305,18 +305,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c5f19ee7-66b7-406d-baa2-c01aae0d8d48 + - a8989ec2-2b3b-4729-ba1f-bb6d979a8837 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b5671699-eee1-4a62-80db-7a13979a5392 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/829640dd-9590-47f8-bf63-452699521824 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0F374852F71B4B21BF7B75B928B8C460 Ref B: CO6AA3150218021 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: A1B4666BD3A2443482F070DC4693D830 Ref B: CO6AA3150220021 Ref C: 2025-10-28T14:49:26Z' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -331,9 +331,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/45b80aa8-1a70-4d2d-afcb-06a416d47861?api-version=2024-07-01&t=638930386963924969&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=WjU5tvjQiWbIMCmR8t6NgPSDZJNFAG8oYf2p7LqnExIDNvOGbLEoQtiqbYDDXfgm6yb2JHQfjiFNw9dsWfv62w06h-Hqf_n8UFC9fcvL8IV3sB_qgYTvZUXYEiQzGwEN7XVv53GHWWJ9tSHqj3WiMvQu4yXn8Eol6QEhKdjVl9Att7Powg9C0x9GRrYQmFI4yNkomJSANWC3B-f7QSgyBGeDRPWjZogk-i4N-iUIFcwsn11q92amJDb7WrNAh8fdtrcYbLbJjGYaUt5wgF3Ixgmal6wvjg_ld1ky3UV5fh2US6kurGwPK3-y0fzQc8TKCgWz7Djl0lGF29pYU7pA9w&h=ogliQlc2RJRDCht3X1ZAa0iAIo3KUaJOzcE-2I7Y3MA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/104718a5-4250-4888-b8f9-06bbe5a7414b?api-version=2024-07-01&t=638972597670726630&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=w9yjrTUTJzv2BbR6BK7GSbmLIKhTwq37-IKftBndizDrNGffEFcSVF8Gib1KPh8GPLpq14fPhcezupcHVlFYwFZHJoiFOsQlyt8O-glUq8a-DnN8N2X_hTfmLUaVPgjb1vrewO7HL7TD7h2EkmuJHlDOz1ZQr0oxmj-LGMafclr5wNUJo-p54X2p4vaEck8de94fYGLbr8eRWb3ZRS4dgZmXReGaJIjankbQzYQ_fh5RT9HfSxlXNqQop-rsNSgrR205yex0CQQz8rjK2x8aRi42NWb9J6KfycTqcJ8NkmdKMo4Buoo_pBGkhp4i3Cvf41leLAWLhhNm-LudfcrI6w&h=7urQP1EnCPtP8wxO5TAJr72IGfFd0QxNLjzMgmNPrM8 response: body: string: '{"status":"Succeeded"}' @@ -345,7 +345,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:49:27 GMT expires: - '-1' pragma: @@ -357,16 +357,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6529fcd2-3c3a-453e-b49f-fe717720a044 + - e8050b05-a738-4e26-b1d7-a622e9093d09 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5b3fb702-0bec-4b79-b13b-3599de671a02 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/529a674d-dd6c-4d2c-bac2-3a147ef3e22a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B4769DA667EA43C0BD9704F4611D0DD6 Ref B: CO6AA3150220037 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: A08240E3F966461AAA33A9FE8058C66D Ref B: MWH011020809060 Ref C: 2025-10-28T14:49:27Z' status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -381,12 +381,12 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"71ff3b59-48e3-4651-9445-ce3a4d061efe\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"0cee353b-37b3-49d6-9751-fee2ab9b8976\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -395,9 +395,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:49:27 GMT etag: - - W/"71ff3b59-48e3-4651-9445-ce3a4d061efe" + - W/"0cee353b-37b3-49d6-9751-fee2ab9b8976" expires: - '-1' pragma: @@ -409,16 +409,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5a2176ba-77a6-4516-be9e-bd5b857af4c0 + - 0728108b-148f-4aa2-a79e-a61351348954 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/81c65038-ea40-452c-92e3-f4c6f5c2c905 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0cd202da-02d3-46dc-85f6-ab72bec20688 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 79813C8C1BB741829DE7A644D3BF0DFE Ref B: MWH011020809062 Ref C: 2025-09-09T18:18:16Z' + - 'Ref A: E2B28A55F8B34F9295BD2565B4379908 Ref B: CO6AA3150217049 Ref C: 2025-10-28T14:49:27Z' status: code: 200 - message: '' + message: OK - request: body: '{"name": "subnet", "properties": {"addressPrefix": "10.0.1.0/24", "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}}' @@ -438,17 +438,17 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet?api-version=2024-07-01 response: body: - string: '{"name":"subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","etag":"W/\"d736bcc3-7f6e-43ab-9a66-13394b4821ed\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","etag":"W/\"e3101739-f1fa-4a04-a217-1e60f2a18425\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e525ce28-16fe-4b4f-91bf-c69fcaba7599?api-version=2024-07-01&t=638930386973902372&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2uLFRceVkjiX6soU6V0QjK3by9tgvch94XCrxMPeFidjj0jKddMhHXqP0OAw42VT6OIggstPbWSv_UwoaKrgKz6bPZrR7boIhLx8jKDIWX9biOsxRiLl0PEuHmXdleuhzV7zrYEOvWjukTd34C9S_HLgMz87fu5KcE_Qmekw8Zffj3XDXq1n5tIfrTMZ0wprJiUsPTFf-yGcmJSDphm_4t9MVRN797quRqmIH2dmumgKr_cvhHUIXiQGRsF-QzAE6XXtBpH-GkDiCjuFcs5r5z4ANA8kg3mnrbIgwrwhvPNJidlGo8_HlbCHBzbBGvKovcvriP8UqyaQD_hqXBsZbQ&h=YvMqqYFbIcGOCgf6maEoyBI9xJaVoJB22Wht2N3DGTY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3728bab4-bf2f-4d53-8b24-558c8e6aba26?api-version=2024-07-01&t=638972597685086629&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Sbb_XqY0ryZAhE0Mck2QptrAnQ4Ows_HytD3HuJV66x_4-R4sT85LpE8PGqq_203MLhFPN1WSgTRA1sgq2yQEnP8cZoUEP7g2GCFukGZ17svsxnXvlw5UEjUTjb2hq0v1t9nkCT5yDWRuEYAWleC_yzUKXcYCttaU5eLNG9w0odw_25I1XfkgF3_L-I8MOIBhV5GSuTRx34wOyQ28Ogh2AQ-RZB33cyvf06KNRfnA8GdpXnzzpk1KBVMDz1sEq5EOAoxbEei8DU3eW5M4z0TaLGIhW0zoVUNCzKbjPOl87zSVS4uny-f3NMpzcyt9BjuHsibOVvbDYwIqha1Zx1_sQ&h=qyWWM3chHlp14S--4tltzAfQKAnO0ONNpQpJbFvRwpQ cache-control: - no-cache content-length: @@ -456,7 +456,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:16 GMT + - Tue, 28 Oct 2025 14:49:28 GMT expires: - '-1' pragma: @@ -468,18 +468,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a0e3fb1f-ff18-423d-b71c-558833062205 + - 7f7a6a44-b50f-486b-9590-7dbd6c1de9cd x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/65db3884-b0ae-4deb-b745-7d1b7e7e8329 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8bbf4b02-aa61-403a-a39f-07b3d3c643d6 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 64BD69980BDB4BFD81548BD596F50DAF Ref B: CO6AA3150219039 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: A29C6545A2A3486E96F0DD22387E6E6F Ref B: CO6AA3150219011 Ref C: 2025-10-28T14:49:28Z' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -494,9 +494,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e525ce28-16fe-4b4f-91bf-c69fcaba7599?api-version=2024-07-01&t=638930386973902372&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=2uLFRceVkjiX6soU6V0QjK3by9tgvch94XCrxMPeFidjj0jKddMhHXqP0OAw42VT6OIggstPbWSv_UwoaKrgKz6bPZrR7boIhLx8jKDIWX9biOsxRiLl0PEuHmXdleuhzV7zrYEOvWjukTd34C9S_HLgMz87fu5KcE_Qmekw8Zffj3XDXq1n5tIfrTMZ0wprJiUsPTFf-yGcmJSDphm_4t9MVRN797quRqmIH2dmumgKr_cvhHUIXiQGRsF-QzAE6XXtBpH-GkDiCjuFcs5r5z4ANA8kg3mnrbIgwrwhvPNJidlGo8_HlbCHBzbBGvKovcvriP8UqyaQD_hqXBsZbQ&h=YvMqqYFbIcGOCgf6maEoyBI9xJaVoJB22Wht2N3DGTY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3728bab4-bf2f-4d53-8b24-558c8e6aba26?api-version=2024-07-01&t=638972597685086629&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Sbb_XqY0ryZAhE0Mck2QptrAnQ4Ows_HytD3HuJV66x_4-R4sT85LpE8PGqq_203MLhFPN1WSgTRA1sgq2yQEnP8cZoUEP7g2GCFukGZ17svsxnXvlw5UEjUTjb2hq0v1t9nkCT5yDWRuEYAWleC_yzUKXcYCttaU5eLNG9w0odw_25I1XfkgF3_L-I8MOIBhV5GSuTRx34wOyQ28Ogh2AQ-RZB33cyvf06KNRfnA8GdpXnzzpk1KBVMDz1sEq5EOAoxbEei8DU3eW5M4z0TaLGIhW0zoVUNCzKbjPOl87zSVS4uny-f3NMpzcyt9BjuHsibOVvbDYwIqha1Zx1_sQ&h=qyWWM3chHlp14S--4tltzAfQKAnO0ONNpQpJbFvRwpQ response: body: string: '{"status":"Succeeded"}' @@ -508,7 +508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:49:28 GMT expires: - '-1' pragma: @@ -520,16 +520,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - da4b09af-f3e3-4cb2-9df1-bf8577848221 + - cce2c3bf-2269-4d97-9527-b44f6fc4e020 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/131de43d-a8aa-4bce-bac3-317c27c10bf7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a72ea44f-0883-470f-9ebc-14b3a255c1d7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0E702FCB33374C5FBE0404C6C037A61C Ref B: MWH011020808062 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: FC9050E0249B490DADF55074F471B01C Ref B: CO6AA3150219011 Ref C: 2025-10-28T14:49:28Z' status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -544,12 +544,12 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet?api-version=2024-07-01 response: body: - string: '{"name":"subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","etag":"W/\"037844ec-6ada-4e23-b89e-bf4fa4a96041\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","etag":"W/\"532097a0-c928-4bcb-9303-41d394e7fa03\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -558,9 +558,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:17 GMT + - Tue, 28 Oct 2025 14:49:28 GMT etag: - - W/"037844ec-6ada-4e23-b89e-bf4fa4a96041" + - W/"532097a0-c928-4bcb-9303-41d394e7fa03" expires: - '-1' pragma: @@ -572,16 +572,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 23de7dd2-d8c3-4f5d-86e3-4e0fdf0c5634 + - 50fff1ea-7916-4ed1-8764-76d44277a4eb x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/de3204ff-39ba-4899-8d2a-401116a8c424 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c398b7fc-4d41-4305-9c5a-b4d854eda540 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6EB0C46E23EE48A986AA596F22FBCDBE Ref B: CO6AA3150218045 Ref C: 2025-09-09T18:18:17Z' + - 'Ref A: AA0BD162205341769BF000DEDA9290CB Ref B: CO6AA3150220031 Ref C: 2025-10-28T14:49:29Z' status: code: 200 - message: '' + message: OK - request: body: '{"kind": "FormRecognizer", "sku": {"name": "S0"}, "location": "SOUTHCENTRALUS", "properties": {"customSubDomainName": "csclitest000003"}}' @@ -601,15 +601,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82039aca-0000-0500-0000-68c06f6d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:18.8560894Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50325ec-0000-0500-0000-6900d7fd0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:29.8595181Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a?api-version=2017-04-18&t=638930387016061193&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=LRxc-g2BoHRm0BeVYx22IrmbzWPnGYSnp4WZQpxIWzkyKUKRZZ75iqJorJf3QyosKbqe9RLrd2YhMmddlnL-1dYgSwMrR59cnfVvUQHNgR9rjNEAK6opr8i1lbvPnbFNDyBUlu4IA1rGV_75ERH67G4Piqyl-0St0VUAfDLV5aDNhATkffbb_Qw37u3OmBzrduBx7ZWSnIUBpNBr30BTdglxvmLI-AoOefkXiEBceH02BSYIyh4rJIX47KtjhM-tKcuCGCYVFT_W37nGQEAzO1u5oluYFmbReKgRBgbwK_tGFet_8Yc_4HP5-96m96H4z0QN8io5U0awYgYXuy3QDw&h=sFXTLRuClj4tela8tShonXYjj4nzWk36awxIOaow6HE + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af?api-version=2017-04-18&t=638972597732503704&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=R2X-ZcQQtT3AKI-TCXiKcJMLD4I1k4RhGgz_VFooIgE8EhtYV767SepJGyWUOfmkUKwHdhkStU4KnEpEjwO-L1qmCUMopgKSUcUXqz8rpjbc8GINId462JoYKnG8I85YEiU_9KVG2MiwKvM3ZTm6zSJoCpNl8NFkFOXO4uhzH7pnU-3vx22aTzbwSi0McLlbLAE9RqK8mVsWKHKK399k-lfSc_T6IcdVxTF7LNAbk9n7NusdKw7DFmfX4P4fC1xa2crGHpbWfGjrmA0y-j8oHc4azbZtObf_SuWSZOKcejk4H0xNNaomOwinwCi3pMG6J4X8umHJyZ5ioNDepZ-Ppg&h=YMrsaAzbnxUZToxM8UvZYv-yAVHTfAfXciiEA0taFvs cache-control: - no-cache content-length: @@ -617,9 +617,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:49:32 GMT etag: - - '"82039aca-0000-0500-0000-68c06f6d0000"' + - '"b50325ec-0000-0500-0000-6900d7fd0000"' expires: - '-1' pragma: @@ -631,15 +631,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2480' + - '3004' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/05ab7be4-fcb1-46c4-8da0-d959210f8def + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/8ca806b6-cbc4-4de2-b229-b735f7ed5986 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 88356E6D12684C579DD9F2273ABE2939 Ref B: CO6AA3150219035 Ref C: 2025-09-09T18:18:18Z' + - 'Ref A: F3BDA5EE16214D23B3C353AB50D0DFD2 Ref B: CO6AA3150219009 Ref C: 2025-10-28T14:49:29Z' status: code: 201 message: Created @@ -657,12 +657,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a?api-version=2017-04-18&t=638930387016061193&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=LRxc-g2BoHRm0BeVYx22IrmbzWPnGYSnp4WZQpxIWzkyKUKRZZ75iqJorJf3QyosKbqe9RLrd2YhMmddlnL-1dYgSwMrR59cnfVvUQHNgR9rjNEAK6opr8i1lbvPnbFNDyBUlu4IA1rGV_75ERH67G4Piqyl-0St0VUAfDLV5aDNhATkffbb_Qw37u3OmBzrduBx7ZWSnIUBpNBr30BTdglxvmLI-AoOefkXiEBceH02BSYIyh4rJIX47KtjhM-tKcuCGCYVFT_W37nGQEAzO1u5oluYFmbReKgRBgbwK_tGFet_8Yc_4HP5-96m96H4z0QN8io5U0awYgYXuy3QDw&h=sFXTLRuClj4tela8tShonXYjj4nzWk36awxIOaow6HE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af?api-version=2017-04-18&t=638972597732503704&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=R2X-ZcQQtT3AKI-TCXiKcJMLD4I1k4RhGgz_VFooIgE8EhtYV767SepJGyWUOfmkUKwHdhkStU4KnEpEjwO-L1qmCUMopgKSUcUXqz8rpjbc8GINId462JoYKnG8I85YEiU_9KVG2MiwKvM3ZTm6zSJoCpNl8NFkFOXO4uhzH7pnU-3vx22aTzbwSi0McLlbLAE9RqK8mVsWKHKK399k-lfSc_T6IcdVxTF7LNAbk9n7NusdKw7DFmfX4P4fC1xa2crGHpbWfGjrmA0y-j8oHc4azbZtObf_SuWSZOKcejk4H0xNNaomOwinwCi3pMG6J4X8umHJyZ5ioNDepZ-Ppg&h=YMrsaAzbnxUZToxM8UvZYv-yAVHTfAfXciiEA0taFvs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a","name":"04e17843-9fa0-4be4-984b-f053eb18a34a","status":"Creating","startTime":"2025-09-09T18:18:21Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af","name":"6458caa2-d278-452a-81aa-86e92503c1af","status":"Creating","startTime":"2025-10-28T14:49:33Z"}' headers: cache-control: - no-cache @@ -671,7 +671,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:21 GMT + - Tue, 28 Oct 2025 14:49:33 GMT expires: - '-1' pragma: @@ -683,13 +683,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4e94b4fa-1e21-41f3-a915-acf4956ce915 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/6b370ff8-5585-46de-bc19-7b252705f85f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 579C4937BECC47FDA49CC3B2834255E1 Ref B: CO6AA3150218053 Ref C: 2025-09-09T18:18:21Z' + - 'Ref A: 8C5DD7B6E02C4AB49070D7164A60C37C Ref B: MWH011020808042 Ref C: 2025-10-28T14:49:33Z' status: code: 200 message: OK @@ -707,12 +707,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a?api-version=2017-04-18&t=638930387016061193&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=LRxc-g2BoHRm0BeVYx22IrmbzWPnGYSnp4WZQpxIWzkyKUKRZZ75iqJorJf3QyosKbqe9RLrd2YhMmddlnL-1dYgSwMrR59cnfVvUQHNgR9rjNEAK6opr8i1lbvPnbFNDyBUlu4IA1rGV_75ERH67G4Piqyl-0St0VUAfDLV5aDNhATkffbb_Qw37u3OmBzrduBx7ZWSnIUBpNBr30BTdglxvmLI-AoOefkXiEBceH02BSYIyh4rJIX47KtjhM-tKcuCGCYVFT_W37nGQEAzO1u5oluYFmbReKgRBgbwK_tGFet_8Yc_4HP5-96m96H4z0QN8io5U0awYgYXuy3QDw&h=sFXTLRuClj4tela8tShonXYjj4nzWk36awxIOaow6HE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af?api-version=2017-04-18&t=638972597732503704&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=R2X-ZcQQtT3AKI-TCXiKcJMLD4I1k4RhGgz_VFooIgE8EhtYV767SepJGyWUOfmkUKwHdhkStU4KnEpEjwO-L1qmCUMopgKSUcUXqz8rpjbc8GINId462JoYKnG8I85YEiU_9KVG2MiwKvM3ZTm6zSJoCpNl8NFkFOXO4uhzH7pnU-3vx22aTzbwSi0McLlbLAE9RqK8mVsWKHKK399k-lfSc_T6IcdVxTF7LNAbk9n7NusdKw7DFmfX4P4fC1xa2crGHpbWfGjrmA0y-j8oHc4azbZtObf_SuWSZOKcejk4H0xNNaomOwinwCi3pMG6J4X8umHJyZ5ioNDepZ-Ppg&h=YMrsaAzbnxUZToxM8UvZYv-yAVHTfAfXciiEA0taFvs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a","name":"04e17843-9fa0-4be4-984b-f053eb18a34a","status":"Creating","startTime":"2025-09-09T18:18:21Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af","name":"6458caa2-d278-452a-81aa-86e92503c1af","status":"Creating","startTime":"2025-10-28T14:49:33Z"}' headers: cache-control: - no-cache @@ -721,7 +721,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:52 GMT + - Tue, 28 Oct 2025 14:50:03 GMT expires: - '-1' pragma: @@ -733,13 +733,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6665a254-af9f-4f91-b73d-e7799c8b6dca + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/70b03914-a2fe-413a-abd1-8793caeab142 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: ABC561AA36374652B24B1408D28E796F Ref B: CO6AA3150220021 Ref C: 2025-09-09T18:18:52Z' + - 'Ref A: E51F6931BB3946DD8CB25F25210B2D01 Ref B: CO6AA3150217019 Ref C: 2025-10-28T14:50:04Z' status: code: 200 message: OK @@ -757,12 +757,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a?api-version=2017-04-18&t=638930387016061193&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=LRxc-g2BoHRm0BeVYx22IrmbzWPnGYSnp4WZQpxIWzkyKUKRZZ75iqJorJf3QyosKbqe9RLrd2YhMmddlnL-1dYgSwMrR59cnfVvUQHNgR9rjNEAK6opr8i1lbvPnbFNDyBUlu4IA1rGV_75ERH67G4Piqyl-0St0VUAfDLV5aDNhATkffbb_Qw37u3OmBzrduBx7ZWSnIUBpNBr30BTdglxvmLI-AoOefkXiEBceH02BSYIyh4rJIX47KtjhM-tKcuCGCYVFT_W37nGQEAzO1u5oluYFmbReKgRBgbwK_tGFet_8Yc_4HP5-96m96H4z0QN8io5U0awYgYXuy3QDw&h=sFXTLRuClj4tela8tShonXYjj4nzWk36awxIOaow6HE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af?api-version=2017-04-18&t=638972597732503704&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=R2X-ZcQQtT3AKI-TCXiKcJMLD4I1k4RhGgz_VFooIgE8EhtYV767SepJGyWUOfmkUKwHdhkStU4KnEpEjwO-L1qmCUMopgKSUcUXqz8rpjbc8GINId462JoYKnG8I85YEiU_9KVG2MiwKvM3ZTm6zSJoCpNl8NFkFOXO4uhzH7pnU-3vx22aTzbwSi0McLlbLAE9RqK8mVsWKHKK399k-lfSc_T6IcdVxTF7LNAbk9n7NusdKw7DFmfX4P4fC1xa2crGHpbWfGjrmA0y-j8oHc4azbZtObf_SuWSZOKcejk4H0xNNaomOwinwCi3pMG6J4X8umHJyZ5ioNDepZ-Ppg&h=YMrsaAzbnxUZToxM8UvZYv-yAVHTfAfXciiEA0taFvs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/04e17843-9fa0-4be4-984b-f053eb18a34a","name":"04e17843-9fa0-4be4-984b-f053eb18a34a","status":"Succeeded","startTime":"2025-09-09T18:18:21Z","endTime":"2025-09-09T18:18:53Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6458caa2-d278-452a-81aa-86e92503c1af","name":"6458caa2-d278-452a-81aa-86e92503c1af","status":"Succeeded","startTime":"2025-10-28T14:49:33Z","endTime":"2025-10-28T14:50:04Z"}' headers: cache-control: - no-cache @@ -771,7 +771,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:22 GMT + - Tue, 28 Oct 2025 14:50:34 GMT expires: - '-1' pragma: @@ -783,13 +783,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4dd718d0-7174-44a8-828f-263de22379d8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/fd49af6e-d570-4b7e-a56b-f124c9945285 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F1B8214A46B44E4EBA4526E511CCE6A0 Ref B: CO6AA3150218035 Ref C: 2025-09-09T18:19:22Z' + - 'Ref A: 8163436CD685481EABE75153E0C33534 Ref B: MWH011020808023 Ref C: 2025-10-28T14:50:34Z' status: code: 200 message: OK @@ -807,12 +807,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203e5cf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:18.8560894Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031ff4-0000-0500-0000-6900d81c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:29.8595181Z"}}' headers: cache-control: - no-cache @@ -821,9 +821,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:22 GMT + - Tue, 28 Oct 2025 14:50:34 GMT etag: - - '"8203e5cf-0000-0500-0000-68c06f8d0000"' + - '"b5031ff4-0000-0500-0000-6900d81c0000"' expires: - '-1' pragma: @@ -835,11 +835,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3CEA029D5A084CD096B29ACE8B19DA27 Ref B: CO6AA3150217051 Ref C: 2025-09-09T18:19:23Z' + - 'Ref A: 0ABEACE4DDFA450494309DB162F62719 Ref B: CO6AA3150220011 Ref C: 2025-10-28T14:50:34Z' status: code: 200 message: OK @@ -857,12 +857,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203e5cf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:18.8560894Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031ff4-0000-0500-0000-6900d81c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:29.8595181Z"}}' headers: cache-control: - no-cache @@ -871,9 +871,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:22 GMT + - Tue, 28 Oct 2025 14:50:36 GMT etag: - - '"8203e5cf-0000-0500-0000-68c06f8d0000"' + - '"b5031ff4-0000-0500-0000-6900d81c0000"' expires: - '-1' pragma: @@ -885,11 +885,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9AACA034F45145FBAA21632DAE2E338C Ref B: CO6AA3150220051 Ref C: 2025-09-09T18:19:23Z' + - 'Ref A: E3BC2187C74844B6932F153BE25419E2 Ref B: CO6AA3150217031 Ref C: 2025-10-28T14:50:36Z' status: code: 200 message: OK @@ -907,12 +907,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203e5cf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:18.8560894Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5031ff4-0000-0500-0000-6900d81c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:29.8595181Z"}}' headers: cache-control: - no-cache @@ -921,9 +921,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:23 GMT + - Tue, 28 Oct 2025 14:50:36 GMT etag: - - '"8203e5cf-0000-0500-0000-68c06f8d0000"' + - '"b5031ff4-0000-0500-0000-6900d81c0000"' expires: - '-1' pragma: @@ -935,11 +935,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2B241FC07B58406BAF13D3C18B21DD52 Ref B: CO6AA3150219017 Ref C: 2025-09-09T18:19:23Z' + - 'Ref A: 6FD8081288124CB5BE7EAB04039DD46A Ref B: CO6AA3150218053 Ref C: 2025-10-28T14:50:36Z' status: code: 200 message: OK @@ -962,15 +962,15 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d7d4-0000-0500-0000-68c06fac0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:24.5492175Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50325fd-0000-0500-0000-6900d83d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:37.4149869Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb?api-version=2017-04-18&t=638930387647679818&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eitMq2j92pvVCWrqNwm3oNnPPK89EeoBoL7tazBiMHwKyVJdN1WgLtFyXUZ7sQCXfGCJuFESSqoV6PlsyTNHBc3onS5Tj7Nf3YMGiTAIe5wirKlxml32kb37MscoJN8g73KSevEABJVxWGMtTn19aZ4GV6I4JK3cl__QbpvaEizcSahDAcdpEmptGJbYSOtWA0pWeF1kSfczyCHt2cLjMzURGjZwgGpOwmbCrSXuuN9tpLSeYVWXuTNKEtwLKraTDEc7KX-oksZBHXw4X9ctG8VyZOAI42F-TFVepUGB-pFaRfcJE4kxz5lfl_bn9tNnmT8L1vJ-uP-s55PVAZeUog&h=AsZWz2vjEKo_BSHFu9LF2bHKyjYV4tYZm4e15NGpU9k + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4?api-version=2017-04-18&t=638972598376181255&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nDCjN9FMv4VnbZpm4YzAJzDpd1AAASpD3WIxVFgU2A-o5B6RpwjgEZ5wI3ZOfmfFPD-98fLfkUtmcc8In5-6AGEZ-8ZPZXHYwgh-REcAQyBuDw3cOyGZ9sDJMgfgTtUpyAAK8P0ke5-1lKTOhTBZMbXzxw3vpOpfzCeBgutRfSPGFwW18Nf5GGm8-yXmDT8HJndYHIlbfm_Nwztp-DjAvAFKZZX5Zks05Ofl27EufmIe135BaZQT6DUqr3tbyiMc3Zua2SZHXcrNSt6jir4fWJeeT44zINhfcGlYjQPCxEvSPldM-zGMTH0eiSSYCZTIIebZqupn8mkOqMruavSheA&h=WVisiVhV00-bGIAYP8oxGacXsAZC-G3jErEzIlu6adk cache-control: - no-cache content-length: @@ -978,13 +978,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:23 GMT + - Tue, 28 Oct 2025 14:50:36 GMT etag: - - '"8203d7d4-0000-0500-0000-68c06fac0000"' + - '"b50325fd-0000-0500-0000-6900d83d0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb?api-version=2017-04-18&operationResultResponseType=Location&t=638930387647679818&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eitMq2j92pvVCWrqNwm3oNnPPK89EeoBoL7tazBiMHwKyVJdN1WgLtFyXUZ7sQCXfGCJuFESSqoV6PlsyTNHBc3onS5Tj7Nf3YMGiTAIe5wirKlxml32kb37MscoJN8g73KSevEABJVxWGMtTn19aZ4GV6I4JK3cl__QbpvaEizcSahDAcdpEmptGJbYSOtWA0pWeF1kSfczyCHt2cLjMzURGjZwgGpOwmbCrSXuuN9tpLSeYVWXuTNKEtwLKraTDEc7KX-oksZBHXw4X9ctG8VyZOAI42F-TFVepUGB-pFaRfcJE4kxz5lfl_bn9tNnmT8L1vJ-uP-s55PVAZeUog&h=AsZWz2vjEKo_BSHFu9LF2bHKyjYV4tYZm4e15NGpU9k + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4?api-version=2017-04-18&operationResultResponseType=Location&t=638972598376337495&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=IWeiVHld4s4jqC2ZBsMxv6qahj9ahL8TfYJyc6tCSoUt4v0zGEx4bc73ey_V1h6uIfHu2V1a33TgdSgY-tijAtYoLotIQtmOYBLL0Pord-LRAg3GjzMraxF3NZQ7kjc_X0KhFukurVqZK0cfX9A8mDMCKZTKe99akmB8bX5o_aQ_Yq-kRRKKww7AF7J0E88geBl076tvAJFBOhXG70ncYFyPFU99egvJL-ZlbopkdlrjNMsNbKRDr40bJfrPapKXCOmwp27FBT_GWtJ-bc7LqquA2u9U0ZR5lnBe2VmiI1yQGSiMjdzOgfQHzx3myrVOZNr_yBla94JOtyzQHP4vgg&h=F7KGZbw5YOgTPicrBZSCrP1xSRO5d3zNZQIiSc7sIhA pragma: - no-cache strict-transport-security: @@ -994,15 +994,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '132' + - '125' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/37427ce0-cd61-4eb3-932a-3ad3ca71c53a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/70109cfa-2daf-47c1-9573-f2973e7b6e76 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0D0C78E99B2741779326B30C90CDFFC8 Ref B: MWH011020807054 Ref C: 2025-09-09T18:19:24Z' + - 'Ref A: 3BC9868D088C42018FD8E27C424B6ECB Ref B: MWH011020808040 Ref C: 2025-10-28T14:50:37Z' status: code: 202 message: Accepted @@ -1020,12 +1020,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb?api-version=2017-04-18&t=638930387647679818&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eitMq2j92pvVCWrqNwm3oNnPPK89EeoBoL7tazBiMHwKyVJdN1WgLtFyXUZ7sQCXfGCJuFESSqoV6PlsyTNHBc3onS5Tj7Nf3YMGiTAIe5wirKlxml32kb37MscoJN8g73KSevEABJVxWGMtTn19aZ4GV6I4JK3cl__QbpvaEizcSahDAcdpEmptGJbYSOtWA0pWeF1kSfczyCHt2cLjMzURGjZwgGpOwmbCrSXuuN9tpLSeYVWXuTNKEtwLKraTDEc7KX-oksZBHXw4X9ctG8VyZOAI42F-TFVepUGB-pFaRfcJE4kxz5lfl_bn9tNnmT8L1vJ-uP-s55PVAZeUog&h=AsZWz2vjEKo_BSHFu9LF2bHKyjYV4tYZm4e15NGpU9k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4?api-version=2017-04-18&t=638972598376181255&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nDCjN9FMv4VnbZpm4YzAJzDpd1AAASpD3WIxVFgU2A-o5B6RpwjgEZ5wI3ZOfmfFPD-98fLfkUtmcc8In5-6AGEZ-8ZPZXHYwgh-REcAQyBuDw3cOyGZ9sDJMgfgTtUpyAAK8P0ke5-1lKTOhTBZMbXzxw3vpOpfzCeBgutRfSPGFwW18Nf5GGm8-yXmDT8HJndYHIlbfm_Nwztp-DjAvAFKZZX5Zks05Ofl27EufmIe135BaZQT6DUqr3tbyiMc3Zua2SZHXcrNSt6jir4fWJeeT44zINhfcGlYjQPCxEvSPldM-zGMTH0eiSSYCZTIIebZqupn8mkOqMruavSheA&h=WVisiVhV00-bGIAYP8oxGacXsAZC-G3jErEzIlu6adk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb","name":"d2390bca-ec01-4e74-bf37-612107bfc0bb","status":"Updating","startTime":"2025-09-09T18:19:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4","name":"16d7ef04-9fcb-430a-b32a-92b19175e8c4","status":"Updating","startTime":"2025-10-28T14:50:37Z"}' headers: cache-control: - no-cache @@ -1034,7 +1034,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:24 GMT + - Tue, 28 Oct 2025 14:50:37 GMT expires: - '-1' pragma: @@ -1046,13 +1046,63 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '12' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b23ee122-bfa7-45ad-bc76-cc0719c0d713 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7E1C9D9672234C41AF8DA6657F7081F8 Ref B: CO6AA3150220009 Ref C: 2025-10-28T14:50:37Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account network-rule add + Connection: + - keep-alive + ParameterSetName: + - -n -g --ip-address + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4?api-version=2017-04-18&t=638972598376181255&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nDCjN9FMv4VnbZpm4YzAJzDpd1AAASpD3WIxVFgU2A-o5B6RpwjgEZ5wI3ZOfmfFPD-98fLfkUtmcc8In5-6AGEZ-8ZPZXHYwgh-REcAQyBuDw3cOyGZ9sDJMgfgTtUpyAAK8P0ke5-1lKTOhTBZMbXzxw3vpOpfzCeBgutRfSPGFwW18Nf5GGm8-yXmDT8HJndYHIlbfm_Nwztp-DjAvAFKZZX5Zks05Ofl27EufmIe135BaZQT6DUqr3tbyiMc3Zua2SZHXcrNSt6jir4fWJeeT44zINhfcGlYjQPCxEvSPldM-zGMTH0eiSSYCZTIIebZqupn8mkOqMruavSheA&h=WVisiVhV00-bGIAYP8oxGacXsAZC-G3jErEzIlu6adk + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4","name":"16d7ef04-9fcb-430a-b32a-92b19175e8c4","status":"Updating","startTime":"2025-10-28T14:50:37Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:51:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7de999da-7471-43d8-957d-e16cec7d0e18 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/384439e0-3088-45f4-b59e-b4457940559f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E8F184700AD94575A51C2D740832660D Ref B: CO6AA3150217053 Ref C: 2025-09-09T18:19:24Z' + - 'Ref A: C2F4D636FA9C4C6C8F81197B5479A69A Ref B: MWH011020806036 Ref C: 2025-10-28T14:51:08Z' status: code: 200 message: OK @@ -1070,12 +1120,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb?api-version=2017-04-18&t=638930387647679818&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eitMq2j92pvVCWrqNwm3oNnPPK89EeoBoL7tazBiMHwKyVJdN1WgLtFyXUZ7sQCXfGCJuFESSqoV6PlsyTNHBc3onS5Tj7Nf3YMGiTAIe5wirKlxml32kb37MscoJN8g73KSevEABJVxWGMtTn19aZ4GV6I4JK3cl__QbpvaEizcSahDAcdpEmptGJbYSOtWA0pWeF1kSfczyCHt2cLjMzURGjZwgGpOwmbCrSXuuN9tpLSeYVWXuTNKEtwLKraTDEc7KX-oksZBHXw4X9ctG8VyZOAI42F-TFVepUGB-pFaRfcJE4kxz5lfl_bn9tNnmT8L1vJ-uP-s55PVAZeUog&h=AsZWz2vjEKo_BSHFu9LF2bHKyjYV4tYZm4e15NGpU9k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4?api-version=2017-04-18&t=638972598376181255&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nDCjN9FMv4VnbZpm4YzAJzDpd1AAASpD3WIxVFgU2A-o5B6RpwjgEZ5wI3ZOfmfFPD-98fLfkUtmcc8In5-6AGEZ-8ZPZXHYwgh-REcAQyBuDw3cOyGZ9sDJMgfgTtUpyAAK8P0ke5-1lKTOhTBZMbXzxw3vpOpfzCeBgutRfSPGFwW18Nf5GGm8-yXmDT8HJndYHIlbfm_Nwztp-DjAvAFKZZX5Zks05Ofl27EufmIe135BaZQT6DUqr3tbyiMc3Zua2SZHXcrNSt6jir4fWJeeT44zINhfcGlYjQPCxEvSPldM-zGMTH0eiSSYCZTIIebZqupn8mkOqMruavSheA&h=WVisiVhV00-bGIAYP8oxGacXsAZC-G3jErEzIlu6adk response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d2390bca-ec01-4e74-bf37-612107bfc0bb","name":"d2390bca-ec01-4e74-bf37-612107bfc0bb","status":"Succeeded","startTime":"2025-09-09T18:19:24Z","endTime":"2025-09-09T18:19:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/16d7ef04-9fcb-430a-b32a-92b19175e8c4","name":"16d7ef04-9fcb-430a-b32a-92b19175e8c4","status":"Succeeded","startTime":"2025-10-28T14:50:37Z","endTime":"2025-10-28T14:51:10Z"}' headers: cache-control: - no-cache @@ -1084,7 +1134,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:55 GMT + - Tue, 28 Oct 2025 14:51:38 GMT expires: - '-1' pragma: @@ -1096,13 +1146,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5cdf0048-76d4-4517-9842-53e7420f91c8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/09af3e5e-cc2d-4ae8-8492-05adc3483c74 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 91AB3D35A17B403C85AFE6BF9DE92378 Ref B: MWH011020809023 Ref C: 2025-09-09T18:19:55Z' + - 'Ref A: D40B88D7A7464B41AE9FCE8A73637EEF Ref B: MWH011020807029 Ref C: 2025-10-28T14:51:38Z' status: code: 200 message: OK @@ -1120,12 +1170,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203fed8-0000-0500-0000-68c06fcb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:24.5492175Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f604-0000-0500-0000-6900d85e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:37.4149869Z"}}' headers: cache-control: - no-cache @@ -1134,9 +1184,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:55 GMT + - Tue, 28 Oct 2025 14:51:38 GMT etag: - - '"8203fed8-0000-0500-0000-68c06fcb0000"' + - '"b603f604-0000-0500-0000-6900d85e0000"' expires: - '-1' pragma: @@ -1148,11 +1198,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '17' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 982EC81A64B94ADC9193B452869D3A87 Ref B: CO6AA3150219031 Ref C: 2025-09-09T18:19:56Z' + - 'Ref A: D753DBB970F148218424FDF0A45BAE9D Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:51:39Z' status: code: 200 message: OK @@ -1170,12 +1220,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203fed8-0000-0500-0000-68c06fcb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:24.5492175Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f604-0000-0500-0000-6900d85e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:37.4149869Z"}}' headers: cache-control: - no-cache @@ -1184,9 +1234,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:55 GMT + - Tue, 28 Oct 2025 14:51:39 GMT etag: - - '"8203fed8-0000-0500-0000-68c06fcb0000"' + - '"b603f604-0000-0500-0000-6900d85e0000"' expires: - '-1' pragma: @@ -1198,11 +1248,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1324128697B14642869AD5520CAEF14B Ref B: MWH011020809052 Ref C: 2025-09-09T18:19:56Z' + - 'Ref A: 57FF23AD425F42CD96C553F6C7C47D25 Ref B: CO6AA3150218045 Ref C: 2025-10-28T14:51:40Z' status: code: 200 message: OK @@ -1220,12 +1270,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203fed8-0000-0500-0000-68c06fcb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:24.5492175Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f604-0000-0500-0000-6900d85e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:37.4149869Z"}}' headers: cache-control: - no-cache @@ -1234,9 +1284,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:56 GMT + - Tue, 28 Oct 2025 14:51:40 GMT etag: - - '"8203fed8-0000-0500-0000-68c06fcb0000"' + - '"b603f604-0000-0500-0000-6900d85e0000"' expires: - '-1' pragma: @@ -1248,11 +1298,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '20' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6900DA74A4D14647A45F837F86D4EECF Ref B: CO6AA3150219011 Ref C: 2025-09-09T18:19:56Z' + - 'Ref A: 41B8ED9D9A774D0CBAD18AEA3188BA67 Ref B: MWH011020806031 Ref C: 2025-10-28T14:51:40Z' status: code: 200 message: OK @@ -1275,15 +1325,15 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820355d9-0000-0500-0000-68c06fcd0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:57.5019021Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603ac0c-0000-0500-0000-6900d87d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:41.1755188Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27?api-version=2017-04-18&t=638930387976737772&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evHJ6ygmGxQNS6EvTYaoG9P3jgwZrG3mASV3FFsJ2Ph2c2hdscIwRfm7ZMkcP7QN3-sEUK6dwdklMoAZo-fKkmqWF_H4Fug4fDj0vUHfwzNFUwneCwhKZPaFMUyOqD4EiKbskMI3NIrB78j_wdX6lZc9-TqLcqVXjMdWb-n3mJYrQG5skaZ5Hx0TXb78ld-JGCoogb1srNYnXpISkqPlZZPPYLZbysQ48S7lIEg1jYVHDjzdc2J5gHTt6t5Nn68v9_LUd0Jw3ayioSZIDucEiO4j1v5LFgrWd6aYWt3ctgIn_U9AcJqwclqk9uD0TFb85Zv4KoN_KsioTHwKHNzaeQ&h=FxYvawIQmh_sIOf_ft5P_fymlxtnRz6n4jVR_D-7TXo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d?api-version=2017-04-18&t=638972599013474045&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wNxuw5-KAYUKEwWisI2jueXTmqscGrinAumfRkDPVrT67yqcLh1Dy83ZVGwzWn5eJyzpag8AY96asIt4fxn3AXU8QVusvq3uuv0fIj8CbFBfoMzH3c2P0JSrElDPEOdV1QBgVbtjPRjw5JuASGZASFzIea-Nd_9_3wqfODEHeGacNCwvIdIua5PFSfpFzQCWqDcoAckyPb8zjLLUAJr5teDyzvYCbkT7wE-zNCUDCg1_35TKHlUV-2JFNemygHUrbfpdafUps0QTT9aogPwmNMB99NqS3tYIZhASfXq3Au9RV5rUxYAc9oneyiTvack-s9dDHiM6w-SBrTmmtIFiog&h=TT4DJT0rkpOzAM2D_-AuTiNJRZOETx-lIZQd_WTXEAs cache-control: - no-cache content-length: @@ -1291,13 +1341,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:56 GMT + - Tue, 28 Oct 2025 14:51:40 GMT etag: - - '"820355d9-0000-0500-0000-68c06fcd0000"' + - '"b603ac0c-0000-0500-0000-6900d87d0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27?api-version=2017-04-18&operationResultResponseType=Location&t=638930387976737772&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evHJ6ygmGxQNS6EvTYaoG9P3jgwZrG3mASV3FFsJ2Ph2c2hdscIwRfm7ZMkcP7QN3-sEUK6dwdklMoAZo-fKkmqWF_H4Fug4fDj0vUHfwzNFUwneCwhKZPaFMUyOqD4EiKbskMI3NIrB78j_wdX6lZc9-TqLcqVXjMdWb-n3mJYrQG5skaZ5Hx0TXb78ld-JGCoogb1srNYnXpISkqPlZZPPYLZbysQ48S7lIEg1jYVHDjzdc2J5gHTt6t5Nn68v9_LUd0Jw3ayioSZIDucEiO4j1v5LFgrWd6aYWt3ctgIn_U9AcJqwclqk9uD0TFb85Zv4KoN_KsioTHwKHNzaeQ&h=FxYvawIQmh_sIOf_ft5P_fymlxtnRz6n4jVR_D-7TXo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d?api-version=2017-04-18&operationResultResponseType=Location&t=638972599013630320&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=hF8Eagtr0s80SXyggXjkHKfN7_eM2EEA5OReaT2VJJ_bFAcsgEUhCX9uc8d7MEVuGrooI2X3Q5YcmWNYnlpq0Xhj35jdawRE22YhoAjwBuN0ND6hbNuin_DDN7uCrote-ZwrEPHVuuO6uIPFG9qMdP823H5c2M-x32wnPu7IwlH4_-8ux_yPUhk59Pc09nH8HB8x_I6MFVbJGRHYDZ2wBU0SdI-1W9H91IAdINPX1zLTa6cyoUtXDgHiJ0pEWD-ZjiGQ69YuGUBkFWIL8_BBnjV-rs3Wg6OjfXsUTlbRHrcH5000-pZlSBhNP3I-yNZdVsxXuuSjPDMn60QQMEi-Mg&h=xMptMDdnAt1-U37tAnlL-bQbmxMDsFhWcpwegK5otEk pragma: - no-cache strict-transport-security: @@ -1307,15 +1357,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '111' + - '135' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c66f35cc-d402-40a5-9e32-6c7af6ee083b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3e54740e-2bf0-4775-864b-7d4dd7c465e8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 3126C38DC73D4716952607C657BB6FF6 Ref B: MWH011020806036 Ref C: 2025-09-09T18:19:57Z' + - 'Ref A: 0F04D6F751394406A1F9116881AC7C4B Ref B: CO6AA3150217035 Ref C: 2025-10-28T14:51:40Z' status: code: 202 message: Accepted @@ -1333,12 +1383,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27?api-version=2017-04-18&t=638930387976737772&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evHJ6ygmGxQNS6EvTYaoG9P3jgwZrG3mASV3FFsJ2Ph2c2hdscIwRfm7ZMkcP7QN3-sEUK6dwdklMoAZo-fKkmqWF_H4Fug4fDj0vUHfwzNFUwneCwhKZPaFMUyOqD4EiKbskMI3NIrB78j_wdX6lZc9-TqLcqVXjMdWb-n3mJYrQG5skaZ5Hx0TXb78ld-JGCoogb1srNYnXpISkqPlZZPPYLZbysQ48S7lIEg1jYVHDjzdc2J5gHTt6t5Nn68v9_LUd0Jw3ayioSZIDucEiO4j1v5LFgrWd6aYWt3ctgIn_U9AcJqwclqk9uD0TFb85Zv4KoN_KsioTHwKHNzaeQ&h=FxYvawIQmh_sIOf_ft5P_fymlxtnRz6n4jVR_D-7TXo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d?api-version=2017-04-18&t=638972599013474045&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wNxuw5-KAYUKEwWisI2jueXTmqscGrinAumfRkDPVrT67yqcLh1Dy83ZVGwzWn5eJyzpag8AY96asIt4fxn3AXU8QVusvq3uuv0fIj8CbFBfoMzH3c2P0JSrElDPEOdV1QBgVbtjPRjw5JuASGZASFzIea-Nd_9_3wqfODEHeGacNCwvIdIua5PFSfpFzQCWqDcoAckyPb8zjLLUAJr5teDyzvYCbkT7wE-zNCUDCg1_35TKHlUV-2JFNemygHUrbfpdafUps0QTT9aogPwmNMB99NqS3tYIZhASfXq3Au9RV5rUxYAc9oneyiTvack-s9dDHiM6w-SBrTmmtIFiog&h=TT4DJT0rkpOzAM2D_-AuTiNJRZOETx-lIZQd_WTXEAs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27","name":"1f17fd40-fd54-4784-99c2-c3d85a34af27","status":"Updating","startTime":"2025-09-09T18:19:57Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d","name":"f74662f2-2de2-4700-8326-3e3708ef362d","status":"Updating","startTime":"2025-10-28T14:51:41Z"}' headers: cache-control: - no-cache @@ -1347,7 +1397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:57 GMT + - Tue, 28 Oct 2025 14:51:41 GMT expires: - '-1' pragma: @@ -1359,13 +1409,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '18' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/95197202-653e-439c-b6a2-25281c3678e4 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4a3dab27-6d0e-4596-9945-e5f56974a528 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1D2D69FD3A7049C6A27DFB34A475BFBD Ref B: MWH011020806062 Ref C: 2025-09-09T18:19:57Z' + - 'Ref A: EA521144FE9745088B6F8B5D1D0EC568 Ref B: CO6AA3150217021 Ref C: 2025-10-28T14:51:41Z' status: code: 200 message: OK @@ -1383,12 +1433,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27?api-version=2017-04-18&t=638930387976737772&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evHJ6ygmGxQNS6EvTYaoG9P3jgwZrG3mASV3FFsJ2Ph2c2hdscIwRfm7ZMkcP7QN3-sEUK6dwdklMoAZo-fKkmqWF_H4Fug4fDj0vUHfwzNFUwneCwhKZPaFMUyOqD4EiKbskMI3NIrB78j_wdX6lZc9-TqLcqVXjMdWb-n3mJYrQG5skaZ5Hx0TXb78ld-JGCoogb1srNYnXpISkqPlZZPPYLZbysQ48S7lIEg1jYVHDjzdc2J5gHTt6t5Nn68v9_LUd0Jw3ayioSZIDucEiO4j1v5LFgrWd6aYWt3ctgIn_U9AcJqwclqk9uD0TFb85Zv4KoN_KsioTHwKHNzaeQ&h=FxYvawIQmh_sIOf_ft5P_fymlxtnRz6n4jVR_D-7TXo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d?api-version=2017-04-18&t=638972599013474045&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wNxuw5-KAYUKEwWisI2jueXTmqscGrinAumfRkDPVrT67yqcLh1Dy83ZVGwzWn5eJyzpag8AY96asIt4fxn3AXU8QVusvq3uuv0fIj8CbFBfoMzH3c2P0JSrElDPEOdV1QBgVbtjPRjw5JuASGZASFzIea-Nd_9_3wqfODEHeGacNCwvIdIua5PFSfpFzQCWqDcoAckyPb8zjLLUAJr5teDyzvYCbkT7wE-zNCUDCg1_35TKHlUV-2JFNemygHUrbfpdafUps0QTT9aogPwmNMB99NqS3tYIZhASfXq3Au9RV5rUxYAc9oneyiTvack-s9dDHiM6w-SBrTmmtIFiog&h=TT4DJT0rkpOzAM2D_-AuTiNJRZOETx-lIZQd_WTXEAs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27","name":"1f17fd40-fd54-4784-99c2-c3d85a34af27","status":"Updating","startTime":"2025-09-09T18:19:57Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d","name":"f74662f2-2de2-4700-8326-3e3708ef362d","status":"Updating","startTime":"2025-10-28T14:51:41Z"}' headers: cache-control: - no-cache @@ -1397,7 +1447,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:27 GMT + - Tue, 28 Oct 2025 14:52:11 GMT expires: - '-1' pragma: @@ -1409,13 +1459,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '36' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/015b0834-474d-4e5f-9748-883742f84ae5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/f7a4d0e8-8de7-4d57-9c4d-7d75966d49c9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 94DE76CD8CA141798BF52E036DDFC3B5 Ref B: CO6AA3150218039 Ref C: 2025-09-09T18:20:28Z' + - 'Ref A: 9D2AEB67437F46B6A8238303BE6A532E Ref B: MWH011020808054 Ref C: 2025-10-28T14:52:12Z' status: code: 200 message: OK @@ -1433,12 +1483,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27?api-version=2017-04-18&t=638930387976737772&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evHJ6ygmGxQNS6EvTYaoG9P3jgwZrG3mASV3FFsJ2Ph2c2hdscIwRfm7ZMkcP7QN3-sEUK6dwdklMoAZo-fKkmqWF_H4Fug4fDj0vUHfwzNFUwneCwhKZPaFMUyOqD4EiKbskMI3NIrB78j_wdX6lZc9-TqLcqVXjMdWb-n3mJYrQG5skaZ5Hx0TXb78ld-JGCoogb1srNYnXpISkqPlZZPPYLZbysQ48S7lIEg1jYVHDjzdc2J5gHTt6t5Nn68v9_LUd0Jw3ayioSZIDucEiO4j1v5LFgrWd6aYWt3ctgIn_U9AcJqwclqk9uD0TFb85Zv4KoN_KsioTHwKHNzaeQ&h=FxYvawIQmh_sIOf_ft5P_fymlxtnRz6n4jVR_D-7TXo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d?api-version=2017-04-18&t=638972599013474045&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wNxuw5-KAYUKEwWisI2jueXTmqscGrinAumfRkDPVrT67yqcLh1Dy83ZVGwzWn5eJyzpag8AY96asIt4fxn3AXU8QVusvq3uuv0fIj8CbFBfoMzH3c2P0JSrElDPEOdV1QBgVbtjPRjw5JuASGZASFzIea-Nd_9_3wqfODEHeGacNCwvIdIua5PFSfpFzQCWqDcoAckyPb8zjLLUAJr5teDyzvYCbkT7wE-zNCUDCg1_35TKHlUV-2JFNemygHUrbfpdafUps0QTT9aogPwmNMB99NqS3tYIZhASfXq3Au9RV5rUxYAc9oneyiTvack-s9dDHiM6w-SBrTmmtIFiog&h=TT4DJT0rkpOzAM2D_-AuTiNJRZOETx-lIZQd_WTXEAs response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1f17fd40-fd54-4784-99c2-c3d85a34af27","name":"1f17fd40-fd54-4784-99c2-c3d85a34af27","status":"Succeeded","startTime":"2025-09-09T18:19:57Z","endTime":"2025-09-09T18:20:29Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f74662f2-2de2-4700-8326-3e3708ef362d","name":"f74662f2-2de2-4700-8326-3e3708ef362d","status":"Succeeded","startTime":"2025-10-28T14:51:41Z","endTime":"2025-10-28T14:52:12Z"}' headers: cache-control: - no-cache @@ -1447,7 +1497,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:58 GMT + - Tue, 28 Oct 2025 14:52:42 GMT expires: - '-1' pragma: @@ -1459,13 +1509,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/042dcabc-74b8-4795-bfe3-4d8ea93c9511 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/afa646ff-ca20-47ff-8088-fb0f71c6d843 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B48E932B70A248E681EB8B107456D1EA Ref B: MWH011020809060 Ref C: 2025-09-09T18:20:58Z' + - 'Ref A: 53662BFF45164D81950214F24313BEAF Ref B: CO6AA3150219045 Ref C: 2025-10-28T14:52:42Z' status: code: 200 message: OK @@ -1483,12 +1533,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d0dd-0000-0500-0000-68c06fed0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:57.5019021Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f513-0000-0500-0000-6900d89c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:41.1755188Z"}}' headers: cache-control: - no-cache @@ -1497,9 +1547,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:58 GMT + - Tue, 28 Oct 2025 14:52:42 GMT etag: - - '"8203d0dd-0000-0500-0000-68c06fed0000"' + - '"b603f513-0000-0500-0000-6900d89c0000"' expires: - '-1' pragma: @@ -1511,11 +1561,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '17' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0B2575A619214CCD890E8510AB031F19 Ref B: CO6AA3150219017 Ref C: 2025-09-09T18:20:59Z' + - 'Ref A: 353D6B16ECB247E7A92A62ECC5154897 Ref B: CO6AA3150219049 Ref C: 2025-10-28T14:52:43Z' status: code: 200 message: OK @@ -1533,12 +1583,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d0dd-0000-0500-0000-68c06fed0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:57.5019021Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f513-0000-0500-0000-6900d89c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:41.1755188Z"}}' headers: cache-control: - no-cache @@ -1547,9 +1597,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:59 GMT + - Tue, 28 Oct 2025 14:52:43 GMT etag: - - '"8203d0dd-0000-0500-0000-68c06fed0000"' + - '"b603f513-0000-0500-0000-6900d89c0000"' expires: - '-1' pragma: @@ -1561,11 +1611,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 65303FEC51F04472BC04A0E8636FFDF9 Ref B: CO6AA3150220023 Ref C: 2025-09-09T18:20:59Z' + - 'Ref A: 589A23D4AD3442588DFCC72693CED719 Ref B: MWH011020808052 Ref C: 2025-10-28T14:52:43Z' status: code: 200 message: OK @@ -1583,12 +1633,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203d0dd-0000-0500-0000-68c06fed0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:57.5019021Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f513-0000-0500-0000-6900d89c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:41.1755188Z"}}' headers: cache-control: - no-cache @@ -1597,9 +1647,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:59 GMT + - Tue, 28 Oct 2025 14:52:43 GMT etag: - - '"8203d0dd-0000-0500-0000-68c06fed0000"' + - '"b603f513-0000-0500-0000-6900d89c0000"' expires: - '-1' pragma: @@ -1611,11 +1661,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '29' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F270AF75147841A5BC762C198B09A152 Ref B: CO6AA3150219009 Ref C: 2025-09-09T18:20:59Z' + - 'Ref A: 278B11E0981B4829855A69B78D2042FA Ref B: MWH011020809029 Ref C: 2025-10-28T14:52:44Z' status: code: 200 message: OK @@ -1639,15 +1689,15 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820333e2-0000-0500-0000-68c0700c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:00.6496691Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603851b-0000-0500-0000-6900d8bd0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:45.2515403Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da?api-version=2017-04-18&t=638930388717911599&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=AzoErUbdo6kv-BlHH1TlIWFWR5lz-GH86LJ2f5YTDJgi3oyDoZ58UFrSnGzgjLfWIVwUPlj1f2JzTkSl5zfjUHuXkgeElYtt4JfgK1BRN12rEj7homd3PGxjrMDnkLQYqrVkAarYS0ogyCSGE6pXiSfguDxgBIEeTMioZ7nQzn0YSpnHDlAyRSdsT4P2KHM4yzlRihwoG7I0bXIR8Yp7WndZ8wIe0bcPd21jPu2qMLA7OtJQXYghuPr3k8pQokmErJgfw-yAhkRmm9zb2k08klhhXNp4LgNEFPyunAcq_WHNfSp6hRkAGdbaHggebGZsPVioDsFMz69P5eRrAJfkBw&h=WbDkPFnjf7b5RcMfXsfx_sP0NaOc0PGI2wUnDYv5FBQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc?api-version=2017-04-18&t=638972599766735707&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=WsIDfQjwsbZP_9Dj1nXrSo12v0VXCqbz3fN8cZkE7IBtRPfUhy3qPGbDbTEN4R0tholCa8m8iXrmsFJRJXnU8__ob41HzBEiBm9g-ObmpiNDHYie5Eq9qgWpKvf_qrXyxvymb4s4wBTBg86i5TcHdMNkY0tAiIA_N5pMbyve12jZ72Ni3gTZx8MBV1Zv20uYCapN-N4e2QPTgnK6wDeP62_wytMn-0TPhmSs7f29ZkXB4qpAQWFcEiJdSbpQzCckk3-12eATsKr7dpHPUY2K5JidasQftyhkj34iqRd6VVa_MptvTP5SxaeIR3NOqQrJMRzI9BIxLdk41_5XUhq7lQ&h=f6SWKe71RuhVcSBfgTArULEpj9W6CELdqQQOc0-Hf1s cache-control: - no-cache content-length: @@ -1655,13 +1705,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:11 GMT + - Tue, 28 Oct 2025 14:52:55 GMT etag: - - '"820333e2-0000-0500-0000-68c0700c0000"' + - '"b603851b-0000-0500-0000-6900d8bd0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da?api-version=2017-04-18&operationResultResponseType=Location&t=638930388717911599&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=AzoErUbdo6kv-BlHH1TlIWFWR5lz-GH86LJ2f5YTDJgi3oyDoZ58UFrSnGzgjLfWIVwUPlj1f2JzTkSl5zfjUHuXkgeElYtt4JfgK1BRN12rEj7homd3PGxjrMDnkLQYqrVkAarYS0ogyCSGE6pXiSfguDxgBIEeTMioZ7nQzn0YSpnHDlAyRSdsT4P2KHM4yzlRihwoG7I0bXIR8Yp7WndZ8wIe0bcPd21jPu2qMLA7OtJQXYghuPr3k8pQokmErJgfw-yAhkRmm9zb2k08klhhXNp4LgNEFPyunAcq_WHNfSp6hRkAGdbaHggebGZsPVioDsFMz69P5eRrAJfkBw&h=WbDkPFnjf7b5RcMfXsfx_sP0NaOc0PGI2wUnDYv5FBQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc?api-version=2017-04-18&operationResultResponseType=Location&t=638972599766891930&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=b9PTt8bbZxvCw4LPkWpBlHU0MbjlpTrnLajpERTD0x2jDRRVokDZDPoEbhKItM-2POrvcAnUx6kXgNW-R9cfnDLZpSZUx-UWIfEVNkG4838CRo2QNbAi0SkNAfvNce6fKAdRo3YVo79mytfOZGIAZVnE8XFIF9q8Y9qmR3ZMweC301hvmrziPIBiy4Y3e_axIPHFIRuNPQBEuN2agifiKAuvwtyQp2ea82qkekZUd3QEwErNdZ7ionVUbiDeUflelF_VfBMRwcWdGslZEbQvrFuOy0oGCH0GeMNE8NKGgXHKZt3iohsiHbW08QK71hd8nrOdSxJc8ACOZC24Fa37AQ&h=G1OjqUO387lopJT32qRI2T18FN7FRlGvYXjQ4mZvow4 pragma: - no-cache strict-transport-security: @@ -1671,15 +1721,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11068' + - '11318' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0a17dbec-3a9a-43de-b8e1-74dc6b8f955e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/2aeb5a04-4736-4856-82b2-d4224fedd5f7 x-ms-ratelimit-remaining-subscription-global-writes: - '12000' x-ms-ratelimit-remaining-subscription-writes: - '800' x-msedge-ref: - - 'Ref A: FB058C8828D04AF8A7DE613C670F6F30 Ref B: CO6AA3150218049 Ref C: 2025-09-09T18:21:00Z' + - 'Ref A: 54D2AE0A938E48D88AF2A79881ADA27C Ref B: CO6AA3150219023 Ref C: 2025-10-28T14:52:44Z' status: code: 202 message: Accepted @@ -1697,12 +1747,62 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc?api-version=2017-04-18&t=638972599766735707&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=WsIDfQjwsbZP_9Dj1nXrSo12v0VXCqbz3fN8cZkE7IBtRPfUhy3qPGbDbTEN4R0tholCa8m8iXrmsFJRJXnU8__ob41HzBEiBm9g-ObmpiNDHYie5Eq9qgWpKvf_qrXyxvymb4s4wBTBg86i5TcHdMNkY0tAiIA_N5pMbyve12jZ72Ni3gTZx8MBV1Zv20uYCapN-N4e2QPTgnK6wDeP62_wytMn-0TPhmSs7f29ZkXB4qpAQWFcEiJdSbpQzCckk3-12eATsKr7dpHPUY2K5JidasQftyhkj34iqRd6VVa_MptvTP5SxaeIR3NOqQrJMRzI9BIxLdk41_5XUhq7lQ&h=f6SWKe71RuhVcSBfgTArULEpj9W6CELdqQQOc0-Hf1s + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc","name":"6e09283b-8c2c-4fcf-9265-4914e48ae9fc","status":"Updating","startTime":"2025-10-28T14:52:56Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:56 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '23' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/de960512-52b1-4839-958b-1bead896b509 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 32B622EBE1D8484B94DB34111A18B85A Ref B: MWH011020809034 Ref C: 2025-10-28T14:52:56Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account network-rule add + Connection: + - keep-alive + ParameterSetName: + - -n -g --subnet + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da?api-version=2017-04-18&t=638930388717911599&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=AzoErUbdo6kv-BlHH1TlIWFWR5lz-GH86LJ2f5YTDJgi3oyDoZ58UFrSnGzgjLfWIVwUPlj1f2JzTkSl5zfjUHuXkgeElYtt4JfgK1BRN12rEj7homd3PGxjrMDnkLQYqrVkAarYS0ogyCSGE6pXiSfguDxgBIEeTMioZ7nQzn0YSpnHDlAyRSdsT4P2KHM4yzlRihwoG7I0bXIR8Yp7WndZ8wIe0bcPd21jPu2qMLA7OtJQXYghuPr3k8pQokmErJgfw-yAhkRmm9zb2k08klhhXNp4LgNEFPyunAcq_WHNfSp6hRkAGdbaHggebGZsPVioDsFMz69P5eRrAJfkBw&h=WbDkPFnjf7b5RcMfXsfx_sP0NaOc0PGI2wUnDYv5FBQ + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc?api-version=2017-04-18&t=638972599766735707&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=WsIDfQjwsbZP_9Dj1nXrSo12v0VXCqbz3fN8cZkE7IBtRPfUhy3qPGbDbTEN4R0tholCa8m8iXrmsFJRJXnU8__ob41HzBEiBm9g-ObmpiNDHYie5Eq9qgWpKvf_qrXyxvymb4s4wBTBg86i5TcHdMNkY0tAiIA_N5pMbyve12jZ72Ni3gTZx8MBV1Zv20uYCapN-N4e2QPTgnK6wDeP62_wytMn-0TPhmSs7f29ZkXB4qpAQWFcEiJdSbpQzCckk3-12eATsKr7dpHPUY2K5JidasQftyhkj34iqRd6VVa_MptvTP5SxaeIR3NOqQrJMRzI9BIxLdk41_5XUhq7lQ&h=f6SWKe71RuhVcSBfgTArULEpj9W6CELdqQQOc0-Hf1s response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da","name":"26868e0b-6eb3-4a94-b18f-33926b8e80da","status":"Updating","startTime":"2025-09-09T18:21:11Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc","name":"6e09283b-8c2c-4fcf-9265-4914e48ae9fc","status":"Updating","startTime":"2025-10-28T14:52:56Z"}' headers: cache-control: - no-cache @@ -1711,7 +1811,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:11 GMT + - Tue, 28 Oct 2025 14:53:27 GMT expires: - '-1' pragma: @@ -1725,11 +1825,11 @@ interactions: x-envoy-upstream-service-time: - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/323f9386-694b-42fa-8d90-bdca71cbe57f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b3bc1a16-a530-433e-b1e6-1c96b5a723e0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FA77AF226ECA488F910434BA238D9859 Ref B: MWH011020808042 Ref C: 2025-09-09T18:21:12Z' + - 'Ref A: E39E527C512A4D71B272AAFBAB6A4AB3 Ref B: CO6AA3150218033 Ref C: 2025-10-28T14:53:27Z' status: code: 200 message: OK @@ -1747,12 +1847,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da?api-version=2017-04-18&t=638930388717911599&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=AzoErUbdo6kv-BlHH1TlIWFWR5lz-GH86LJ2f5YTDJgi3oyDoZ58UFrSnGzgjLfWIVwUPlj1f2JzTkSl5zfjUHuXkgeElYtt4JfgK1BRN12rEj7homd3PGxjrMDnkLQYqrVkAarYS0ogyCSGE6pXiSfguDxgBIEeTMioZ7nQzn0YSpnHDlAyRSdsT4P2KHM4yzlRihwoG7I0bXIR8Yp7WndZ8wIe0bcPd21jPu2qMLA7OtJQXYghuPr3k8pQokmErJgfw-yAhkRmm9zb2k08klhhXNp4LgNEFPyunAcq_WHNfSp6hRkAGdbaHggebGZsPVioDsFMz69P5eRrAJfkBw&h=WbDkPFnjf7b5RcMfXsfx_sP0NaOc0PGI2wUnDYv5FBQ + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc?api-version=2017-04-18&t=638972599766735707&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=WsIDfQjwsbZP_9Dj1nXrSo12v0VXCqbz3fN8cZkE7IBtRPfUhy3qPGbDbTEN4R0tholCa8m8iXrmsFJRJXnU8__ob41HzBEiBm9g-ObmpiNDHYie5Eq9qgWpKvf_qrXyxvymb4s4wBTBg86i5TcHdMNkY0tAiIA_N5pMbyve12jZ72Ni3gTZx8MBV1Zv20uYCapN-N4e2QPTgnK6wDeP62_wytMn-0TPhmSs7f29ZkXB4qpAQWFcEiJdSbpQzCckk3-12eATsKr7dpHPUY2K5JidasQftyhkj34iqRd6VVa_MptvTP5SxaeIR3NOqQrJMRzI9BIxLdk41_5XUhq7lQ&h=f6SWKe71RuhVcSBfgTArULEpj9W6CELdqQQOc0-Hf1s response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/26868e0b-6eb3-4a94-b18f-33926b8e80da","name":"26868e0b-6eb3-4a94-b18f-33926b8e80da","status":"Succeeded","startTime":"2025-09-09T18:21:11Z","endTime":"2025-09-09T18:21:42Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6e09283b-8c2c-4fcf-9265-4914e48ae9fc","name":"6e09283b-8c2c-4fcf-9265-4914e48ae9fc","status":"Succeeded","startTime":"2025-10-28T14:52:56Z","endTime":"2025-10-28T14:53:28Z"}' headers: cache-control: - no-cache @@ -1761,7 +1861,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:42 GMT + - Tue, 28 Oct 2025 14:53:58 GMT expires: - '-1' pragma: @@ -1775,11 +1875,11 @@ interactions: x-envoy-upstream-service-time: - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/767df141-5d34-4729-af5c-17b488808f54 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3e3e9349-78d0-4d80-9f32-0890522c0e73 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7663867CDDEB4F1DA535EF9FB8F5E8F8 Ref B: CO6AA3150217049 Ref C: 2025-09-09T18:21:42Z' + - 'Ref A: C15A859B8D87425F9499EF90C55A8501 Ref B: MWH011020807042 Ref C: 2025-10-28T14:53:57Z' status: code: 200 message: OK @@ -1797,12 +1897,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82036fe7-0000-0500-0000-68c070360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:00.6496691Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6031d25-0000-0500-0000-6900d8e70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:45.2515403Z"}}' headers: cache-control: - no-cache @@ -1811,9 +1911,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:42 GMT + - Tue, 28 Oct 2025 14:53:58 GMT etag: - - '"82036fe7-0000-0500-0000-68c070360000"' + - '"b6031d25-0000-0500-0000-6900d8e70000"' expires: - '-1' pragma: @@ -1825,11 +1925,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6FC882DC46F84D0B99F0990516A18EEB Ref B: CO6AA3150220037 Ref C: 2025-09-09T18:21:42Z' + - 'Ref A: 0B3F8B2EFDB24698BEBF87D45445E20F Ref B: MWH011020808025 Ref C: 2025-10-28T14:53:58Z' status: code: 200 message: OK @@ -1847,12 +1947,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82036fe7-0000-0500-0000-68c070360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:00.6496691Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6031d25-0000-0500-0000-6900d8e70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:45.2515403Z"}}' headers: cache-control: - no-cache @@ -1861,9 +1961,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:43 GMT + - Tue, 28 Oct 2025 14:53:58 GMT etag: - - '"82036fe7-0000-0500-0000-68c070360000"' + - '"b6031d25-0000-0500-0000-6900d8e70000"' expires: - '-1' pragma: @@ -1875,11 +1975,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '12' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 58FD3D777F5445DAA684BD107BD9286E Ref B: CO6AA3150219051 Ref C: 2025-09-09T18:21:43Z' + - 'Ref A: BA4D334E48A8468091913ED177A73BE8 Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:53:58Z' status: code: 200 message: OK @@ -1897,12 +1997,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"82036fe7-0000-0500-0000-68c070360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:00.6496691Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6031d25-0000-0500-0000-6900d8e70000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:45.2515403Z"}}' headers: cache-control: - no-cache @@ -1911,9 +2011,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:43 GMT + - Tue, 28 Oct 2025 14:53:59 GMT etag: - - '"82036fe7-0000-0500-0000-68c070360000"' + - '"b6031d25-0000-0500-0000-6900d8e70000"' expires: - '-1' pragma: @@ -1925,11 +2025,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A98F93FF6D4C40419345E6BB7B41A4FE Ref B: CO6AA3150220025 Ref C: 2025-09-09T18:21:43Z' + - 'Ref A: 70F76C8EA0FF409FBFC99D2C9D16BB7A Ref B: MWH011020806052 Ref C: 2025-10-28T14:53:59Z' status: code: 200 message: OK @@ -1954,15 +2054,15 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203f3e7-0000-0500-0000-68c070380000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:44.6138624Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603162d-0000-0500-0000-6900d9080000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:54:00.3684495Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964?api-version=2017-04-18&t=638930389160046438&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dSTQ_oOuKZH1afwhA7bbCxVgGuCmDY2ggz-B1BxaodcT_OxSb6CXMEK1SNRw865i1CyFmwhd_tlQ2ghR-g03UuLSaRgAE_UYIGjjpqSkGds4WjjcalvGrPqXIhV1T8AXcvAPBf-XvcsiDSKBDHfT4XCFnv-XdKwl3WfYyRuOr_3wXNpdYiip8qUObc4VMOgmkDYqhHLJL5g7E7xYu-XTIgU6ImmquPL4h74pF9qWdeHpn5cPbIhA4Ku4GaJZWbJL-9VxB7EoiHpxH3gSr2kR4HwiblkaoPcW9lNMA9HTcQarsbmGsh98FbawqiTUs01NmGa6DKd9uUYV3tzxYoBHzA&h=lYe1uSs3lR4d16DgBWgsOcIYSrWIZ0ut0oGfaCGGFZQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781?api-version=2017-04-18&t=638972600518841430&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=qncU47gF18aizEl3wyTy9co0c9gDRCdBVHAwTTbWGU0UUM2i06m9VAKMCJjzEqN8UB0t3ol-oCmLvA5363wu5TWrgWJYzucQh6-sziydBtCvHUOyN62mkJ_W-r_zc_33m0WG1bMgWjkh51e_-VTLQdNjUIpLAJEOUa37wT5VE7NHOP-KfFQveMSksoyJLUrof4A9idYdL_jANCnuCbDjrFY1BowJdyoWsGXgLkhlAj6Ag4epKYC3Ow-wfmGKRQl32cVv--nKg4AIJ3A4qE5fKoHsYoXnFcLpnh1X6Xau0kmnLVqFj4IAFJgNhzfnE5jzUsg8BZrOtVsi5efURaKexQ&h=8TNHjmWnwcD0VmNBYOlfoNYe871lpl6fY43z2UqnHOY cache-control: - no-cache content-length: @@ -1970,13 +2070,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:55 GMT + - Tue, 28 Oct 2025 14:54:11 GMT etag: - - '"8203f3e7-0000-0500-0000-68c070380000"' + - '"b603162d-0000-0500-0000-6900d9080000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964?api-version=2017-04-18&operationResultResponseType=Location&t=638930389160046438&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dSTQ_oOuKZH1afwhA7bbCxVgGuCmDY2ggz-B1BxaodcT_OxSb6CXMEK1SNRw865i1CyFmwhd_tlQ2ghR-g03UuLSaRgAE_UYIGjjpqSkGds4WjjcalvGrPqXIhV1T8AXcvAPBf-XvcsiDSKBDHfT4XCFnv-XdKwl3WfYyRuOr_3wXNpdYiip8qUObc4VMOgmkDYqhHLJL5g7E7xYu-XTIgU6ImmquPL4h74pF9qWdeHpn5cPbIhA4Ku4GaJZWbJL-9VxB7EoiHpxH3gSr2kR4HwiblkaoPcW9lNMA9HTcQarsbmGsh98FbawqiTUs01NmGa6DKd9uUYV3tzxYoBHzA&h=lYe1uSs3lR4d16DgBWgsOcIYSrWIZ0ut0oGfaCGGFZQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781?api-version=2017-04-18&operationResultResponseType=Location&t=638972600518997905&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=CkkQZdiLq6jHg3yjDk_Hw7NIpVfFGdXVlgJtn7NMdQt_QS1Bo7R8qI5dxIhUtJNdeZHtmNO7C73nhVVNnf0x0SIri562mLf0NioDNVya-WJOSqVntWA1X5H59V666agcreG9_viaS6167E3cQa6g4FKFdS4VjbIaIts3biNob_UQka5aK-PC1tEun_DHlaJ7W_D58yrUyKxFvcj17tn8vXcbCemp_Wn5pvc-i3IkYJ53NBxwto1_pKDhwz8-w8K7iZ4WVSbz09y8L6VZIxzUKZR21Fe3_5L2b0jCe2aBKKJfu3ZGlsZ75noGRLZPllOzwWaJT64dE5ICR56GG9nBpg&h=KxhVvrdgJu0OIKtvOap27AFkpbsYMzZZFSolSwPgNCc pragma: - no-cache strict-transport-security: @@ -1986,15 +2086,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11305' + - '11442' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/01c793b3-1c36-4dbc-b191-92b07b77c13c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/959b10f9-4021-49c0-9cc9-e37cf6c00877 x-ms-ratelimit-remaining-subscription-global-writes: - '12000' x-ms-ratelimit-remaining-subscription-writes: - '800' x-msedge-ref: - - 'Ref A: 82734F6D071B46299E17B40A86802F1B Ref B: MWH011020808023 Ref C: 2025-09-09T18:21:44Z' + - 'Ref A: F420CDF1653C40D196D9A4171EF316F6 Ref B: MWH011020809062 Ref C: 2025-10-28T14:53:59Z' status: code: 202 message: Accepted @@ -2012,12 +2112,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964?api-version=2017-04-18&t=638930389160046438&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dSTQ_oOuKZH1afwhA7bbCxVgGuCmDY2ggz-B1BxaodcT_OxSb6CXMEK1SNRw865i1CyFmwhd_tlQ2ghR-g03UuLSaRgAE_UYIGjjpqSkGds4WjjcalvGrPqXIhV1T8AXcvAPBf-XvcsiDSKBDHfT4XCFnv-XdKwl3WfYyRuOr_3wXNpdYiip8qUObc4VMOgmkDYqhHLJL5g7E7xYu-XTIgU6ImmquPL4h74pF9qWdeHpn5cPbIhA4Ku4GaJZWbJL-9VxB7EoiHpxH3gSr2kR4HwiblkaoPcW9lNMA9HTcQarsbmGsh98FbawqiTUs01NmGa6DKd9uUYV3tzxYoBHzA&h=lYe1uSs3lR4d16DgBWgsOcIYSrWIZ0ut0oGfaCGGFZQ + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781?api-version=2017-04-18&t=638972600518841430&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=qncU47gF18aizEl3wyTy9co0c9gDRCdBVHAwTTbWGU0UUM2i06m9VAKMCJjzEqN8UB0t3ol-oCmLvA5363wu5TWrgWJYzucQh6-sziydBtCvHUOyN62mkJ_W-r_zc_33m0WG1bMgWjkh51e_-VTLQdNjUIpLAJEOUa37wT5VE7NHOP-KfFQveMSksoyJLUrof4A9idYdL_jANCnuCbDjrFY1BowJdyoWsGXgLkhlAj6Ag4epKYC3Ow-wfmGKRQl32cVv--nKg4AIJ3A4qE5fKoHsYoXnFcLpnh1X6Xau0kmnLVqFj4IAFJgNhzfnE5jzUsg8BZrOtVsi5efURaKexQ&h=8TNHjmWnwcD0VmNBYOlfoNYe871lpl6fY43z2UqnHOY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964","name":"3c111d29-73f3-42f1-9068-816c36f5a964","status":"Updating","startTime":"2025-09-09T18:21:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781","name":"fab55f13-ac4a-4b9f-83d9-cc37ef028781","status":"Updating","startTime":"2025-10-28T14:54:11Z"}' headers: cache-control: - no-cache @@ -2026,7 +2126,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:21:56 GMT + - Tue, 28 Oct 2025 14:54:12 GMT expires: - '-1' pragma: @@ -2038,13 +2138,63 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '9' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/94adb785-f9f0-4cc7-90ac-33ee546c5b12 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 401ED3258A654D81A6CF8D98A7965A43 Ref B: MWH011020809054 Ref C: 2025-10-28T14:54:12Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account network-rule add + Connection: + - keep-alive + ParameterSetName: + - -n -g --subnet --vnet-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781?api-version=2017-04-18&t=638972600518841430&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=qncU47gF18aizEl3wyTy9co0c9gDRCdBVHAwTTbWGU0UUM2i06m9VAKMCJjzEqN8UB0t3ol-oCmLvA5363wu5TWrgWJYzucQh6-sziydBtCvHUOyN62mkJ_W-r_zc_33m0WG1bMgWjkh51e_-VTLQdNjUIpLAJEOUa37wT5VE7NHOP-KfFQveMSksoyJLUrof4A9idYdL_jANCnuCbDjrFY1BowJdyoWsGXgLkhlAj6Ag4epKYC3Ow-wfmGKRQl32cVv--nKg4AIJ3A4qE5fKoHsYoXnFcLpnh1X6Xau0kmnLVqFj4IAFJgNhzfnE5jzUsg8BZrOtVsi5efURaKexQ&h=8TNHjmWnwcD0VmNBYOlfoNYe871lpl6fY43z2UqnHOY + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781","name":"fab55f13-ac4a-4b9f-83d9-cc37ef028781","status":"Updating","startTime":"2025-10-28T14:54:11Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:54:42 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bae465f5-d280-4e2b-b3b7-cab83fe7fdda + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/db43c110-e7ae-4ef2-8891-5fe71ca1ebec x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 94DA7563250F42E5BF33E8C133998F3A Ref B: CO6AA3150218011 Ref C: 2025-09-09T18:21:56Z' + - 'Ref A: E056E1C99A6749D5BD31B2B7A7D59A12 Ref B: MWH011020808029 Ref C: 2025-10-28T14:54:42Z' status: code: 200 message: OK @@ -2062,12 +2212,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964?api-version=2017-04-18&t=638930389160046438&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dSTQ_oOuKZH1afwhA7bbCxVgGuCmDY2ggz-B1BxaodcT_OxSb6CXMEK1SNRw865i1CyFmwhd_tlQ2ghR-g03UuLSaRgAE_UYIGjjpqSkGds4WjjcalvGrPqXIhV1T8AXcvAPBf-XvcsiDSKBDHfT4XCFnv-XdKwl3WfYyRuOr_3wXNpdYiip8qUObc4VMOgmkDYqhHLJL5g7E7xYu-XTIgU6ImmquPL4h74pF9qWdeHpn5cPbIhA4Ku4GaJZWbJL-9VxB7EoiHpxH3gSr2kR4HwiblkaoPcW9lNMA9HTcQarsbmGsh98FbawqiTUs01NmGa6DKd9uUYV3tzxYoBHzA&h=lYe1uSs3lR4d16DgBWgsOcIYSrWIZ0ut0oGfaCGGFZQ + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781?api-version=2017-04-18&t=638972600518841430&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=qncU47gF18aizEl3wyTy9co0c9gDRCdBVHAwTTbWGU0UUM2i06m9VAKMCJjzEqN8UB0t3ol-oCmLvA5363wu5TWrgWJYzucQh6-sziydBtCvHUOyN62mkJ_W-r_zc_33m0WG1bMgWjkh51e_-VTLQdNjUIpLAJEOUa37wT5VE7NHOP-KfFQveMSksoyJLUrof4A9idYdL_jANCnuCbDjrFY1BowJdyoWsGXgLkhlAj6Ag4epKYC3Ow-wfmGKRQl32cVv--nKg4AIJ3A4qE5fKoHsYoXnFcLpnh1X6Xau0kmnLVqFj4IAFJgNhzfnE5jzUsg8BZrOtVsi5efURaKexQ&h=8TNHjmWnwcD0VmNBYOlfoNYe871lpl6fY43z2UqnHOY response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/3c111d29-73f3-42f1-9068-816c36f5a964","name":"3c111d29-73f3-42f1-9068-816c36f5a964","status":"Succeeded","startTime":"2025-09-09T18:21:55Z","endTime":"2025-09-09T18:22:26Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/fab55f13-ac4a-4b9f-83d9-cc37ef028781","name":"fab55f13-ac4a-4b9f-83d9-cc37ef028781","status":"Succeeded","startTime":"2025-10-28T14:54:11Z","endTime":"2025-10-28T14:54:43Z"}' headers: cache-control: - no-cache @@ -2076,7 +2226,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:26 GMT + - Tue, 28 Oct 2025 14:55:13 GMT expires: - '-1' pragma: @@ -2088,13 +2238,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/125a8cb9-2864-4cdc-9b3f-031cdfcd4a2a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7e045996-8f89-40f6-bb3b-5d149c151fe0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CCA4D76E78CA4870B771CA16E38E2532 Ref B: MWH011020809029 Ref C: 2025-09-09T18:22:26Z' + - 'Ref A: 908D2803658D452FA32C4BB8FC517195 Ref B: CO6AA3150217019 Ref C: 2025-10-28T14:55:13Z' status: code: 200 message: OK @@ -2112,12 +2262,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820368f1-0000-0500-0000-68c070620000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:44.6138624Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603c736-0000-0500-0000-6900d9330000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:54:00.3684495Z"}}' headers: cache-control: - no-cache @@ -2126,9 +2276,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:27 GMT + - Tue, 28 Oct 2025 14:55:12 GMT etag: - - '"820368f1-0000-0500-0000-68c070620000"' + - '"b603c736-0000-0500-0000-6900d9330000"' expires: - '-1' pragma: @@ -2140,11 +2290,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '20' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 96999604BC9E47FA837165989CA8340E Ref B: CO6AA3150217045 Ref C: 2025-09-09T18:22:27Z' + - 'Ref A: BEC5AA3169CA47D6B12B1DCDDAE99378 Ref B: CO6AA3150220039 Ref C: 2025-10-28T14:55:13Z' status: code: 200 message: OK @@ -2162,12 +2312,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820368f1-0000-0500-0000-68c070620000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:44.6138624Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603c736-0000-0500-0000-6900d9330000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:54:00.3684495Z"}}' headers: cache-control: - no-cache @@ -2176,9 +2326,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:27 GMT + - Tue, 28 Oct 2025 14:55:13 GMT etag: - - '"820368f1-0000-0500-0000-68c070620000"' + - '"b603c736-0000-0500-0000-6900d9330000"' expires: - '-1' pragma: @@ -2190,11 +2340,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '21' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E23A6E7E0BE34D0A9A577C6BAE2E5346 Ref B: CO6AA3150219025 Ref C: 2025-09-09T18:22:27Z' + - 'Ref A: 2E6B6E56895D472FA9AB02C99FBC5443 Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:55:14Z' status: code: 200 message: OK @@ -2212,12 +2362,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820368f1-0000-0500-0000-68c070620000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:21:44.6138624Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603c736-0000-0500-0000-6900d9330000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"200.0.0.1"},{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:54:00.3684495Z"}}' headers: cache-control: - no-cache @@ -2226,9 +2376,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:27 GMT + - Tue, 28 Oct 2025 14:55:14 GMT etag: - - '"820368f1-0000-0500-0000-68c070620000"' + - '"b603c736-0000-0500-0000-6900d9330000"' expires: - '-1' pragma: @@ -2240,11 +2390,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '12' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5A67BABF4E85455094B1C184C9F1EBC9 Ref B: CO6AA3150218021 Ref C: 2025-09-09T18:22:28Z' + - 'Ref A: 3F5BD9C1E493455F85296EF5D68AA519 Ref B: CO6AA3150218053 Ref C: 2025-10-28T14:55:14Z' status: code: 200 message: OK @@ -2269,15 +2419,15 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203bcf1-0000-0500-0000-68c070640000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:22:28.7384203Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603da3d-0000-0500-0000-6900d9530000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:55:15.6074349Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df?api-version=2017-04-18&t=638930389499573327&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=R3P8XnFnVvrHj4NBz8igMP9wwv3qCfNHA9MpRrMXb6vNuSy1QF52ugDBTMRAtecHpWR7LKZPPDN-INuIiNFPPJT0dxxKShERzc9gDY4wrqfHlQGZ1-j6fwx_PUe1DB1KzF6XhntE9DMFJGXiRshktCrLuowwceroQE_Zu5ogmyeH-fKxJpuY09HBDWC8JqhAAtwfA7kVyRlLqbe1o56DrTSQm0dmChYB4kD2BRl-94hmx5XXeNWYltWpwptRcot4BRTKhlVD5bUxODGmcSwKrPOVzqpCrpLrGeJUD9Xv6-pRdPp7dR-HBtI8OvwgQBVkrY94ni2Psf9zuutV5-imgg&h=RcjrPE5GCWzSBEtcX6f7wHrWUQBmdhMozV9H2oYdJHM + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064?api-version=2017-04-18&t=638972601169043752&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=CWfQJykmSx5d6osGxWSnoj5fkLo1iWvjrQWYbTfAXd9D3czUuNsiv72F-jhIEkjsV44wpeJzRIT8gI2LAnPjCVaVC0SG6mbSi3eb9du09zJtDDa_qvtEA5w5m5-RdRwODjAvy50c4PRPh-7SW17Qr5qgteT2ys-9NyzHV3YPUwTCHakSG4O7ndkUX6b1VXngDY3QxONvy9qkksOJj0doa2i79d8knitN98ABV2wQFxshT_WULsR5r6BxWIGFcZR9eJHs_A5wg4kiaE7ZHfAAHgKE44nrXbpbsVmUGo3FXn6rBJy6MgTiNuGpHs_aazr9eWRE-Q9k96bL6XZnjlXe1A&h=s46Hf-LnnYy9cP4mDk-pj23WCT1fpbwY1_MwQbjQ04M cache-control: - no-cache content-length: @@ -2285,13 +2435,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:29 GMT + - Tue, 28 Oct 2025 14:55:16 GMT etag: - - '"8203bcf1-0000-0500-0000-68c070640000"' + - '"b603da3d-0000-0500-0000-6900d9530000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df?api-version=2017-04-18&operationResultResponseType=Location&t=638930389499728441&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=gZLIe0slpapVmPmvzMk6oaddFVY2x_HTYKPDMmz2px5vguGMaYDot6DkNGiuG6rFs20b3kbofUXk_W5TK6jPrQZR4LU7sLsemIAzDRiHsx91fBAUGFxPLYTuLHdV2ww_6s1VQqQzOi2OTpBNCi3t5OzMBG2YQm-1vCtCpBAS3_yWdFDhwi5FC5kHHwsyFoaKBOaEiaiGmZmYl484AQsZfXEyZ1h4E6iCT44xR8Jeq37nNoKsqJkOQl3-8x7d2JQKs_Fs61njbcTeghLGn6-mgwSJ5fC7kLP2agSzqG6yvmPdqP30M7mhMq3rLL3HGvImxG_sHlWYAGIf1mxS-2gsOg&h=9F1UoaHFNp_WnkynlrO1e6F-bOr8p4HIIIPOoTYEZP4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064?api-version=2017-04-18&operationResultResponseType=Location&t=638972601169043752&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=CWfQJykmSx5d6osGxWSnoj5fkLo1iWvjrQWYbTfAXd9D3czUuNsiv72F-jhIEkjsV44wpeJzRIT8gI2LAnPjCVaVC0SG6mbSi3eb9du09zJtDDa_qvtEA5w5m5-RdRwODjAvy50c4PRPh-7SW17Qr5qgteT2ys-9NyzHV3YPUwTCHakSG4O7ndkUX6b1VXngDY3QxONvy9qkksOJj0doa2i79d8knitN98ABV2wQFxshT_WULsR5r6BxWIGFcZR9eJHs_A5wg4kiaE7ZHfAAHgKE44nrXbpbsVmUGo3FXn6rBJy6MgTiNuGpHs_aazr9eWRE-Q9k96bL6XZnjlXe1A&h=s46Hf-LnnYy9cP4mDk-pj23WCT1fpbwY1_MwQbjQ04M pragma: - no-cache strict-transport-security: @@ -2301,15 +2451,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1135' + - '1170' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7750e997-bf7a-484a-ae2e-1476fea85694 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/c9898c7b-4835-4cd0-805e-3af84e3d3abc x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 56432BAD5645465A91E7F8D5C19888E5 Ref B: MWH011020807025 Ref C: 2025-09-09T18:22:28Z' + - 'Ref A: BEB4E5629A0A4B0CA82D499C223D3567 Ref B: MWH011020809040 Ref C: 2025-10-28T14:55:15Z' status: code: 202 message: Accepted @@ -2327,12 +2477,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df?api-version=2017-04-18&t=638930389499573327&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=R3P8XnFnVvrHj4NBz8igMP9wwv3qCfNHA9MpRrMXb6vNuSy1QF52ugDBTMRAtecHpWR7LKZPPDN-INuIiNFPPJT0dxxKShERzc9gDY4wrqfHlQGZ1-j6fwx_PUe1DB1KzF6XhntE9DMFJGXiRshktCrLuowwceroQE_Zu5ogmyeH-fKxJpuY09HBDWC8JqhAAtwfA7kVyRlLqbe1o56DrTSQm0dmChYB4kD2BRl-94hmx5XXeNWYltWpwptRcot4BRTKhlVD5bUxODGmcSwKrPOVzqpCrpLrGeJUD9Xv6-pRdPp7dR-HBtI8OvwgQBVkrY94ni2Psf9zuutV5-imgg&h=RcjrPE5GCWzSBEtcX6f7wHrWUQBmdhMozV9H2oYdJHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064?api-version=2017-04-18&t=638972601169043752&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=CWfQJykmSx5d6osGxWSnoj5fkLo1iWvjrQWYbTfAXd9D3czUuNsiv72F-jhIEkjsV44wpeJzRIT8gI2LAnPjCVaVC0SG6mbSi3eb9du09zJtDDa_qvtEA5w5m5-RdRwODjAvy50c4PRPh-7SW17Qr5qgteT2ys-9NyzHV3YPUwTCHakSG4O7ndkUX6b1VXngDY3QxONvy9qkksOJj0doa2i79d8knitN98ABV2wQFxshT_WULsR5r6BxWIGFcZR9eJHs_A5wg4kiaE7ZHfAAHgKE44nrXbpbsVmUGo3FXn6rBJy6MgTiNuGpHs_aazr9eWRE-Q9k96bL6XZnjlXe1A&h=s46Hf-LnnYy9cP4mDk-pj23WCT1fpbwY1_MwQbjQ04M response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df","name":"ae733371-ce0a-4825-b89b-7983c03813df","status":"Updating","startTime":"2025-09-09T18:22:29Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064","name":"f44cdb2b-a53a-4199-ba13-6dfd25926064","status":"Updating","startTime":"2025-10-28T14:55:16Z"}' headers: cache-control: - no-cache @@ -2341,7 +2491,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:22:29 GMT + - Tue, 28 Oct 2025 14:55:17 GMT expires: - '-1' pragma: @@ -2353,13 +2503,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '11' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b3dee354-87f6-433b-9a50-c3c742e14d3b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d7267dd1-5f70-4bd4-b0b0-1363c3ff2661 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1BF73C523A1F40639E274A959E706AE1 Ref B: MWH011020809062 Ref C: 2025-09-09T18:22:30Z' + - 'Ref A: F22449CAD73F43CC9F316D03B5951041 Ref B: CO6AA3150219045 Ref C: 2025-10-28T14:55:17Z' status: code: 200 message: OK @@ -2377,12 +2527,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df?api-version=2017-04-18&t=638930389499573327&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=R3P8XnFnVvrHj4NBz8igMP9wwv3qCfNHA9MpRrMXb6vNuSy1QF52ugDBTMRAtecHpWR7LKZPPDN-INuIiNFPPJT0dxxKShERzc9gDY4wrqfHlQGZ1-j6fwx_PUe1DB1KzF6XhntE9DMFJGXiRshktCrLuowwceroQE_Zu5ogmyeH-fKxJpuY09HBDWC8JqhAAtwfA7kVyRlLqbe1o56DrTSQm0dmChYB4kD2BRl-94hmx5XXeNWYltWpwptRcot4BRTKhlVD5bUxODGmcSwKrPOVzqpCrpLrGeJUD9Xv6-pRdPp7dR-HBtI8OvwgQBVkrY94ni2Psf9zuutV5-imgg&h=RcjrPE5GCWzSBEtcX6f7wHrWUQBmdhMozV9H2oYdJHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064?api-version=2017-04-18&t=638972601169043752&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=CWfQJykmSx5d6osGxWSnoj5fkLo1iWvjrQWYbTfAXd9D3czUuNsiv72F-jhIEkjsV44wpeJzRIT8gI2LAnPjCVaVC0SG6mbSi3eb9du09zJtDDa_qvtEA5w5m5-RdRwODjAvy50c4PRPh-7SW17Qr5qgteT2ys-9NyzHV3YPUwTCHakSG4O7ndkUX6b1VXngDY3QxONvy9qkksOJj0doa2i79d8knitN98ABV2wQFxshT_WULsR5r6BxWIGFcZR9eJHs_A5wg4kiaE7ZHfAAHgKE44nrXbpbsVmUGo3FXn6rBJy6MgTiNuGpHs_aazr9eWRE-Q9k96bL6XZnjlXe1A&h=s46Hf-LnnYy9cP4mDk-pj23WCT1fpbwY1_MwQbjQ04M response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df","name":"ae733371-ce0a-4825-b89b-7983c03813df","status":"Updating","startTime":"2025-09-09T18:22:29Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064","name":"f44cdb2b-a53a-4199-ba13-6dfd25926064","status":"Updating","startTime":"2025-10-28T14:55:16Z"}' headers: cache-control: - no-cache @@ -2391,7 +2541,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:00 GMT + - Tue, 28 Oct 2025 14:55:47 GMT expires: - '-1' pragma: @@ -2403,13 +2553,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '22' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9802d717-0582-4838-a941-775cddfbbcd6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/328225d9-29ee-4adc-8cb8-3a9f020268e0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: AD20B66BB10A461195A4094D30FA030C Ref B: MWH011020806042 Ref C: 2025-09-09T18:23:00Z' + - 'Ref A: F2AD3BF56F6C4EB4B4DF6C0DF2C2E678 Ref B: MWH011020807036 Ref C: 2025-10-28T14:55:47Z' status: code: 200 message: OK @@ -2427,12 +2577,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df?api-version=2017-04-18&t=638930389499573327&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=R3P8XnFnVvrHj4NBz8igMP9wwv3qCfNHA9MpRrMXb6vNuSy1QF52ugDBTMRAtecHpWR7LKZPPDN-INuIiNFPPJT0dxxKShERzc9gDY4wrqfHlQGZ1-j6fwx_PUe1DB1KzF6XhntE9DMFJGXiRshktCrLuowwceroQE_Zu5ogmyeH-fKxJpuY09HBDWC8JqhAAtwfA7kVyRlLqbe1o56DrTSQm0dmChYB4kD2BRl-94hmx5XXeNWYltWpwptRcot4BRTKhlVD5bUxODGmcSwKrPOVzqpCrpLrGeJUD9Xv6-pRdPp7dR-HBtI8OvwgQBVkrY94ni2Psf9zuutV5-imgg&h=RcjrPE5GCWzSBEtcX6f7wHrWUQBmdhMozV9H2oYdJHM + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064?api-version=2017-04-18&t=638972601169043752&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=CWfQJykmSx5d6osGxWSnoj5fkLo1iWvjrQWYbTfAXd9D3czUuNsiv72F-jhIEkjsV44wpeJzRIT8gI2LAnPjCVaVC0SG6mbSi3eb9du09zJtDDa_qvtEA5w5m5-RdRwODjAvy50c4PRPh-7SW17Qr5qgteT2ys-9NyzHV3YPUwTCHakSG4O7ndkUX6b1VXngDY3QxONvy9qkksOJj0doa2i79d8knitN98ABV2wQFxshT_WULsR5r6BxWIGFcZR9eJHs_A5wg4kiaE7ZHfAAHgKE44nrXbpbsVmUGo3FXn6rBJy6MgTiNuGpHs_aazr9eWRE-Q9k96bL6XZnjlXe1A&h=s46Hf-LnnYy9cP4mDk-pj23WCT1fpbwY1_MwQbjQ04M response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ae733371-ce0a-4825-b89b-7983c03813df","name":"ae733371-ce0a-4825-b89b-7983c03813df","status":"Succeeded","startTime":"2025-09-09T18:22:29Z","endTime":"2025-09-09T18:23:01Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/f44cdb2b-a53a-4199-ba13-6dfd25926064","name":"f44cdb2b-a53a-4199-ba13-6dfd25926064","status":"Succeeded","startTime":"2025-10-28T14:55:16Z","endTime":"2025-10-28T14:55:48Z"}' headers: cache-control: - no-cache @@ -2441,7 +2591,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:31 GMT + - Tue, 28 Oct 2025 14:56:18 GMT expires: - '-1' pragma: @@ -2453,13 +2603,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/75d60dce-146a-46e1-87ad-e91e950496e9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4db93e27-e8e8-4d37-93ac-a7c84af4b7a8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 403F3021FDF945EF87E4F399BA13D07E Ref B: CO6AA3150219019 Ref C: 2025-09-09T18:23:31Z' + - 'Ref A: DF84C408A42941A1A9B71DBE1F1D44F3 Ref B: MWH011020807062 Ref C: 2025-10-28T14:56:18Z' status: code: 200 message: OK @@ -2477,12 +2627,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a3f6-0000-0500-0000-68c070850000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:22:28.7384203Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f944-0000-0500-0000-6900d9740000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:55:15.6074349Z"}}' headers: cache-control: - no-cache @@ -2491,9 +2641,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:30 GMT + - Tue, 28 Oct 2025 14:56:18 GMT etag: - - '"8203a3f6-0000-0500-0000-68c070850000"' + - '"b603f944-0000-0500-0000-6900d9740000"' expires: - '-1' pragma: @@ -2505,11 +2655,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 58697C1DA1A7480B8D571E11C3BABE5B Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:23:31Z' + - 'Ref A: 6330B7A616F6425DAC05B791B02A2082 Ref B: MWH011020808036 Ref C: 2025-10-28T14:56:18Z' status: code: 200 message: OK @@ -2527,12 +2677,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a3f6-0000-0500-0000-68c070850000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:22:28.7384203Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f944-0000-0500-0000-6900d9740000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:55:15.6074349Z"}}' headers: cache-control: - no-cache @@ -2541,9 +2691,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:31 GMT + - Tue, 28 Oct 2025 14:56:19 GMT etag: - - '"8203a3f6-0000-0500-0000-68c070850000"' + - '"b603f944-0000-0500-0000-6900d9740000"' expires: - '-1' pragma: @@ -2555,11 +2705,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '14' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E2B4757AFA164FB2842DDC9D2ACA9D19 Ref B: MWH011020809062 Ref C: 2025-09-09T18:23:31Z' + - 'Ref A: 8B51D9FCC2804190A75EED2376CF61B2 Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:56:19Z' status: code: 200 message: OK @@ -2577,12 +2727,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203a3f6-0000-0500-0000-68c070850000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:22:28.7384203Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603f944-0000-0500-0000-6900d9740000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"value":"100.0.0.0/24"}]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:55:15.6074349Z"}}' headers: cache-control: - no-cache @@ -2591,9 +2741,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:31 GMT + - Tue, 28 Oct 2025 14:56:19 GMT etag: - - '"8203a3f6-0000-0500-0000-68c070850000"' + - '"b603f944-0000-0500-0000-6900d9740000"' expires: - '-1' pragma: @@ -2605,11 +2755,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 98DDF48E7946448D8F8EDEBA4296F053 Ref B: MWH011020807042 Ref C: 2025-09-09T18:23:32Z' + - 'Ref A: 67194F36063D4067A141648F19D131DC Ref B: MWH011020808060 Ref C: 2025-10-28T14:56:19Z' status: code: 200 message: OK @@ -2634,15 +2784,15 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820355fb-0000-0500-0000-68c070a50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:32.937299Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603774b-0000-0500-0000-6900d9940000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:20.315452Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9?api-version=2017-04-18&t=638930390139217700&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i56mTXV2bzq-uy1MD_os8I067frMJSlYhm5dBiLeiGeUBmPHMxz4XGMUCUcw4upYhiIovbBUzS0kVnc1YgXkr8BgJ7fMop6f2kEqasNuiVyBtDUW5iewjXhzIKMjS1ZusuMFf0EViExkUol5pVt6ZPOw89qvKRW5iDQmOnwPmgps0eYfNtpZnGVfTy-170-K2DW3NfO7sVTkAd5tHjrWWiNrpNNifnWdjNKaLbggT9TGnxcoMGCXpWTZr1vkLfSIJp8PpFyeXcm6MdHPLN4C7BtdgiiwE5XTyrwq7VT2u63L-4x0hNKZrMBG6ZECSkzWKISSZCbRbv_DL24YWoMnDQ&h=GUTLEJOEnMlcA9ttoZ2HrK0ztq70w-Tpqj3hUnDUAhI + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7?api-version=2017-04-18&t=638972601814874572&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=a4mlawbaVnRN7g0OOiR9coctTiCnj3BqDNPxF7zz-DD7eF82fWWrvKLmss8f38bDyduIj0tGO6Yb5iCLyxnlSE_hSGyeg9xI1zWD53ACrmWdK5Dlzsl6wx-MJ0_sgaOkfKsh_mldbP3ZlRd_kAGXFfTcPo0FjJpxpbxjU0ViIei4t1qLgRmi68jtIzB5PTvgCcNwOlvpeX9AsxK7oP0Et83W01jkDuMuo6M8ZFkx6Bzn4YLt-LnPY7CThjfS9z1LYwUAIZqKPFX0bxd4OYmJub6AAAjVcac1KWOMh7afnTMflU5iKGxE_3j0dYn3o7gg4KwACX1vG7W-6DIL0KCHfQ&h=7hE0tuFpEQeqiE_W_KfKAD5f5ZzrLHBw0bANTBoBjq4 cache-control: - no-cache content-length: @@ -2650,13 +2800,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:33 GMT + - Tue, 28 Oct 2025 14:56:20 GMT etag: - - '"820355fb-0000-0500-0000-68c070a50000"' + - '"b603774b-0000-0500-0000-6900d9940000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9?api-version=2017-04-18&operationResultResponseType=Location&t=638930390139374078&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=LLTdFMA0Yp1dF_TK_qBXEaAK2JGXH5J0vG6UbWWiiBe8s0TfDszBG3y1pWRwx0YbGScGbukvnB07rdIbmTksUp0MhW2A83HfZmJgQ4dXCjgKjL_DUJH09iZmTbN1-QA8JxifLosZ-wgH_rWmVrsD97nT7HEjC_b5ETD3QrKNnaysLPPA461Y3TKKzFRH2SGJO2MqGgdfe8gA9T4CcrPsyc63yaaQ_4d4P1D_5YM6isZkSiP7TM90U1uojfQIjjk_VrZIhj6zHpuacQsxKFIQ7y4fkEBlKbaq74NerEq8IcPp0Ur1okytuFAs7lRWNoEAi_C2B66ItzC2XMoSZidDNQ&h=rlLbClMhYAElCU0vcfsZPCGDiuZFzYATvvSAumzMn3g + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7?api-version=2017-04-18&operationResultResponseType=Location&t=638972601815030822&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wAOjs661TCzChKXuGUQXxziKnc98UCrHPt_Anr6XtOpPBFkuBlRGtgqJKHnLt16amly914oswzAy-kuSr9rmWf8WiDHryyqARmfZzB7hl_YpboxrTJ1OqCSZcaY0TGMpwmhuR3RL_sGfAPP1LNHxGRUW06sMtEldhjfmITgLGTLkHj_aAC-1E0KG6AWZF74TbtZVPER_uM5EbU2g2ehn-5t3e1ahyO2FzU4Wp5ersgXr4E9Dn7pgOW2IItr14J7i98hEn4Hj66VPRtDyImyFzVDuG1taquykKcvcMhqqkecpd6tBRsiuABCfAIlfNFxFoUk5Bg9UgAILvqVHOggS5Q&h=0-HDwgfwQzi17ylCWEeobcdGybdZkAUqPLbLA7aqGl4 pragma: - no-cache strict-transport-security: @@ -2666,15 +2816,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '858' + - '1093' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/afabcf49-94fe-4b38-b42e-c475b1e8b2d3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/56e99b3a-c552-4bba-9111-d152fc2f0f9e x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 70883940888A4E00AC9BF18514267881 Ref B: CO6AA3150219023 Ref C: 2025-09-09T18:23:32Z' + - 'Ref A: 71BCFF8BC3564C168F629DFFB5F8D943 Ref B: CO6AA3150217009 Ref C: 2025-10-28T14:56:19Z' status: code: 202 message: Accepted @@ -2692,12 +2842,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9?api-version=2017-04-18&t=638930390139217700&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i56mTXV2bzq-uy1MD_os8I067frMJSlYhm5dBiLeiGeUBmPHMxz4XGMUCUcw4upYhiIovbBUzS0kVnc1YgXkr8BgJ7fMop6f2kEqasNuiVyBtDUW5iewjXhzIKMjS1ZusuMFf0EViExkUol5pVt6ZPOw89qvKRW5iDQmOnwPmgps0eYfNtpZnGVfTy-170-K2DW3NfO7sVTkAd5tHjrWWiNrpNNifnWdjNKaLbggT9TGnxcoMGCXpWTZr1vkLfSIJp8PpFyeXcm6MdHPLN4C7BtdgiiwE5XTyrwq7VT2u63L-4x0hNKZrMBG6ZECSkzWKISSZCbRbv_DL24YWoMnDQ&h=GUTLEJOEnMlcA9ttoZ2HrK0ztq70w-Tpqj3hUnDUAhI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7?api-version=2017-04-18&t=638972601814874572&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=a4mlawbaVnRN7g0OOiR9coctTiCnj3BqDNPxF7zz-DD7eF82fWWrvKLmss8f38bDyduIj0tGO6Yb5iCLyxnlSE_hSGyeg9xI1zWD53ACrmWdK5Dlzsl6wx-MJ0_sgaOkfKsh_mldbP3ZlRd_kAGXFfTcPo0FjJpxpbxjU0ViIei4t1qLgRmi68jtIzB5PTvgCcNwOlvpeX9AsxK7oP0Et83W01jkDuMuo6M8ZFkx6Bzn4YLt-LnPY7CThjfS9z1LYwUAIZqKPFX0bxd4OYmJub6AAAjVcac1KWOMh7afnTMflU5iKGxE_3j0dYn3o7gg4KwACX1vG7W-6DIL0KCHfQ&h=7hE0tuFpEQeqiE_W_KfKAD5f5ZzrLHBw0bANTBoBjq4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","name":"4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","status":"Updating","startTime":"2025-09-09T18:23:33Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7","name":"ce65044b-b197-4815-87fb-0f7a1f8effb7","status":"Updating","startTime":"2025-10-28T14:56:21Z"}' headers: cache-control: - no-cache @@ -2706,7 +2856,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:23:33 GMT + - Tue, 28 Oct 2025 14:56:21 GMT expires: - '-1' pragma: @@ -2718,13 +2868,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4a10dbf1-bb44-4fef-b9d0-f1bbde7bd235 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/eb37c167-1897-424e-9a65-590eab85ae3f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0D13DD8A24F547C7918C16BCAE5B387F Ref B: CO6AA3150219017 Ref C: 2025-09-09T18:23:34Z' + - 'Ref A: DE9BA846045E4A5EB3DA1A2C006A9963 Ref B: CO6AA3150219023 Ref C: 2025-10-28T14:56:21Z' status: code: 200 message: OK @@ -2742,12 +2892,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9?api-version=2017-04-18&t=638930390139217700&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i56mTXV2bzq-uy1MD_os8I067frMJSlYhm5dBiLeiGeUBmPHMxz4XGMUCUcw4upYhiIovbBUzS0kVnc1YgXkr8BgJ7fMop6f2kEqasNuiVyBtDUW5iewjXhzIKMjS1ZusuMFf0EViExkUol5pVt6ZPOw89qvKRW5iDQmOnwPmgps0eYfNtpZnGVfTy-170-K2DW3NfO7sVTkAd5tHjrWWiNrpNNifnWdjNKaLbggT9TGnxcoMGCXpWTZr1vkLfSIJp8PpFyeXcm6MdHPLN4C7BtdgiiwE5XTyrwq7VT2u63L-4x0hNKZrMBG6ZECSkzWKISSZCbRbv_DL24YWoMnDQ&h=GUTLEJOEnMlcA9ttoZ2HrK0ztq70w-Tpqj3hUnDUAhI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7?api-version=2017-04-18&t=638972601814874572&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=a4mlawbaVnRN7g0OOiR9coctTiCnj3BqDNPxF7zz-DD7eF82fWWrvKLmss8f38bDyduIj0tGO6Yb5iCLyxnlSE_hSGyeg9xI1zWD53ACrmWdK5Dlzsl6wx-MJ0_sgaOkfKsh_mldbP3ZlRd_kAGXFfTcPo0FjJpxpbxjU0ViIei4t1qLgRmi68jtIzB5PTvgCcNwOlvpeX9AsxK7oP0Et83W01jkDuMuo6M8ZFkx6Bzn4YLt-LnPY7CThjfS9z1LYwUAIZqKPFX0bxd4OYmJub6AAAjVcac1KWOMh7afnTMflU5iKGxE_3j0dYn3o7gg4KwACX1vG7W-6DIL0KCHfQ&h=7hE0tuFpEQeqiE_W_KfKAD5f5ZzrLHBw0bANTBoBjq4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","name":"4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","status":"Updating","startTime":"2025-09-09T18:23:33Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7","name":"ce65044b-b197-4815-87fb-0f7a1f8effb7","status":"Updating","startTime":"2025-10-28T14:56:21Z"}' headers: cache-control: - no-cache @@ -2756,7 +2906,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:04 GMT + - Tue, 28 Oct 2025 14:56:52 GMT expires: - '-1' pragma: @@ -2768,13 +2918,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/51282275-e0af-4036-b039-12317e03489a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f145967e-6b98-466d-974e-5b6d35030c17 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 22AD875165A1476E88EBE6178E61D4EB Ref B: MWH011020807060 Ref C: 2025-09-09T18:24:04Z' + - 'Ref A: F3377B028C784D65AEFCE34E0E1AE1B1 Ref B: MWH011020809042 Ref C: 2025-10-28T14:56:52Z' status: code: 200 message: OK @@ -2792,12 +2942,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9?api-version=2017-04-18&t=638930390139217700&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i56mTXV2bzq-uy1MD_os8I067frMJSlYhm5dBiLeiGeUBmPHMxz4XGMUCUcw4upYhiIovbBUzS0kVnc1YgXkr8BgJ7fMop6f2kEqasNuiVyBtDUW5iewjXhzIKMjS1ZusuMFf0EViExkUol5pVt6ZPOw89qvKRW5iDQmOnwPmgps0eYfNtpZnGVfTy-170-K2DW3NfO7sVTkAd5tHjrWWiNrpNNifnWdjNKaLbggT9TGnxcoMGCXpWTZr1vkLfSIJp8PpFyeXcm6MdHPLN4C7BtdgiiwE5XTyrwq7VT2u63L-4x0hNKZrMBG6ZECSkzWKISSZCbRbv_DL24YWoMnDQ&h=GUTLEJOEnMlcA9ttoZ2HrK0ztq70w-Tpqj3hUnDUAhI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7?api-version=2017-04-18&t=638972601814874572&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=a4mlawbaVnRN7g0OOiR9coctTiCnj3BqDNPxF7zz-DD7eF82fWWrvKLmss8f38bDyduIj0tGO6Yb5iCLyxnlSE_hSGyeg9xI1zWD53ACrmWdK5Dlzsl6wx-MJ0_sgaOkfKsh_mldbP3ZlRd_kAGXFfTcPo0FjJpxpbxjU0ViIei4t1qLgRmi68jtIzB5PTvgCcNwOlvpeX9AsxK7oP0Et83W01jkDuMuo6M8ZFkx6Bzn4YLt-LnPY7CThjfS9z1LYwUAIZqKPFX0bxd4OYmJub6AAAjVcac1KWOMh7afnTMflU5iKGxE_3j0dYn3o7gg4KwACX1vG7W-6DIL0KCHfQ&h=7hE0tuFpEQeqiE_W_KfKAD5f5ZzrLHBw0bANTBoBjq4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","name":"4daae0aa-1f50-4ec1-abe2-da42eb01c8a9","status":"Succeeded","startTime":"2025-09-09T18:23:33Z","endTime":"2025-09-09T18:24:05Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/ce65044b-b197-4815-87fb-0f7a1f8effb7","name":"ce65044b-b197-4815-87fb-0f7a1f8effb7","status":"Succeeded","startTime":"2025-10-28T14:56:21Z","endTime":"2025-10-28T14:56:52Z"}' headers: cache-control: - no-cache @@ -2806,7 +2956,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:34 GMT + - Tue, 28 Oct 2025 14:57:22 GMT expires: - '-1' pragma: @@ -2818,13 +2968,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/769303d6-010f-4034-81b5-407800e432f3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/5c86c7e0-b7e3-43a4-ad14-6a953e6a80cb x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 6D54B713D0EA42C3812E57E683A21213 Ref B: MWH011020806060 Ref C: 2025-09-09T18:24:35Z' + - 'Ref A: 72FB33C7863945619EDAEFAAA2CEEE89 Ref B: CO6AA3150220047 Ref C: 2025-10-28T14:57:22Z' status: code: 200 message: OK @@ -2842,12 +2992,12 @@ interactions: ParameterSetName: - -n -g --ip-address User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83037100-0000-0500-0000-68c070c50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:32.937299Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6030352-0000-0500-0000-6900d9b40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:20.315452Z"}}' headers: cache-control: - no-cache @@ -2856,9 +3006,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:35 GMT + - Tue, 28 Oct 2025 14:57:23 GMT etag: - - '"83037100-0000-0500-0000-68c070c50000"' + - '"b6030352-0000-0500-0000-6900d9b40000"' expires: - '-1' pragma: @@ -2870,11 +3020,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D2FB0E20B51F40948BCC2836400F9BB5 Ref B: MWH011020808023 Ref C: 2025-09-09T18:24:35Z' + - 'Ref A: 8FE7A28C01DA4A2DAB32D08D8016F778 Ref B: MWH011020809062 Ref C: 2025-10-28T14:57:23Z' status: code: 200 message: OK @@ -2892,12 +3042,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83037100-0000-0500-0000-68c070c50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:32.937299Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6030352-0000-0500-0000-6900d9b40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:20.315452Z"}}' headers: cache-control: - no-cache @@ -2906,9 +3056,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:35 GMT + - Tue, 28 Oct 2025 14:57:23 GMT etag: - - '"83037100-0000-0500-0000-68c070c50000"' + - '"b6030352-0000-0500-0000-6900d9b40000"' expires: - '-1' pragma: @@ -2920,11 +3070,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 30C1D08D550C42FDA38C9EBB80BBF752 Ref B: CO6AA3150219035 Ref C: 2025-09-09T18:24:35Z' + - 'Ref A: 78D87870713640B9AB0AD18BB840F0FA Ref B: MWH011020808029 Ref C: 2025-10-28T14:57:23Z' status: code: 200 message: OK @@ -2942,12 +3092,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83037100-0000-0500-0000-68c070c50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:23:32.937299Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6030352-0000-0500-0000-6900d9b40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","ignoreMissingVnetServiceEndpoint":true},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:56:20.315452Z"}}' headers: cache-control: - no-cache @@ -2956,9 +3106,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:35 GMT + - Tue, 28 Oct 2025 14:57:24 GMT etag: - - '"83037100-0000-0500-0000-68c070c50000"' + - '"b6030352-0000-0500-0000-6900d9b40000"' expires: - '-1' pragma: @@ -2970,11 +3120,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B7F89C5E956344859F23B8FB894C34A9 Ref B: CO6AA3150217009 Ref C: 2025-09-09T18:24:36Z' + - 'Ref A: 186DD3AED06E4BDBAB12232214CC1070 Ref B: MWH011020809062 Ref C: 2025-10-28T14:57:24Z' status: code: 200 message: OK @@ -2998,15 +3148,15 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83034508-0000-0500-0000-68c070e40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:24:36.7281745Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6033659-0000-0500-0000-6900d9d50000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:57:25.0071064Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb?api-version=2017-04-18&t=638930390777125983&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=RuZ8bk8rYd4Uge68iV3pSH8Rlk77f4cVPIF9ZGDFvDROkzFwzEwt5Fdd_PQ9ykizXyUkesE4KBP5kieMSmQd7HkD4usMuQ6NSgrC4U6DB1ys5AvaAmiJg1UsboWCq4_D2L7nhMHDU3ComCwCylU4WW6czK3EvwekT8VNRiKNSAbkKBJx0efxNwNIO8sm2R2N00OhiawOIOxmnW1MzKO9cXJNp0gnDsPvqDmeXBj3lbLTWMLa6J5h1D_LOqGtiJl7bNe67UfKkpB6O32qzH4M5l9xcKHnja0W6DliUM_cyEz7Gn3a0zym227LQkHXCJl8O2FuLjQiIwouMEXdn_5KmA&h=1XD7ygTnVh4_eQK3aDQbwevbGsEz7Mv7XPaUHRUB7ic + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317?api-version=2017-04-18&t=638972602462570762&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Y9dK32NYWxZWtWSL3RclPn7rus6DT7n9--pXTRWSwAOmksEirF008wjOTYXzq_3nZaNuXsnc2PxgwKd0vHpZ7Ww3AmzhLu4QpWbH7gnn_QqnCpY_fFJUCwizfNifCVx6f9n56e9fVKmydXxGAyWT41glbIWJiBJ8MtWx6KzZsEnTv2RjdyMYYynjZRbrGAsFBSsGlCwIfKHoOVtIQOcGQ9u8-SQL3Pdow0LNyFS3sHt7qqKgdybMQvAJFkONjoz52sTJaCmjmvvorRptJWbctmy2fVIy3ouhk5xoDdCSiZojlmEGdjfaHQjkuWenpRJ1HkMVbNYk58rsm2CcVr2_4g&h=NYgphklbym6rT5rvdryPpBzfn1JeL83uMW8PMx--L7k cache-control: - no-cache content-length: @@ -3014,13 +3164,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:37 GMT + - Tue, 28 Oct 2025 14:57:25 GMT etag: - - '"83034508-0000-0500-0000-68c070e40000"' + - '"b6033659-0000-0500-0000-6900d9d50000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb?api-version=2017-04-18&operationResultResponseType=Location&t=638930390777125983&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=RuZ8bk8rYd4Uge68iV3pSH8Rlk77f4cVPIF9ZGDFvDROkzFwzEwt5Fdd_PQ9ykizXyUkesE4KBP5kieMSmQd7HkD4usMuQ6NSgrC4U6DB1ys5AvaAmiJg1UsboWCq4_D2L7nhMHDU3ComCwCylU4WW6czK3EvwekT8VNRiKNSAbkKBJx0efxNwNIO8sm2R2N00OhiawOIOxmnW1MzKO9cXJNp0gnDsPvqDmeXBj3lbLTWMLa6J5h1D_LOqGtiJl7bNe67UfKkpB6O32qzH4M5l9xcKHnja0W6DliUM_cyEz7Gn3a0zym227LQkHXCJl8O2FuLjQiIwouMEXdn_5KmA&h=1XD7ygTnVh4_eQK3aDQbwevbGsEz7Mv7XPaUHRUB7ic + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317?api-version=2017-04-18&operationResultResponseType=Location&t=638972602462727355&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=IIHPKc8AjZUCGz_gROBVKL57jKT-wP-HZQtp_psz47tenMqIxwLtqoruArqBoCQEFpgQQUXh23HfLnegh_ci_WvnMH3It6i6JBXHpVR_jt9mDhpvmzKJILUH0cs_b68_IFyu6MrgthtenEE4JwefJL5xyDWRh7DinWJ5OFdLyPHMrEUjDRfYJp8y9foJKsAAf199iWCapk3GYzBu9-MzxML1vqtpvQ1xi55lkRbYDpCN5Pz5r6L2tneLz-p96PsDdM1CGDpVjiFH0-7FGBjNqCasPkgY5y0Mwh1Nissciv0-DxpNvPDN8WkjQXPftF2pVuKyOkP3A5eeQlG_gUOveQ&h=jj2nlcVPt8KMcoMIlBFvv0rUWhUjlkmC-gtTAS7o2Ik pragma: - no-cache strict-transport-security: @@ -3030,15 +3180,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '906' + - '1146' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7f73551f-ca4b-4fb1-90bf-633529245af3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/18df412b-0f26-45d6-8bdd-f35dfc261481 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: ECE603268F7443F59CC6183B25CC7DBE Ref B: MWH011020809060 Ref C: 2025-09-09T18:24:36Z' + - 'Ref A: B49364E2748C4062BF702FCD49146BE1 Ref B: CO6AA3150217023 Ref C: 2025-10-28T14:57:24Z' status: code: 202 message: Accepted @@ -3056,12 +3206,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb?api-version=2017-04-18&t=638930390777125983&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=RuZ8bk8rYd4Uge68iV3pSH8Rlk77f4cVPIF9ZGDFvDROkzFwzEwt5Fdd_PQ9ykizXyUkesE4KBP5kieMSmQd7HkD4usMuQ6NSgrC4U6DB1ys5AvaAmiJg1UsboWCq4_D2L7nhMHDU3ComCwCylU4WW6czK3EvwekT8VNRiKNSAbkKBJx0efxNwNIO8sm2R2N00OhiawOIOxmnW1MzKO9cXJNp0gnDsPvqDmeXBj3lbLTWMLa6J5h1D_LOqGtiJl7bNe67UfKkpB6O32qzH4M5l9xcKHnja0W6DliUM_cyEz7Gn3a0zym227LQkHXCJl8O2FuLjQiIwouMEXdn_5KmA&h=1XD7ygTnVh4_eQK3aDQbwevbGsEz7Mv7XPaUHRUB7ic + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317?api-version=2017-04-18&t=638972602462570762&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Y9dK32NYWxZWtWSL3RclPn7rus6DT7n9--pXTRWSwAOmksEirF008wjOTYXzq_3nZaNuXsnc2PxgwKd0vHpZ7Ww3AmzhLu4QpWbH7gnn_QqnCpY_fFJUCwizfNifCVx6f9n56e9fVKmydXxGAyWT41glbIWJiBJ8MtWx6KzZsEnTv2RjdyMYYynjZRbrGAsFBSsGlCwIfKHoOVtIQOcGQ9u8-SQL3Pdow0LNyFS3sHt7qqKgdybMQvAJFkONjoz52sTJaCmjmvvorRptJWbctmy2fVIy3ouhk5xoDdCSiZojlmEGdjfaHQjkuWenpRJ1HkMVbNYk58rsm2CcVr2_4g&h=NYgphklbym6rT5rvdryPpBzfn1JeL83uMW8PMx--L7k response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb","name":"55fe514e-1aba-4956-a803-862da78b13bb","status":"Updating","startTime":"2025-09-09T18:24:37Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317","name":"2a540998-3ed5-4cd3-b012-c4c0ab200317","status":"Updating","startTime":"2025-10-28T14:57:26Z"}' headers: cache-control: - no-cache @@ -3070,7 +3220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:24:39 GMT + - Tue, 28 Oct 2025 14:57:26 GMT expires: - '-1' pragma: @@ -3082,13 +3232,63 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '12' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/354d139a-bab2-4ac4-8287-ad7e9329afc9 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D1E26CA0D5EA4CC9AF96E48F0A6995DB Ref B: MWH011020806052 Ref C: 2025-10-28T14:57:26Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account network-rule remove + Connection: + - keep-alive + ParameterSetName: + - -n -g --subnet + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317?api-version=2017-04-18&t=638972602462570762&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Y9dK32NYWxZWtWSL3RclPn7rus6DT7n9--pXTRWSwAOmksEirF008wjOTYXzq_3nZaNuXsnc2PxgwKd0vHpZ7Ww3AmzhLu4QpWbH7gnn_QqnCpY_fFJUCwizfNifCVx6f9n56e9fVKmydXxGAyWT41glbIWJiBJ8MtWx6KzZsEnTv2RjdyMYYynjZRbrGAsFBSsGlCwIfKHoOVtIQOcGQ9u8-SQL3Pdow0LNyFS3sHt7qqKgdybMQvAJFkONjoz52sTJaCmjmvvorRptJWbctmy2fVIy3ouhk5xoDdCSiZojlmEGdjfaHQjkuWenpRJ1HkMVbNYk58rsm2CcVr2_4g&h=NYgphklbym6rT5rvdryPpBzfn1JeL83uMW8PMx--L7k + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317","name":"2a540998-3ed5-4cd3-b012-c4c0ab200317","status":"Updating","startTime":"2025-10-28T14:57:26Z"}' + headers: + cache-control: + - no-cache + content-length: + - '278' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:57:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b431f732-7aca-4b42-bf7b-444ec4c7a1ee + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ba4fdfe2-7873-4eb8-8204-5e9740a3d7ed x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EE97942C1170438AB455ECE874560DB9 Ref B: MWH011020809034 Ref C: 2025-09-09T18:24:39Z' + - 'Ref A: EA91894A7A594A9E9A7167F1FF25A37B Ref B: MWH011020806042 Ref C: 2025-10-28T14:57:56Z' status: code: 200 message: OK @@ -3106,12 +3306,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb?api-version=2017-04-18&t=638930390777125983&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=RuZ8bk8rYd4Uge68iV3pSH8Rlk77f4cVPIF9ZGDFvDROkzFwzEwt5Fdd_PQ9ykizXyUkesE4KBP5kieMSmQd7HkD4usMuQ6NSgrC4U6DB1ys5AvaAmiJg1UsboWCq4_D2L7nhMHDU3ComCwCylU4WW6czK3EvwekT8VNRiKNSAbkKBJx0efxNwNIO8sm2R2N00OhiawOIOxmnW1MzKO9cXJNp0gnDsPvqDmeXBj3lbLTWMLa6J5h1D_LOqGtiJl7bNe67UfKkpB6O32qzH4M5l9xcKHnja0W6DliUM_cyEz7Gn3a0zym227LQkHXCJl8O2FuLjQiIwouMEXdn_5KmA&h=1XD7ygTnVh4_eQK3aDQbwevbGsEz7Mv7XPaUHRUB7ic + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317?api-version=2017-04-18&t=638972602462570762&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Y9dK32NYWxZWtWSL3RclPn7rus6DT7n9--pXTRWSwAOmksEirF008wjOTYXzq_3nZaNuXsnc2PxgwKd0vHpZ7Ww3AmzhLu4QpWbH7gnn_QqnCpY_fFJUCwizfNifCVx6f9n56e9fVKmydXxGAyWT41glbIWJiBJ8MtWx6KzZsEnTv2RjdyMYYynjZRbrGAsFBSsGlCwIfKHoOVtIQOcGQ9u8-SQL3Pdow0LNyFS3sHt7qqKgdybMQvAJFkONjoz52sTJaCmjmvvorRptJWbctmy2fVIy3ouhk5xoDdCSiZojlmEGdjfaHQjkuWenpRJ1HkMVbNYk58rsm2CcVr2_4g&h=NYgphklbym6rT5rvdryPpBzfn1JeL83uMW8PMx--L7k response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/55fe514e-1aba-4956-a803-862da78b13bb","name":"55fe514e-1aba-4956-a803-862da78b13bb","status":"Succeeded","startTime":"2025-09-09T18:24:37Z","endTime":"2025-09-09T18:25:09Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/2a540998-3ed5-4cd3-b012-c4c0ab200317","name":"2a540998-3ed5-4cd3-b012-c4c0ab200317","status":"Succeeded","startTime":"2025-10-28T14:57:26Z","endTime":"2025-10-28T14:57:58Z"}' headers: cache-control: - no-cache @@ -3120,7 +3320,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:09 GMT + - Tue, 28 Oct 2025 14:58:27 GMT expires: - '-1' pragma: @@ -3132,13 +3332,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e7935405-0180-4a43-a467-c6db1ec4cb23 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8259d5c8-462e-41e2-9620-7e452ed94ec2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 636F8143273E44C9BAEDF3AD888F8E67 Ref B: CO6AA3150220025 Ref C: 2025-09-09T18:25:10Z' + - 'Ref A: 6FD30C30E12F4C3B889ED87C74004D6A Ref B: MWH011020809040 Ref C: 2025-10-28T14:58:27Z' status: code: 200 message: OK @@ -3156,12 +3356,12 @@ interactions: ParameterSetName: - -n -g --subnet User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83030f0f-0000-0500-0000-68c071050000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:24:36.7281745Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d85f-0000-0500-0000-6900d9f60000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:57:25.0071064Z"}}' headers: cache-control: - no-cache @@ -3170,9 +3370,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:10 GMT + - Tue, 28 Oct 2025 14:58:27 GMT etag: - - '"83030f0f-0000-0500-0000-68c071050000"' + - '"b603d85f-0000-0500-0000-6900d9f60000"' expires: - '-1' pragma: @@ -3184,11 +3384,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '19' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 16B2D7619A994932ACA739369761B41A Ref B: MWH011020808025 Ref C: 2025-09-09T18:25:10Z' + - 'Ref A: 5025D6AF6ED3424290946A8F5411F29A Ref B: MWH011020809034 Ref C: 2025-10-28T14:58:27Z' status: code: 200 message: OK @@ -3206,12 +3406,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83030f0f-0000-0500-0000-68c071050000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:24:36.7281745Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d85f-0000-0500-0000-6900d9f60000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:57:25.0071064Z"}}' headers: cache-control: - no-cache @@ -3220,9 +3420,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:10 GMT + - Tue, 28 Oct 2025 14:58:28 GMT etag: - - '"83030f0f-0000-0500-0000-68c071050000"' + - '"b603d85f-0000-0500-0000-6900d9f60000"' expires: - '-1' pragma: @@ -3234,11 +3434,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '25' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8C7115056EF4408490DE43505EE1A43D Ref B: MWH011020807052 Ref C: 2025-09-09T18:25:10Z' + - 'Ref A: B86FB2AD31A145E98EF8F6D3036C2AAD Ref B: CO6AA3150217019 Ref C: 2025-10-28T14:58:28Z' status: code: 200 message: OK @@ -3256,12 +3456,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83030f0f-0000-0500-0000-68c071050000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:24:36.7281745Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d85f-0000-0500-0000-6900d9f60000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/subnet","ignoreMissingVnetServiceEndpoint":true}],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:57:25.0071064Z"}}' headers: cache-control: - no-cache @@ -3270,9 +3470,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:11 GMT + - Tue, 28 Oct 2025 14:58:28 GMT etag: - - '"83030f0f-0000-0500-0000-68c071050000"' + - '"b603d85f-0000-0500-0000-6900d9f60000"' expires: - '-1' pragma: @@ -3284,11 +3484,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '51' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3AC88FAF13414B49AF2152CA538808E1 Ref B: MWH011020809031 Ref C: 2025-09-09T18:25:11Z' + - 'Ref A: 862635E8B5E34DA7A293838997B82941 Ref B: CO6AA3150218039 Ref C: 2025-10-28T14:58:28Z' status: code: 200 message: OK @@ -3311,15 +3511,15 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303930f-0000-0500-0000-68c071080000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:11.9686951Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6030366-0000-0500-0000-6900da160000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:58:30.0062852Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f?api-version=2017-04-18&t=638930391226880832&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=pDBQkVGp6N-NacAF1LH_VCY17nanudkrYeaXe-2HIsSaURaTqDEWtcA-OcWvSPTOBOwUgJbSVb_40QQ_8JrKmHpPxB4j1mcxk4kTG4cBabNXf77mnwxet5tdR8wbSvqxAg8Lyj1z4qVGmJTIu0Cn9ZwmiBRtjJBYkq3ARZZqfDjdXhQv7MybflcYPKofoDZjML5GHdGS5qtK2o6L6cFTFv23dFf_EDzCd7LhFj_sdbw4TQdy6c3fXDxznnDnO8UhpH_gyji5k1voTZiTnC8Jj0gbn9iUaDE59SQ9LkV0vYRoleId4JgjX6fB7ZgaWoGx_eG_VNbwXCMBcEcxJhjcJA&h=uulcMH_rT1G2QoICoqIS-SNoNdbECwvqHox2v_XeoT8 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699?api-version=2017-04-18&t=638972603209906409&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XEWe1aH8wpK_Qh20m_Y0i625WN4UpZ7V5qUNOMyPDSmvrp97OundmtHCEwfWKiL0qXDyMKJzyv_DSjgjstRKeprsfUfXxOpXBEg9hCtymOd1a88nUW6GdOxtpgT6p-WqNiCm0TYx3xvyG5vtRu9Kym5rn-85IEJFEcL3zU6oRvTzdzSJHgofbrXMT0MZEwOTloPCRsMaMlwDCH6AQuqTnEzr6CkMVAtJ3QHTvUQ38za0U1PuYLShLoWCIyCVjmv-qoWgZilRuURSJf64n8FVYn1NQRcP4ugLNCr2nQYXdvObNR6X7AtQUeyVVd09wEYEXUSJABjsSxaek-tIDv4PTg&h=05cmZM-xGKU8l-ctiqycuGhWBqXG0Vt1nZ3guMu9FeQ cache-control: - no-cache content-length: @@ -3327,13 +3527,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:22 GMT + - Tue, 28 Oct 2025 14:58:40 GMT etag: - - '"8303930f-0000-0500-0000-68c071080000"' + - '"b6030366-0000-0500-0000-6900da160000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f?api-version=2017-04-18&operationResultResponseType=Location&t=638930391227037099&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=nc6Ga-V6gW3cTpdeHS5Mn4KHzUN0_ZEYQjXEzwdOeJK8_TLJ6Bc0928VLTzLy2kmV3J77YAENqKx5GJceObsFMf9UaqX8nBor5klWdUDd8h0WtnBzTfcqPKnRDSTGcA0F8FSiWd4cW4yhHzzrSfDYNG9IttJ7vOqyNuLC2lexEceMwzWj02bJmps95n_L35UB-gp1-RPnG3dKIQ2ZyOGY6abHjw-jjlPq6GcHyU-9tOY0jxqbzyyLOJf-bVu9ZmRQkFl0Jtw2JB6CRGGUam1fo4CQi-fz2CzvtCfMVySO6Q3f85yCiw6n2ZWqZBV9U-sKgRqTT7MBUBjl6FTdCjY3Q&h=hoVqEc641tge7wjpYLcnPzIeoJkFdngWwEtvEThhf0Q + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699?api-version=2017-04-18&operationResultResponseType=Location&t=638972603210063028&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=NymSMmkBqcSjWTlaWdHm6yYtWo3vJQX9J2Kpv2rDw12s9Rs6CLUc4JOc0K49ofJZ6naBhcowx9alaybm6VqId9xFM9aM4JhD2NVw1yS5empoJUHFAOBpG5_yIg8IcaYKeYO53K9OSSXN6YBCvQClrxjV80o5sHp-j1ZQAImIrmVF_AtrP4Jp5cMc6wNY8aJKQcAnflpSHQB7r7ijqajcPkdIHh21AEqLGPgJ7NVfgFvqEfiwh4Vr9-wB4gwBX6kGvP9AoykjgytUsGgtQh1rJZBIZtOmpY1Uau_yd9aBIO1Eu1AAhui0gBJrxLSBTHIOBYkXeh1J753WHHSvM-BI0Q&h=QSekV-90wgiUYNuf0ub-z2jFEIsTh08KYjUq6gjKfMg pragma: - no-cache strict-transport-security: @@ -3343,15 +3543,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10636' + - '10880' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fb4413e6-07cd-40c5-ad91-16bbce59c661 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/6dd4658e-fa7b-4ef2-9ea6-ddfb22cf135b x-ms-ratelimit-remaining-subscription-global-writes: - '12000' x-ms-ratelimit-remaining-subscription-writes: - '800' x-msedge-ref: - - 'Ref A: F0F1F12599EB46D48131752CB087EE43 Ref B: MWH011020806042 Ref C: 2025-09-09T18:25:11Z' + - 'Ref A: 491006BC7B084CFF88827EB609D900A4 Ref B: CO6AA3150220027 Ref C: 2025-10-28T14:58:29Z' status: code: 202 message: Accepted @@ -3369,12 +3569,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f?api-version=2017-04-18&t=638930391226880832&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=pDBQkVGp6N-NacAF1LH_VCY17nanudkrYeaXe-2HIsSaURaTqDEWtcA-OcWvSPTOBOwUgJbSVb_40QQ_8JrKmHpPxB4j1mcxk4kTG4cBabNXf77mnwxet5tdR8wbSvqxAg8Lyj1z4qVGmJTIu0Cn9ZwmiBRtjJBYkq3ARZZqfDjdXhQv7MybflcYPKofoDZjML5GHdGS5qtK2o6L6cFTFv23dFf_EDzCd7LhFj_sdbw4TQdy6c3fXDxznnDnO8UhpH_gyji5k1voTZiTnC8Jj0gbn9iUaDE59SQ9LkV0vYRoleId4JgjX6fB7ZgaWoGx_eG_VNbwXCMBcEcxJhjcJA&h=uulcMH_rT1G2QoICoqIS-SNoNdbECwvqHox2v_XeoT8 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699?api-version=2017-04-18&t=638972603209906409&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XEWe1aH8wpK_Qh20m_Y0i625WN4UpZ7V5qUNOMyPDSmvrp97OundmtHCEwfWKiL0qXDyMKJzyv_DSjgjstRKeprsfUfXxOpXBEg9hCtymOd1a88nUW6GdOxtpgT6p-WqNiCm0TYx3xvyG5vtRu9Kym5rn-85IEJFEcL3zU6oRvTzdzSJHgofbrXMT0MZEwOTloPCRsMaMlwDCH6AQuqTnEzr6CkMVAtJ3QHTvUQ38za0U1PuYLShLoWCIyCVjmv-qoWgZilRuURSJf64n8FVYn1NQRcP4ugLNCr2nQYXdvObNR6X7AtQUeyVVd09wEYEXUSJABjsSxaek-tIDv4PTg&h=05cmZM-xGKU8l-ctiqycuGhWBqXG0Vt1nZ3guMu9FeQ response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f","name":"b23978d0-5fca-4b69-b52a-98da72a7e14f","status":"Updating","startTime":"2025-09-09T18:25:22Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699","name":"dbadf0da-cd6f-46a0-9462-230ef33ed699","status":"Updating","startTime":"2025-10-28T14:58:40Z"}' headers: cache-control: - no-cache @@ -3383,7 +3583,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:23 GMT + - Tue, 28 Oct 2025 14:58:40 GMT expires: - '-1' pragma: @@ -3395,13 +3595,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '11' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8d4c00f0-ff4b-47c2-84bd-8179e752e462 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c7b8dab2-2d55-4e91-9350-da532e00f0ae x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0EFE0221CC524A0B8E1EAE854E6AC96D Ref B: CO6AA3150218017 Ref C: 2025-09-09T18:25:22Z' + - 'Ref A: F87AF92D8EFB477682065013FBE89976 Ref B: CO6AA3150217033 Ref C: 2025-10-28T14:58:41Z' status: code: 200 message: OK @@ -3419,21 +3619,21 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f?api-version=2017-04-18&t=638930391226880832&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=pDBQkVGp6N-NacAF1LH_VCY17nanudkrYeaXe-2HIsSaURaTqDEWtcA-OcWvSPTOBOwUgJbSVb_40QQ_8JrKmHpPxB4j1mcxk4kTG4cBabNXf77mnwxet5tdR8wbSvqxAg8Lyj1z4qVGmJTIu0Cn9ZwmiBRtjJBYkq3ARZZqfDjdXhQv7MybflcYPKofoDZjML5GHdGS5qtK2o6L6cFTFv23dFf_EDzCd7LhFj_sdbw4TQdy6c3fXDxznnDnO8UhpH_gyji5k1voTZiTnC8Jj0gbn9iUaDE59SQ9LkV0vYRoleId4JgjX6fB7ZgaWoGx_eG_VNbwXCMBcEcxJhjcJA&h=uulcMH_rT1G2QoICoqIS-SNoNdbECwvqHox2v_XeoT8 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699?api-version=2017-04-18&t=638972603209906409&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XEWe1aH8wpK_Qh20m_Y0i625WN4UpZ7V5qUNOMyPDSmvrp97OundmtHCEwfWKiL0qXDyMKJzyv_DSjgjstRKeprsfUfXxOpXBEg9hCtymOd1a88nUW6GdOxtpgT6p-WqNiCm0TYx3xvyG5vtRu9Kym5rn-85IEJFEcL3zU6oRvTzdzSJHgofbrXMT0MZEwOTloPCRsMaMlwDCH6AQuqTnEzr6CkMVAtJ3QHTvUQ38za0U1PuYLShLoWCIyCVjmv-qoWgZilRuURSJf64n8FVYn1NQRcP4ugLNCr2nQYXdvObNR6X7AtQUeyVVd09wEYEXUSJABjsSxaek-tIDv4PTg&h=05cmZM-xGKU8l-ctiqycuGhWBqXG0Vt1nZ3guMu9FeQ response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/b23978d0-5fca-4b69-b52a-98da72a7e14f","name":"b23978d0-5fca-4b69-b52a-98da72a7e14f","status":"Succeeded","startTime":"2025-09-09T18:25:22Z","endTime":"2025-09-09T18:25:53Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699","name":"dbadf0da-cd6f-46a0-9462-230ef33ed699","status":"Updating","startTime":"2025-10-28T14:58:40Z"}' headers: cache-control: - no-cache content-length: - - '312' + - '278' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:52 GMT + - Tue, 28 Oct 2025 14:59:11 GMT expires: - '-1' pragma: @@ -3445,13 +3645,63 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '51' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f9cd70cd-e184-4fe6-8078-24b3494c022c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/68b25946-cd89-41a7-a349-4bddb1c06274 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C9327DD372B047418CA5287936CE8265 Ref B: CO6AA3150219025 Ref C: 2025-09-09T18:25:53Z' + - 'Ref A: A3A226D73ABC42189DC367E31A6A82F7 Ref B: MWH011020808025 Ref C: 2025-10-28T14:59:11Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account network-rule remove + Connection: + - keep-alive + ParameterSetName: + - -n -g --subnet --vnet-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699?api-version=2017-04-18&t=638972603209906409&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XEWe1aH8wpK_Qh20m_Y0i625WN4UpZ7V5qUNOMyPDSmvrp97OundmtHCEwfWKiL0qXDyMKJzyv_DSjgjstRKeprsfUfXxOpXBEg9hCtymOd1a88nUW6GdOxtpgT6p-WqNiCm0TYx3xvyG5vtRu9Kym5rn-85IEJFEcL3zU6oRvTzdzSJHgofbrXMT0MZEwOTloPCRsMaMlwDCH6AQuqTnEzr6CkMVAtJ3QHTvUQ38za0U1PuYLShLoWCIyCVjmv-qoWgZilRuURSJf64n8FVYn1NQRcP4ugLNCr2nQYXdvObNR6X7AtQUeyVVd09wEYEXUSJABjsSxaek-tIDv4PTg&h=05cmZM-xGKU8l-ctiqycuGhWBqXG0Vt1nZ3guMu9FeQ + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/dbadf0da-cd6f-46a0-9462-230ef33ed699","name":"dbadf0da-cd6f-46a0-9462-230ef33ed699","status":"Succeeded","startTime":"2025-10-28T14:58:40Z","endTime":"2025-10-28T14:59:12Z"}' + headers: + cache-control: + - no-cache + content-length: + - '312' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:59:42 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '12' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a896df6b-8c7f-4553-9ed9-17a8a73be808 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16498' + x-msedge-ref: + - 'Ref A: E64CECE652DF4A748BE51792803C077C Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:59:42Z' status: code: 200 message: OK @@ -3469,12 +3719,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303f216-0000-0500-0000-68c071310000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:11.9686951Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d06e-0000-0500-0000-6900da400000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:58:30.0062852Z"}}' headers: cache-control: - no-cache @@ -3483,9 +3733,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:53 GMT + - Tue, 28 Oct 2025 14:59:42 GMT etag: - - '"8303f216-0000-0500-0000-68c071310000"' + - '"b603d06e-0000-0500-0000-6900da400000"' expires: - '-1' pragma: @@ -3497,11 +3747,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 98F90D1DFEB84DA6ABC18B844225C77A Ref B: MWH011020809052 Ref C: 2025-09-09T18:25:53Z' + - 'Ref A: 2B6599529A5F4310A5291D2D05626A0F Ref B: MWH011020809040 Ref C: 2025-10-28T14:59:42Z' status: code: 200 message: OK @@ -3519,12 +3769,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303f216-0000-0500-0000-68c071310000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:11.9686951Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d06e-0000-0500-0000-6900da400000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:58:30.0062852Z"}}' headers: cache-control: - no-cache @@ -3533,9 +3783,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:54 GMT + - Tue, 28 Oct 2025 14:59:43 GMT etag: - - '"8303f216-0000-0500-0000-68c071310000"' + - '"b603d06e-0000-0500-0000-6900da400000"' expires: - '-1' pragma: @@ -3547,11 +3797,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '41' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 75424B83DA7F453A90BD8D18CDFF2068 Ref B: MWH011020809031 Ref C: 2025-09-09T18:25:54Z' + - 'Ref A: D33E8D46738048DFA7FEB32898A9F4F5 Ref B: CO6AA3150219031 Ref C: 2025-10-28T14:59:43Z' status: code: 200 message: OK @@ -3569,12 +3819,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303f216-0000-0500-0000-68c071310000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:11.9686951Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603d06e-0000-0500-0000-6900da400000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:58:30.0062852Z"}}' headers: cache-control: - no-cache @@ -3583,9 +3833,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:54 GMT + - Tue, 28 Oct 2025 14:59:43 GMT etag: - - '"8303f216-0000-0500-0000-68c071310000"' + - '"b603d06e-0000-0500-0000-6900da400000"' expires: - '-1' pragma: @@ -3597,11 +3847,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '46' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8601D2A02CE54250BF7F37393566AFB5 Ref B: MWH011020807042 Ref C: 2025-09-09T18:25:54Z' + - 'Ref A: 049F1E14389F46D096785897417EF51B Ref B: MWH011020806040 Ref C: 2025-10-28T14:59:43Z' status: code: 200 message: OK @@ -3624,15 +3874,15 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83034617-0000-0500-0000-68c071330000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:55.4900539Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b6038075-0000-0500-0000-6900da600000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Accepted","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:59:44.5126576Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7?api-version=2017-04-18&t=638930391556463034&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=lw7dvBRq5xIiNs27iSXzwTZsYP0N5X4gJ6J1FsMIJR71xsBBOhRiDL4ZuptaWTOqnokSriMxy0zkc86I5QEl3JD_RUUVPVDb214G_NyLH1BX-THLzLXe4DYYovsHx2KtUZbtwRAu-qkzaEnvOZfs3kUeuQRuXsb0KWPOIMXzYikX1vgLTOApuxLmwdQIOYObrlRCtOT8eq0qFEKAsTCwvsDJZsJy7bbEes0fGrzTJhy6wcd5LTvgdgulRbjuj-QS12B2attuvYnVeBvobe3KdMYH-VaqEnWmfsxiRZj4c-m3UxsyIOoXEEkBdbqaeNVsXzuNMpG1UmFhNN5-8Vu6pQ&h=DnjsNG7rDc4zvDYVRsTRFAUVrAPYE9OKQFUqqkJ5h-c + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def?api-version=2017-04-18&t=638972603846845358&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=rcwolSaDoa1cN8qNcjHFHDaac0Z7lrcQ69UZPq7e0t8A5tvUBm2V-P7G8MvslK0kSBgCUBD3QU0vGKeySL39Yh6-nvRpJSH1l2hk7yEGfUGj1QPHmwzRtuAkVSh_hW4mD9tXOXq4C2D6lFAZeOAGNeHX3GTTHVSwv7J3TPE_5IuqaGBsb3OIcirTLh_ygs6yMfyM3c3QOslNrVopCmzlGmS1DKIuOCGizWDD29Z-oOcFAnQ4wtMbgTbe8pbTfBO7QstscJJ2PTEiuPoo8bU9Vjd7SPIW2jmRsedSz8HMvO5k2TibdsNpw-QrvhimrBXWQobwmFZy-MrfTGusYdpZSw&h=fpEOrCxKfy5BHL3x57NTcLRUxLIWZ8-aaGhPM5yjH_4 cache-control: - no-cache content-length: @@ -3640,13 +3890,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:55 GMT + - Tue, 28 Oct 2025 14:59:44 GMT etag: - - '"83034617-0000-0500-0000-68c071330000"' + - '"b6038075-0000-0500-0000-6900da600000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7?api-version=2017-04-18&operationResultResponseType=Location&t=638930391556619265&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=vAXees5-39Z_QTyojbiCezN8uzyxWxJULHdEXDw50Ck13ktZJrgC1je3xOYbmoM3X6R2Gdia8t-U1haicpc62HBPX4YkduBXd8HcySP5PrbD6VwLz0Th_Kwrr-5F4yQrLdr3wRtvWzMLe9ji5DJjeiKLj5JFUaAHjXuT7MFK9UtZfr5qkys0mzUhR4_6xL4k_Pr7OSkigDEwaqU4seBCexrlQ0PjENsDWGa3wcFKDliDKJKEO59VWmUsgA_W_PNJUkCYvFm_AvaRcDQ6xgTQfGiXH7YJ4vK98of3BY0C9ItEXFmOOOVXTQzgaVj3doBq27QcilPGh4DSNTaZoZCsEg&h=tFZ0H53yjuVFFzmkB9smNCQTTutbSC6n0KPbnT-lRZQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def?api-version=2017-04-18&operationResultResponseType=Location&t=638972603846845358&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=rcwolSaDoa1cN8qNcjHFHDaac0Z7lrcQ69UZPq7e0t8A5tvUBm2V-P7G8MvslK0kSBgCUBD3QU0vGKeySL39Yh6-nvRpJSH1l2hk7yEGfUGj1QPHmwzRtuAkVSh_hW4mD9tXOXq4C2D6lFAZeOAGNeHX3GTTHVSwv7J3TPE_5IuqaGBsb3OIcirTLh_ygs6yMfyM3c3QOslNrVopCmzlGmS1DKIuOCGizWDD29Z-oOcFAnQ4wtMbgTbe8pbTfBO7QstscJJ2PTEiuPoo8bU9Vjd7SPIW2jmRsedSz8HMvO5k2TibdsNpw-QrvhimrBXWQobwmFZy-MrfTGusYdpZSw&h=fpEOrCxKfy5BHL3x57NTcLRUxLIWZ8-aaGhPM5yjH_4 pragma: - no-cache strict-transport-security: @@ -3656,15 +3906,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '109' + - '123' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/62329aa3-2f25-4e02-a1c8-287dd41a7fd7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/418bf3e9-1c53-4065-8d7d-c36a7bc5f1b8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 5A00DC3D6CF540EFAA33FA697FAEA67A Ref B: CO6AA3150217027 Ref C: 2025-09-09T18:25:55Z' + - 'Ref A: CCBF9F7EF9EA4AE9A51397F7E2BFC4E8 Ref B: MWH011020809060 Ref C: 2025-10-28T14:59:44Z' status: code: 202 message: Accepted @@ -3682,12 +3932,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7?api-version=2017-04-18&t=638930391556463034&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=lw7dvBRq5xIiNs27iSXzwTZsYP0N5X4gJ6J1FsMIJR71xsBBOhRiDL4ZuptaWTOqnokSriMxy0zkc86I5QEl3JD_RUUVPVDb214G_NyLH1BX-THLzLXe4DYYovsHx2KtUZbtwRAu-qkzaEnvOZfs3kUeuQRuXsb0KWPOIMXzYikX1vgLTOApuxLmwdQIOYObrlRCtOT8eq0qFEKAsTCwvsDJZsJy7bbEes0fGrzTJhy6wcd5LTvgdgulRbjuj-QS12B2attuvYnVeBvobe3KdMYH-VaqEnWmfsxiRZj4c-m3UxsyIOoXEEkBdbqaeNVsXzuNMpG1UmFhNN5-8Vu6pQ&h=DnjsNG7rDc4zvDYVRsTRFAUVrAPYE9OKQFUqqkJ5h-c + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def?api-version=2017-04-18&t=638972603846845358&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=rcwolSaDoa1cN8qNcjHFHDaac0Z7lrcQ69UZPq7e0t8A5tvUBm2V-P7G8MvslK0kSBgCUBD3QU0vGKeySL39Yh6-nvRpJSH1l2hk7yEGfUGj1QPHmwzRtuAkVSh_hW4mD9tXOXq4C2D6lFAZeOAGNeHX3GTTHVSwv7J3TPE_5IuqaGBsb3OIcirTLh_ygs6yMfyM3c3QOslNrVopCmzlGmS1DKIuOCGizWDD29Z-oOcFAnQ4wtMbgTbe8pbTfBO7QstscJJ2PTEiuPoo8bU9Vjd7SPIW2jmRsedSz8HMvO5k2TibdsNpw-QrvhimrBXWQobwmFZy-MrfTGusYdpZSw&h=fpEOrCxKfy5BHL3x57NTcLRUxLIWZ8-aaGhPM5yjH_4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7","name":"d8602b8a-6831-4630-bfd5-8001e37996f7","status":"Updating","startTime":"2025-09-09T18:25:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def","name":"faf5b56b-a5cb-48c9-9757-9bdc6ab37def","status":"Updating","startTime":"2025-10-28T14:59:44Z"}' headers: cache-control: - no-cache @@ -3696,7 +3946,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:55 GMT + - Tue, 28 Oct 2025 14:59:44 GMT expires: - '-1' pragma: @@ -3708,13 +3958,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d9b12173-ca0e-463e-a4ef-ee99c398f3ec + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/b80dd3fe-7e59-4972-82ff-760cb9ee2674 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6332300BEAF842379CF26EA06EDAF9DD Ref B: MWH011020807025 Ref C: 2025-09-09T18:25:55Z' + - 'Ref A: D2C9314A8E9B4DF284AFC0F134892E30 Ref B: MWH011020807025 Ref C: 2025-10-28T14:59:44Z' status: code: 200 message: OK @@ -3732,12 +3982,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7?api-version=2017-04-18&t=638930391556463034&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=lw7dvBRq5xIiNs27iSXzwTZsYP0N5X4gJ6J1FsMIJR71xsBBOhRiDL4ZuptaWTOqnokSriMxy0zkc86I5QEl3JD_RUUVPVDb214G_NyLH1BX-THLzLXe4DYYovsHx2KtUZbtwRAu-qkzaEnvOZfs3kUeuQRuXsb0KWPOIMXzYikX1vgLTOApuxLmwdQIOYObrlRCtOT8eq0qFEKAsTCwvsDJZsJy7bbEes0fGrzTJhy6wcd5LTvgdgulRbjuj-QS12B2attuvYnVeBvobe3KdMYH-VaqEnWmfsxiRZj4c-m3UxsyIOoXEEkBdbqaeNVsXzuNMpG1UmFhNN5-8Vu6pQ&h=DnjsNG7rDc4zvDYVRsTRFAUVrAPYE9OKQFUqqkJ5h-c + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def?api-version=2017-04-18&t=638972603846845358&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=rcwolSaDoa1cN8qNcjHFHDaac0Z7lrcQ69UZPq7e0t8A5tvUBm2V-P7G8MvslK0kSBgCUBD3QU0vGKeySL39Yh6-nvRpJSH1l2hk7yEGfUGj1QPHmwzRtuAkVSh_hW4mD9tXOXq4C2D6lFAZeOAGNeHX3GTTHVSwv7J3TPE_5IuqaGBsb3OIcirTLh_ygs6yMfyM3c3QOslNrVopCmzlGmS1DKIuOCGizWDD29Z-oOcFAnQ4wtMbgTbe8pbTfBO7QstscJJ2PTEiuPoo8bU9Vjd7SPIW2jmRsedSz8HMvO5k2TibdsNpw-QrvhimrBXWQobwmFZy-MrfTGusYdpZSw&h=fpEOrCxKfy5BHL3x57NTcLRUxLIWZ8-aaGhPM5yjH_4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7","name":"d8602b8a-6831-4630-bfd5-8001e37996f7","status":"Updating","startTime":"2025-09-09T18:25:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def","name":"faf5b56b-a5cb-48c9-9757-9bdc6ab37def","status":"Updating","startTime":"2025-10-28T14:59:44Z"}' headers: cache-control: - no-cache @@ -3746,7 +3996,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:26 GMT + - Tue, 28 Oct 2025 15:00:15 GMT expires: - '-1' pragma: @@ -3760,11 +4010,11 @@ interactions: x-envoy-upstream-service-time: - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/479bc066-d8dc-47a0-8cec-0d5b23418934 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/41b8d53c-4d8d-4634-9549-d1e6284f4a50 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: F877AAD762B84320AF875CF866D7D9E7 Ref B: MWH011020808054 Ref C: 2025-09-09T18:26:26Z' + - 'Ref A: E66EE7ADAE7E46F6A67DE9AE1072C044 Ref B: CO6AA3150217037 Ref C: 2025-10-28T15:00:15Z' status: code: 200 message: OK @@ -3782,12 +4032,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7?api-version=2017-04-18&t=638930391556463034&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=lw7dvBRq5xIiNs27iSXzwTZsYP0N5X4gJ6J1FsMIJR71xsBBOhRiDL4ZuptaWTOqnokSriMxy0zkc86I5QEl3JD_RUUVPVDb214G_NyLH1BX-THLzLXe4DYYovsHx2KtUZbtwRAu-qkzaEnvOZfs3kUeuQRuXsb0KWPOIMXzYikX1vgLTOApuxLmwdQIOYObrlRCtOT8eq0qFEKAsTCwvsDJZsJy7bbEes0fGrzTJhy6wcd5LTvgdgulRbjuj-QS12B2attuvYnVeBvobe3KdMYH-VaqEnWmfsxiRZj4c-m3UxsyIOoXEEkBdbqaeNVsXzuNMpG1UmFhNN5-8Vu6pQ&h=DnjsNG7rDc4zvDYVRsTRFAUVrAPYE9OKQFUqqkJ5h-c + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def?api-version=2017-04-18&t=638972603846845358&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=rcwolSaDoa1cN8qNcjHFHDaac0Z7lrcQ69UZPq7e0t8A5tvUBm2V-P7G8MvslK0kSBgCUBD3QU0vGKeySL39Yh6-nvRpJSH1l2hk7yEGfUGj1QPHmwzRtuAkVSh_hW4mD9tXOXq4C2D6lFAZeOAGNeHX3GTTHVSwv7J3TPE_5IuqaGBsb3OIcirTLh_ygs6yMfyM3c3QOslNrVopCmzlGmS1DKIuOCGizWDD29Z-oOcFAnQ4wtMbgTbe8pbTfBO7QstscJJ2PTEiuPoo8bU9Vjd7SPIW2jmRsedSz8HMvO5k2TibdsNpw-QrvhimrBXWQobwmFZy-MrfTGusYdpZSw&h=fpEOrCxKfy5BHL3x57NTcLRUxLIWZ8-aaGhPM5yjH_4 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/d8602b8a-6831-4630-bfd5-8001e37996f7","name":"d8602b8a-6831-4630-bfd5-8001e37996f7","status":"Succeeded","startTime":"2025-09-09T18:25:55Z","endTime":"2025-09-09T18:26:27Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/faf5b56b-a5cb-48c9-9757-9bdc6ab37def","name":"faf5b56b-a5cb-48c9-9757-9bdc6ab37def","status":"Succeeded","startTime":"2025-10-28T14:59:44Z","endTime":"2025-10-28T15:00:16Z"}' headers: cache-control: - no-cache @@ -3796,7 +4046,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:56 GMT + - Tue, 28 Oct 2025 15:00:46 GMT expires: - '-1' pragma: @@ -3808,13 +4058,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '21' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9f7cd9bd-9705-4036-baf3-0ee8f64e3ade + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/f27ff457-bbe8-4ea0-abdc-40a8dfd1b1f4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 85320319D9874E9792EB1557DA027020 Ref B: MWH011020809029 Ref C: 2025-09-09T18:26:56Z' + - 'Ref A: 3354ABD1A49F4C84B8DDFBD42216CF1F Ref B: CO6AA3150217027 Ref C: 2025-10-28T15:00:45Z' status: code: 200 message: OK @@ -3832,12 +4082,12 @@ interactions: ParameterSetName: - -n -g --subnet --vnet-name User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303871d-0000-0500-0000-68c071520000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:55.4900539Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603487c-0000-0500-0000-6900da800000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:59:44.5126576Z"}}' headers: cache-control: - no-cache @@ -3846,9 +4096,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:57 GMT + - Tue, 28 Oct 2025 15:00:46 GMT etag: - - '"8303871d-0000-0500-0000-68c071520000"' + - '"b603487c-0000-0500-0000-6900da800000"' expires: - '-1' pragma: @@ -3860,11 +4110,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '20' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5068D8A4CF254643A4D0B47E075BF94D Ref B: CO6AA3150218035 Ref C: 2025-09-09T18:26:57Z' + - 'Ref A: 845D465FEACE41CCBE50DFCFEE4669F0 Ref B: CO6AA3150218049 Ref C: 2025-10-28T15:00:46Z' status: code: 200 message: OK @@ -3882,12 +4132,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303871d-0000-0500-0000-68c071520000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"d915bd042cf74afda8482f5449a677d7","dateCreated":"2025-09-09T18:18:19.4883668Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:18.8560894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:55.4900539Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603487c-0000-0500-0000-6900da800000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7afdc816ff6841bf931df9e615716c33","dateCreated":"2025-10-28T14:49:30.9554363Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"]},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:29.8595181Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:59:44.5126576Z"}}' headers: cache-control: - no-cache @@ -3896,9 +4146,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:57 GMT + - Tue, 28 Oct 2025 15:00:46 GMT etag: - - '"8303871d-0000-0500-0000-68c071520000"' + - '"b603487c-0000-0500-0000-6900da800000"' expires: - '-1' pragma: @@ -3910,11 +4160,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '16' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C2A4F2AD33E14C4EA1BE115A550CDAA8 Ref B: MWH011020807029 Ref C: 2025-09-09T18:26:57Z' + - 'Ref A: 238063B2F13D4E5DB5C5F06A4B80CE59 Ref B: CO6AA3150217037 Ref C: 2025-10-28T15:00:47Z' status: code: 200 message: OK @@ -3934,9 +4184,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -3946,7 +4196,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:26:59 GMT + - Tue, 28 Oct 2025 15:00:48 GMT expires: - '-1' pragma: @@ -3958,15 +4208,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '92' + - '157' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/eed3e857-170b-4773-bfd7-9675332cbc9e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e4ec6525-1e2d-4083-ba76-b755279a5fea x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 3E211953A57246D2AA9BB26AF7C76CDC Ref B: CO6AA3150219019 Ref C: 2025-09-09T18:26:57Z' + - 'Ref A: 46157FFEB3674487A6797F5326CA2EB7 Ref B: CO6AA3150220037 Ref C: 2025-10-28T15:00:47Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint.yaml index 0c720612f2c..1e9e397cb28 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint.yaml @@ -18,20 +18,20 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83033e15-0000-0500-0000-68c071290000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"a6eff773130e40ba859b8a57781ba023","dateCreated":"2025-09-09T18:25:43.2725176Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503c4f2-0000-0500-0000-6900d8170000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"5dc5097ced91485690a5087900672e7a","dateCreated":"2025-10-28T14:49:57.2380954Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://csclitest000003.cognitiveservices.azure.com/","Custom Text Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Conversational Language Understanding Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom Question Answering Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:25:42.3363146Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:42.3363146Z"}}' + Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:56.4451314Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:56.4451314Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47?api-version=2017-04-18&t=638930391456644743&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eaOoGeNgzdKM77sFdTszk4_8Zf5df3BSGFgDZ2v393LuquDCHozycSBb-bt9Z7qhMcVO3IjY2mycNWOEYpdRYTc9qYR90pRXFN5ooFDC3DLZSZMsUPeNvQUmG5NymLP-U9IRYplbYs6TY5hRhwJcwqBgLonjUyO4_JFdW5yehd3cK6UBbqLVwXuZLmkxvkgpiz1qSI4532-3RBCcZwUbXkX_p-NFmpY7uWXkN-Sqs15ZODEFK2BrmKyZSCfpqEi33__qbTrW0IiKM3rfd3Ff1vNVPmFlpHlFNqWVwf9FUwESfh5v9_8uqndI-nQjcRFH06hYM3s4E0s-v5lCKfeURg&h=vDCYTQ6zUCODpQddOAs43zZERDpppVqTK__GJe4FRXA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f?api-version=2017-04-18&t=638972597993670275&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=eP7fY5LhStzGDV4kem-JeCS0JnzsxRChfFZQvG4zeLvD6XGEyk231Pfr0H2Yfo0k4BjjM5j7FDHN39LRpyNNaCXD8pW6IuSw0VS86u-Qp0ussVU46cHYnUnCeiwkaS6LBhJcc2JTMvk9HDhZLVocBLi-XmllbsEdAqo7hz2hcVCUKo0uo74WGQDiTGmVr9BJ9z7n06jAq1LkOlBPn2eej9d6h1FobbOVd70p3IU0BbpzBwkZ2z4gEskWL0ohB2gJNOXnedNwt_9V2X_UZi1m0DHkYFJ4vcJsITMyv2Y_iW6Gd31dOOH5Z43wsZrzTg4qAAczqDayaWi899QZGTeHhQ&h=VzNSBvi7t8HA0T6s-QEWfyGB8pbkQw7CEzBUpYlFoXU cache-control: - no-cache content-length: @@ -39,9 +39,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:45 GMT + - Tue, 28 Oct 2025 14:49:58 GMT etag: - - '"83033e15-0000-0500-0000-68c071290000"' + - '"b503c4f2-0000-0500-0000-6900d8170000"' expires: - '-1' pragma: @@ -53,15 +53,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3065' + - '2571' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4a094263-cf51-41bf-a9e9-0fb121206794 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/1c3294d1-7ad7-4da4-90b3-e01422250507 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 41E531DF6F8E4CC296BA4BADE8EBAB9E Ref B: CO6AA3150217045 Ref C: 2025-09-09T18:25:41Z' + - 'Ref A: D0D5384439494C48A376B90A9A02B4D0 Ref B: CO6AA3150220017 Ref C: 2025-10-28T14:49:55Z' status: code: 201 message: Created @@ -79,12 +79,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47?api-version=2017-04-18&t=638930391456644743&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eaOoGeNgzdKM77sFdTszk4_8Zf5df3BSGFgDZ2v393LuquDCHozycSBb-bt9Z7qhMcVO3IjY2mycNWOEYpdRYTc9qYR90pRXFN5ooFDC3DLZSZMsUPeNvQUmG5NymLP-U9IRYplbYs6TY5hRhwJcwqBgLonjUyO4_JFdW5yehd3cK6UBbqLVwXuZLmkxvkgpiz1qSI4532-3RBCcZwUbXkX_p-NFmpY7uWXkN-Sqs15ZODEFK2BrmKyZSCfpqEi33__qbTrW0IiKM3rfd3Ff1vNVPmFlpHlFNqWVwf9FUwESfh5v9_8uqndI-nQjcRFH06hYM3s4E0s-v5lCKfeURg&h=vDCYTQ6zUCODpQddOAs43zZERDpppVqTK__GJe4FRXA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f?api-version=2017-04-18&t=638972597993670275&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=eP7fY5LhStzGDV4kem-JeCS0JnzsxRChfFZQvG4zeLvD6XGEyk231Pfr0H2Yfo0k4BjjM5j7FDHN39LRpyNNaCXD8pW6IuSw0VS86u-Qp0ussVU46cHYnUnCeiwkaS6LBhJcc2JTMvk9HDhZLVocBLi-XmllbsEdAqo7hz2hcVCUKo0uo74WGQDiTGmVr9BJ9z7n06jAq1LkOlBPn2eej9d6h1FobbOVd70p3IU0BbpzBwkZ2z4gEskWL0ohB2gJNOXnedNwt_9V2X_UZi1m0DHkYFJ4vcJsITMyv2Y_iW6Gd31dOOH5Z43wsZrzTg4qAAczqDayaWi899QZGTeHhQ&h=VzNSBvi7t8HA0T6s-QEWfyGB8pbkQw7CEzBUpYlFoXU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47","name":"832e296c-4d81-4613-862e-65d335e80c47","status":"Creating","startTime":"2025-09-09T18:25:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f","name":"6d0b73af-776e-4baf-9d2a-aa2ed44af54f","status":"Creating","startTime":"2025-10-28T14:49:59Z"}' headers: cache-control: - no-cache @@ -93,7 +93,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:25:45 GMT + - Tue, 28 Oct 2025 14:49:59 GMT expires: - '-1' pragma: @@ -105,13 +105,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '13' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/191ce11b-eda4-4165-ab0e-aa4eece4eb38 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/c594e48a-3a1e-4992-b979-0b9939069578 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B6908629CFFC45329E1D3997BA8B1A3E Ref B: MWH011020809060 Ref C: 2025-09-09T18:25:45Z' + - 'Ref A: 638C3A04C228438F9DDE7C3044B1489F Ref B: MWH011020806036 Ref C: 2025-10-28T14:49:59Z' status: code: 200 message: OK @@ -129,12 +129,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47?api-version=2017-04-18&t=638930391456644743&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eaOoGeNgzdKM77sFdTszk4_8Zf5df3BSGFgDZ2v393LuquDCHozycSBb-bt9Z7qhMcVO3IjY2mycNWOEYpdRYTc9qYR90pRXFN5ooFDC3DLZSZMsUPeNvQUmG5NymLP-U9IRYplbYs6TY5hRhwJcwqBgLonjUyO4_JFdW5yehd3cK6UBbqLVwXuZLmkxvkgpiz1qSI4532-3RBCcZwUbXkX_p-NFmpY7uWXkN-Sqs15ZODEFK2BrmKyZSCfpqEi33__qbTrW0IiKM3rfd3Ff1vNVPmFlpHlFNqWVwf9FUwESfh5v9_8uqndI-nQjcRFH06hYM3s4E0s-v5lCKfeURg&h=vDCYTQ6zUCODpQddOAs43zZERDpppVqTK__GJe4FRXA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f?api-version=2017-04-18&t=638972597993670275&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=eP7fY5LhStzGDV4kem-JeCS0JnzsxRChfFZQvG4zeLvD6XGEyk231Pfr0H2Yfo0k4BjjM5j7FDHN39LRpyNNaCXD8pW6IuSw0VS86u-Qp0ussVU46cHYnUnCeiwkaS6LBhJcc2JTMvk9HDhZLVocBLi-XmllbsEdAqo7hz2hcVCUKo0uo74WGQDiTGmVr9BJ9z7n06jAq1LkOlBPn2eej9d6h1FobbOVd70p3IU0BbpzBwkZ2z4gEskWL0ohB2gJNOXnedNwt_9V2X_UZi1m0DHkYFJ4vcJsITMyv2Y_iW6Gd31dOOH5Z43wsZrzTg4qAAczqDayaWi899QZGTeHhQ&h=VzNSBvi7t8HA0T6s-QEWfyGB8pbkQw7CEzBUpYlFoXU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47","name":"832e296c-4d81-4613-862e-65d335e80c47","status":"Creating","startTime":"2025-09-09T18:25:45Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f","name":"6d0b73af-776e-4baf-9d2a-aa2ed44af54f","status":"Creating","startTime":"2025-10-28T14:49:59Z"}' headers: cache-control: - no-cache @@ -143,7 +143,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:16 GMT + - Tue, 28 Oct 2025 14:50:30 GMT expires: - '-1' pragma: @@ -155,13 +155,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/581e9ec9-efac-431b-8eb2-7c38ea69aaee + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e51f32ee-7325-4032-977c-777fd6b0a5e5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 42CA7B2A315F451B8AFFB4F1AAEB3D96 Ref B: CO6AA3150218039 Ref C: 2025-09-09T18:26:16Z' + - 'Ref A: FEF9C050418F49EA94DF01FF9409CE84 Ref B: CO6AA3150220047 Ref C: 2025-10-28T14:50:30Z' status: code: 200 message: OK @@ -179,12 +179,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47?api-version=2017-04-18&t=638930391456644743&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=eaOoGeNgzdKM77sFdTszk4_8Zf5df3BSGFgDZ2v393LuquDCHozycSBb-bt9Z7qhMcVO3IjY2mycNWOEYpdRYTc9qYR90pRXFN5ooFDC3DLZSZMsUPeNvQUmG5NymLP-U9IRYplbYs6TY5hRhwJcwqBgLonjUyO4_JFdW5yehd3cK6UBbqLVwXuZLmkxvkgpiz1qSI4532-3RBCcZwUbXkX_p-NFmpY7uWXkN-Sqs15ZODEFK2BrmKyZSCfpqEi33__qbTrW0IiKM3rfd3Ff1vNVPmFlpHlFNqWVwf9FUwESfh5v9_8uqndI-nQjcRFH06hYM3s4E0s-v5lCKfeURg&h=vDCYTQ6zUCODpQddOAs43zZERDpppVqTK__GJe4FRXA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f?api-version=2017-04-18&t=638972597993670275&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=eP7fY5LhStzGDV4kem-JeCS0JnzsxRChfFZQvG4zeLvD6XGEyk231Pfr0H2Yfo0k4BjjM5j7FDHN39LRpyNNaCXD8pW6IuSw0VS86u-Qp0ussVU46cHYnUnCeiwkaS6LBhJcc2JTMvk9HDhZLVocBLi-XmllbsEdAqo7hz2hcVCUKo0uo74WGQDiTGmVr9BJ9z7n06jAq1LkOlBPn2eej9d6h1FobbOVd70p3IU0BbpzBwkZ2z4gEskWL0ohB2gJNOXnedNwt_9V2X_UZi1m0DHkYFJ4vcJsITMyv2Y_iW6Gd31dOOH5Z43wsZrzTg4qAAczqDayaWi899QZGTeHhQ&h=VzNSBvi7t8HA0T6s-QEWfyGB8pbkQw7CEzBUpYlFoXU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/832e296c-4d81-4613-862e-65d335e80c47","name":"832e296c-4d81-4613-862e-65d335e80c47","status":"Succeeded","startTime":"2025-09-09T18:25:45Z","endTime":"2025-09-09T18:26:17Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/6d0b73af-776e-4baf-9d2a-aa2ed44af54f","name":"6d0b73af-776e-4baf-9d2a-aa2ed44af54f","status":"Succeeded","startTime":"2025-10-28T14:49:59Z","endTime":"2025-10-28T14:50:30Z"}' headers: cache-control: - no-cache @@ -193,7 +193,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:46 GMT + - Tue, 28 Oct 2025 14:50:59 GMT expires: - '-1' pragma: @@ -205,13 +205,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '12' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6616eab7-8cea-4932-bcf4-df42b6c862bb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/55c983d9-55f1-4369-b7e2-5c58abe3475e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D0D23FF9E08E42598BF574379F17CF90 Ref B: CO6AA3150218047 Ref C: 2025-09-09T18:26:46Z' + - 'Ref A: 10779723742D4496A26A350720886C05 Ref B: MWH011020807042 Ref C: 2025-10-28T14:51:00Z' status: code: 200 message: OK @@ -229,17 +229,17 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303991b-0000-0500-0000-68c071490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"a6eff773130e40ba859b8a57781ba023","dateCreated":"2025-09-09T18:25:43.2725176Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5036dfb-0000-0500-0000-6900d8360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"5dc5097ced91485690a5087900672e7a","dateCreated":"2025-10-28T14:49:57.2380954Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://csclitest000003.cognitiveservices.azure.com/","Custom Text Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Conversational Language Understanding Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom Question Answering Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:25:42.3363146Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:42.3363146Z"}}' + Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:56.4451314Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:56.4451314Z"}}' headers: cache-control: - no-cache @@ -248,9 +248,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:46 GMT + - Tue, 28 Oct 2025 14:51:00 GMT etag: - - '"8303991b-0000-0500-0000-68c071490000"' + - '"b5036dfb-0000-0500-0000-6900d8360000"' expires: - '-1' pragma: @@ -262,11 +262,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 98B77E0D806941738D02FDFCEFD4F720 Ref B: MWH011020806031 Ref C: 2025-09-09T18:26:47Z' + - 'Ref A: 179F7D0B45134E78932EBD22A19FDD3E Ref B: MWH011020807054 Ref C: 2025-10-28T14:51:00Z' status: code: 200 message: OK @@ -285,7 +285,7 @@ interactions: - -g -n --type User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateLinkResources?api-version=2022-03-01 response: @@ -299,7 +299,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:48 GMT + - Tue, 28 Oct 2025 14:51:01 GMT expires: - '-1' pragma: @@ -311,13 +311,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '19' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fa61e11e-331b-4ad1-8f5c-7545bc25398f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/79946b43-ccc1-44bf-aa3f-f04ce779f7a5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D721CCC0238849899BA24827F8BBDE4E Ref B: MWH011020808029 Ref C: 2025-09-09T18:26:48Z' + - 'Ref A: A83C96965B8943AE88B69F3CC580DC8A Ref B: CO6AA3150218045 Ref C: 2025-10-28T14:51:02Z' status: code: 200 message: OK @@ -340,17 +340,17 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"bd1b704e-d3ae-4e24-a1b3-6cd65cafb882\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"d74592e5-2654-490b-87d4-6d9680850b59","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"44d2735a-d2a7-4afb-8205-2bbd6ccdee8b\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"7d075273-77f4-4407-96bc-3671b8e71b8a","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/71aac93b-f8f0-4099-9b96-dea1b024cd78?api-version=2024-07-01&t=638930392095033091&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=wFtnXEfgHNBML176Jlcq7Q5KYrrDEoH5YsijNbBooga05aGX6FvDPg-QJ0eMS9c1IaE3sz9yhlD6eTJ4xo-gtQfiuxIv_XCla1qMX9cjo8YCLZd3rezCpz5dgs-bA5pPWIThrJ_G6f5M-OCBnkghBQpCLkEIwLyXK3vQdigfpb6RBeZrWsAyP4vM49qYt6ymLF6mCUUFGhafxbAESLfFJqbP29dD2QhbWfJXsabBcpe12FzVS2a1CZ5u_beddGl7bTxPEd9nn1_HikxqtyfLRCye5rAIVgGF0wk2ucWVkJGxRgz097BL1AKcv4Jp0v8oWBGt4xWzV6lWQG-KHAVhBA&h=SclKwhhhKCz-CurPN55xujHsSFgaLQHrsz6Ff8xyUs4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/e5228792-a901-4353-9d00-836842e863c1?api-version=2024-07-01&t=638972598630130748&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nrAPsCn0l7rRB4tp-XPN7NK_xvE3PyOPV1JBFSntUAsyjjoKW193soEfeBJbMjgxyje79qDVA2U-3EY5bmED_zTU-a62svCbWd0MJJUM6p7oaaAbL-zHWwDYXtpWAFl3MbReQM7zxh2bLPNzrCQH6yIug7mj7kUVLaqZFlAAV-uDQF1rahk4JqsSUuPlpvcAAhfNF11Wksq8PkbF1-iXXCx4s4dUMVcXiIVCmUakkopWZava1rD11v3FF__lUL9SAmhnNF3wXIi8kyzYr4lMOTliMLIZKPoSPQEo62tFkzKOO-E1QoHyPZNsey3pup-3HZqEkWfxMKpkLdhbvIKcKw&h=Ojc5EI11LM13PyEP2rSPaKXwZurCGmqdAkUdlL_fc3U cache-control: - no-cache content-length: @@ -358,7 +358,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:49 GMT + - Tue, 28 Oct 2025 14:51:02 GMT expires: - '-1' pragma: @@ -370,18 +370,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d73961f8-ef8a-4a8b-ae7a-55c0710b67f6 + - b2e5e88f-be82-4f7c-8ef7-0014eff9cca3 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5b287d84-df03-4d5f-9759-0fe84afa4bc5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6f120e89-9504-412c-b18e-f7feaaa24f38 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 61A11D7265DE4B179AE1A19F8B476233 Ref B: MWH011020809054 Ref C: 2025-09-09T18:26:48Z' + - 'Ref A: D8645B82EFF443E4B72EB5D7D74AE012 Ref B: MWH011020808023 Ref C: 2025-10-28T14:51:02Z' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -396,9 +396,9 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/71aac93b-f8f0-4099-9b96-dea1b024cd78?api-version=2024-07-01&t=638930392095033091&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=wFtnXEfgHNBML176Jlcq7Q5KYrrDEoH5YsijNbBooga05aGX6FvDPg-QJ0eMS9c1IaE3sz9yhlD6eTJ4xo-gtQfiuxIv_XCla1qMX9cjo8YCLZd3rezCpz5dgs-bA5pPWIThrJ_G6f5M-OCBnkghBQpCLkEIwLyXK3vQdigfpb6RBeZrWsAyP4vM49qYt6ymLF6mCUUFGhafxbAESLfFJqbP29dD2QhbWfJXsabBcpe12FzVS2a1CZ5u_beddGl7bTxPEd9nn1_HikxqtyfLRCye5rAIVgGF0wk2ucWVkJGxRgz097BL1AKcv4Jp0v8oWBGt4xWzV6lWQG-KHAVhBA&h=SclKwhhhKCz-CurPN55xujHsSFgaLQHrsz6Ff8xyUs4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/e5228792-a901-4353-9d00-836842e863c1?api-version=2024-07-01&t=638972598630130748&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nrAPsCn0l7rRB4tp-XPN7NK_xvE3PyOPV1JBFSntUAsyjjoKW193soEfeBJbMjgxyje79qDVA2U-3EY5bmED_zTU-a62svCbWd0MJJUM6p7oaaAbL-zHWwDYXtpWAFl3MbReQM7zxh2bLPNzrCQH6yIug7mj7kUVLaqZFlAAV-uDQF1rahk4JqsSUuPlpvcAAhfNF11Wksq8PkbF1-iXXCx4s4dUMVcXiIVCmUakkopWZava1rD11v3FF__lUL9SAmhnNF3wXIi8kyzYr4lMOTliMLIZKPoSPQEo62tFkzKOO-E1QoHyPZNsey3pup-3HZqEkWfxMKpkLdhbvIKcKw&h=Ojc5EI11LM13PyEP2rSPaKXwZurCGmqdAkUdlL_fc3U response: body: string: '{"status":"InProgress"}' @@ -410,7 +410,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:49 GMT + - Tue, 28 Oct 2025 14:51:02 GMT expires: - '-1' pragma: @@ -422,16 +422,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cab34969-9d3a-4d8e-9abe-5f3e6cf1542b + - 60db6d77-eca4-4c6a-befa-d04939206610 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/5e5ce456-f3f0-4c2a-ad7a-2672ee697243 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a1fdf1c2-5f5a-463b-80af-548b437abe9d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CA144D438AFF4301BD512CE6B760CA03 Ref B: MWH011020806034 Ref C: 2025-09-09T18:26:49Z' + - 'Ref A: E18BBE9726C94E198E0BD908A670CCCF Ref B: MWH011020807023 Ref C: 2025-10-28T14:51:03Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -446,9 +446,9 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/71aac93b-f8f0-4099-9b96-dea1b024cd78?api-version=2024-07-01&t=638930392095033091&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=wFtnXEfgHNBML176Jlcq7Q5KYrrDEoH5YsijNbBooga05aGX6FvDPg-QJ0eMS9c1IaE3sz9yhlD6eTJ4xo-gtQfiuxIv_XCla1qMX9cjo8YCLZd3rezCpz5dgs-bA5pPWIThrJ_G6f5M-OCBnkghBQpCLkEIwLyXK3vQdigfpb6RBeZrWsAyP4vM49qYt6ymLF6mCUUFGhafxbAESLfFJqbP29dD2QhbWfJXsabBcpe12FzVS2a1CZ5u_beddGl7bTxPEd9nn1_HikxqtyfLRCye5rAIVgGF0wk2ucWVkJGxRgz097BL1AKcv4Jp0v8oWBGt4xWzV6lWQG-KHAVhBA&h=SclKwhhhKCz-CurPN55xujHsSFgaLQHrsz6Ff8xyUs4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/e5228792-a901-4353-9d00-836842e863c1?api-version=2024-07-01&t=638972598630130748&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=nrAPsCn0l7rRB4tp-XPN7NK_xvE3PyOPV1JBFSntUAsyjjoKW193soEfeBJbMjgxyje79qDVA2U-3EY5bmED_zTU-a62svCbWd0MJJUM6p7oaaAbL-zHWwDYXtpWAFl3MbReQM7zxh2bLPNzrCQH6yIug7mj7kUVLaqZFlAAV-uDQF1rahk4JqsSUuPlpvcAAhfNF11Wksq8PkbF1-iXXCx4s4dUMVcXiIVCmUakkopWZava1rD11v3FF__lUL9SAmhnNF3wXIi8kyzYr4lMOTliMLIZKPoSPQEo62tFkzKOO-E1QoHyPZNsey3pup-3HZqEkWfxMKpkLdhbvIKcKw&h=Ojc5EI11LM13PyEP2rSPaKXwZurCGmqdAkUdlL_fc3U response: body: string: '{"status":"Succeeded"}' @@ -460,7 +460,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:59 GMT + - Tue, 28 Oct 2025 14:51:13 GMT expires: - '-1' pragma: @@ -472,13 +472,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 99bb200e-b1e6-411e-ba26-0e06584823a0 + - 71acd326-93b3-4c12-b9d7-cc8e28bebd15 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8009f0e0-deb4-4e85-a2f1-d852270efce3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ffb603c8-d826-4fd8-8f09-65a3e8dbeda7 x-ms-ratelimit-remaining-subscription-global-reads: - '16498' x-msedge-ref: - - 'Ref A: 4C773BA8E1F040A49257E178DA0B2C68 Ref B: CO6AA3150219019 Ref C: 2025-09-09T18:27:00Z' + - 'Ref A: BE54C74C96F5447AA784B93DC7780F0A Ref B: MWH011020809029 Ref C: 2025-10-28T14:51:13Z' status: code: 200 message: OK @@ -496,12 +496,12 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"4a85af1d-802e-46f4-94d7-3917d262871f\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"d74592e5-2654-490b-87d4-6d9680850b59","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"9754419b-9443-46c8-873a-63e47d131fa8\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"7d075273-77f4-4407-96bc-3671b8e71b8a","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: cache-control: - no-cache @@ -510,9 +510,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:26:59 GMT + - Tue, 28 Oct 2025 14:51:13 GMT etag: - - W/"4a85af1d-802e-46f4-94d7-3917d262871f" + - W/"9754419b-9443-46c8-873a-63e47d131fa8" expires: - '-1' pragma: @@ -524,14 +524,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b3012426-1fb4-446f-9ea2-62da423c2200 + - 19a72480-7ef0-4e94-8a60-11f404291aac x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 449B0FDE028D4B50815C5EBC0EFF8E4B Ref B: CO6AA3150220047 Ref C: 2025-09-09T18:27:00Z' + - 'Ref A: 75BADDB084D743C18AB8CA82CA83DFB1 Ref B: CO6AA3150220035 Ref C: 2025-10-28T14:51:13Z' status: code: 200 - message: OK + message: '' - request: body: '{"name": "default", "properties": {"addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}}' @@ -551,17 +551,17 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"bb85ee27-e056-4965-8698-34459db71bb3\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"5a8aee1b-e4f5-47c9-b2cb-2117e2e9c688\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3069dc6f-4401-48af-843c-a679f7b901ec?api-version=2024-07-01&t=638930392213078089&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=h2KKVQxkPufbrGYO2xuUBK3sHpYz72q2HqZ9OzgWjZImL4EecPr3eYM65Y0Na1MpXduVpAvxs88x_15q7Np3uXq6TQSn8VW5Q2lqea9QACPrDCyKAc8Ym6s5CAhSd09K4HJwox1i3VK0EbSMi2NY_r1PXMpfWIq3fwC5BisnRt6_0NDNw9RL3cX1m2Fx4mr1KVOhUocQPfRzbelTxGEjKkSU5GZQsC9YkXRwCS1_sMwc16Nht1ZJGQUSpQx7Df5GdispTcByqXw07Ri8QTOJwZ694phJu9LTcpIZkWggMCsRizCes6IBMMVKDiXWWxFR8-Hjzg1MIuYxCH1JrxvF5g&h=Gk18lBONedGREjPbEZueuq4KkSgJiEiGlIseLI3JlJQ + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/285d1cc9-f12b-4022-a46a-69dc483541a6?api-version=2024-07-01&t=638972598751178484&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XDuDkPFfBfrvH6WenPDAsdXGhOVPJcnhpGcxfi_EbsHkYPuZcTvxS_tiQXTXgKCo_DMWirOnSjVARDTt9pG498ktRhPnRoB5ytPtihvgJSla_dwtpXRqYsltY7xnaO1rCrnRzvHQZ400ssZPo-LVkLaGvSwZkhHXSyZuRC_EInC6Ox3-28w6R9u_NUQNuQhZ93J8sMfIDiEjBRQ7sP1DyOmPqQgKIGWb-n9ctvyPAHUb6nCzRyNPHQPox7t3OLy64hD-popc_3tUWWJV0HoYfr7hp5MvdQLtcdDkCU4ZX0geLIXpN_MaQcaW4NassxDLEb3yr61bxj9_hr14ag7XAw&h=Z0iFpjfnMs5uxQo_4E1OgaQ11TVzdW85FZW-3FzApZc cache-control: - no-cache content-length: @@ -569,7 +569,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:00 GMT + - Tue, 28 Oct 2025 14:51:14 GMT expires: - '-1' pragma: @@ -581,18 +581,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cdd0d202-f3f3-429e-9b8b-3c0f59ac7087 + - a5f1606d-e891-4b9b-9017-00f310c050eb x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e4bdd33b-7b42-408f-9b59-839c56627de0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/e3a29fa3-b34f-4b53-ac9b-90d3a6f03c54 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0A41E0270C094C5BADAA4B1C54F64131 Ref B: CO6AA3150219035 Ref C: 2025-09-09T18:27:00Z' + - 'Ref A: 1E5AE2F663534F8FAC6DFB3D8CE82DF3 Ref B: CO6AA3150218023 Ref C: 2025-10-28T14:51:14Z' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -607,9 +607,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3069dc6f-4401-48af-843c-a679f7b901ec?api-version=2024-07-01&t=638930392213078089&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=h2KKVQxkPufbrGYO2xuUBK3sHpYz72q2HqZ9OzgWjZImL4EecPr3eYM65Y0Na1MpXduVpAvxs88x_15q7Np3uXq6TQSn8VW5Q2lqea9QACPrDCyKAc8Ym6s5CAhSd09K4HJwox1i3VK0EbSMi2NY_r1PXMpfWIq3fwC5BisnRt6_0NDNw9RL3cX1m2Fx4mr1KVOhUocQPfRzbelTxGEjKkSU5GZQsC9YkXRwCS1_sMwc16Nht1ZJGQUSpQx7Df5GdispTcByqXw07Ri8QTOJwZ694phJu9LTcpIZkWggMCsRizCes6IBMMVKDiXWWxFR8-Hjzg1MIuYxCH1JrxvF5g&h=Gk18lBONedGREjPbEZueuq4KkSgJiEiGlIseLI3JlJQ + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/285d1cc9-f12b-4022-a46a-69dc483541a6?api-version=2024-07-01&t=638972598751178484&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XDuDkPFfBfrvH6WenPDAsdXGhOVPJcnhpGcxfi_EbsHkYPuZcTvxS_tiQXTXgKCo_DMWirOnSjVARDTt9pG498ktRhPnRoB5ytPtihvgJSla_dwtpXRqYsltY7xnaO1rCrnRzvHQZ400ssZPo-LVkLaGvSwZkhHXSyZuRC_EInC6Ox3-28w6R9u_NUQNuQhZ93J8sMfIDiEjBRQ7sP1DyOmPqQgKIGWb-n9ctvyPAHUb6nCzRyNPHQPox7t3OLy64hD-popc_3tUWWJV0HoYfr7hp5MvdQLtcdDkCU4ZX0geLIXpN_MaQcaW4NassxDLEb3yr61bxj9_hr14ag7XAw&h=Z0iFpjfnMs5uxQo_4E1OgaQ11TVzdW85FZW-3FzApZc response: body: string: '{"status":"Succeeded"}' @@ -621,7 +621,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:01 GMT + - Tue, 28 Oct 2025 14:51:14 GMT expires: - '-1' pragma: @@ -633,13 +633,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 88cedae6-bcdb-4f4b-a81a-55923513e686 + - 438a4523-958b-4b4b-a12d-f673e5af7c3e x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/0c68e30e-0b82-465e-a859-119c1a737260 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/99bf5444-284d-4437-9a5b-5be832ff7c47 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DCAA721CE26544C8831143031B8A1F0F Ref B: CO6AA3150219035 Ref C: 2025-09-09T18:27:01Z' + - 'Ref A: 71BD7010C3794DB6948AE2B21C8F19A5 Ref B: CO6AA3150219029 Ref C: 2025-10-28T14:51:15Z' status: code: 200 message: OK @@ -657,12 +657,12 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"eb2d0989-10f2-43b7-8c53-e81c8c39dd21\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"5703c03f-3cb3-4d0a-9b66-d0e2a7618695\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -671,9 +671,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:01 GMT + - Tue, 28 Oct 2025 14:51:14 GMT etag: - - W/"eb2d0989-10f2-43b7-8c53-e81c8c39dd21" + - W/"5703c03f-3cb3-4d0a-9b66-d0e2a7618695" expires: - '-1' pragma: @@ -685,16 +685,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 855e464f-aed5-435f-9ad1-c860e495feb1 + - 47387619-5609-41b9-b980-893f2193d879 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/73bdcce4-cc0d-4f0c-9c6e-6b21a14f55b7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/83349885-8f65-4661-a426-1fe0c9aa2654 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 181C12BBDD31438EB3F060AEF7DFC37F Ref B: CO6AA3150217019 Ref C: 2025-09-09T18:27:01Z' + - 'Ref A: 8ECAC1D2A49E46CE98F1724A374548FC Ref B: CO6AA3150220009 Ref C: 2025-10-28T14:51:15Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -709,17 +709,17 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303991b-0000-0500-0000-68c071490000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"a6eff773130e40ba859b8a57781ba023","dateCreated":"2025-09-09T18:25:43.2725176Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5036dfb-0000-0500-0000-6900d8360000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"5dc5097ced91485690a5087900672e7a","dateCreated":"2025-10-28T14:49:57.2380954Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://csclitest000003.cognitiveservices.azure.com/","Custom Text Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Conversational Language Understanding Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom Question Answering Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:25:42.3363146Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:42.3363146Z"}}' + Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:56.4451314Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:56.4451314Z"}}' headers: cache-control: - no-cache @@ -728,9 +728,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:02 GMT + - Tue, 28 Oct 2025 14:51:16 GMT etag: - - '"8303991b-0000-0500-0000-68c071490000"' + - '"b5036dfb-0000-0500-0000-6900d8360000"' expires: - '-1' pragma: @@ -742,11 +742,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '18' x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 449DFFF7B18D48978F24D23C1D97D044 Ref B: MWH011020807062 Ref C: 2025-09-09T18:27:02Z' + - 'Ref A: 62F1D07CA32C4A3FA51D9F3953EF2F2F Ref B: MWH011020807040 Ref C: 2025-10-28T14:51:16Z' status: code: 200 message: OK @@ -764,12 +764,12 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"eb2d0989-10f2-43b7-8c53-e81c8c39dd21\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"5703c03f-3cb3-4d0a-9b66-d0e2a7618695\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -778,9 +778,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:02 GMT + - Tue, 28 Oct 2025 14:51:15 GMT etag: - - W/"eb2d0989-10f2-43b7-8c53-e81c8c39dd21" + - W/"5703c03f-3cb3-4d0a-9b66-d0e2a7618695" expires: - '-1' pragma: @@ -792,13 +792,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2078f9e4-bb62-4946-ae88-cbfec12f0526 + - fba66a05-46ba-4289-9ad5-e57b870e502c x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/06f5775b-1e05-461d-a693-ed3c28024e6d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fa36cf99-6566-4ce3-9664-810ec42c6509 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 418C95DE2116461395BE8310845BBF84 Ref B: CO6AA3150220011 Ref C: 2025-09-09T18:27:02Z' + - 'Ref A: 0371F88E373D4636AB41344EDD934C61 Ref B: CO6AA3150218031 Ref C: 2025-10-28T14:51:16Z' status: code: 200 message: OK @@ -823,17 +823,17 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"a097b2af-c730-4993-b9a2-281247d1a75a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"cdf65715-860e-41fa-9c81-0a93c0309ec4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/12ad44e0-7001-4839-973f-7a77b9aa168e?api-version=2024-07-01&t=638930392232394075&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evjl_gRUUFdY7fjpnEkzSSITAejdbbOu3rBEclhx4LS4uvoUkfDiPYiR_umlnKY6mqHvDucM3e9chLaZOsVt51ZQoMWKehqFxt6t_2-dTieIUX95oo4Q_WEkUxpufjZ5FFbcK9UyXeVyOQHzPvD1wdIZZ3vuq6y9yu1yjnb3YAqRWcbcDg2R_h_Os9x6fi5K4KyXbG-QAzreBvoYSK8_ev7cncmt44rL0HWpN_zFurI5syRiuLQcRu2UiSfctfysC3MZL8OvAhQf3Y5mlGw5uCiuXVmiy0PdLZqqnj2_k2Jhcve0g9_tOQRtaoaPP9lAmzoxOAGFP5KK6ZvCoCYuWA&h=pSXkh6_kjURiYOneNk8ysLbswRDuvE8kCeB_VPQXgNc + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ec49c052-e7f1-4a89-b514-b5ed7d46f8c0?api-version=2024-07-01&t=638972598770724442&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MyHsWlDgjCsXv00rcw4bEnLwjYQa6peW8YzPp_I_yohhrarH8OP5ud_wdd8mqgExHmLqEaQivDWMf6mjrALuuTjdy57lNCxxe8WKpnnPYSvZtJMEWPOs6jI8aj1aVm1m6dt6sYJtUTeiJA1fXQaSjhRC8HKn0T9ifKecnVLGMHSCIp4J2nUFZ7ZwxrJFI8ocaR384SvJ3uCZ41BhotykVsCAajwc3-r-7RJc-RIZKdzUn1ANYYIgJOYspCN4B6B3hQ00rfaxKsw3HX89A2h2yrMBi15m8yTSkvuIQn44n0FYnzw4YJHowfbIsXw-rxL7NltdclHhA7iRSdVkZA0qXA&h=rN_t1-hpbVKkfBAB6nnzadlCKra0QLIZ_O7eJAK0p4A cache-control: - no-cache content-length: @@ -841,7 +841,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:02 GMT + - Tue, 28 Oct 2025 14:51:16 GMT expires: - '-1' pragma: @@ -853,15 +853,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 61aa5cb0-9a3f-41a0-a191-ee7e04eeccff + - fe1cec3d-1b5f-4260-ab00-75650874f251 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e7e690b2-5c11-4cd6-9a19-362ce3dd5e18 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/74c752c4-6299-454a-a61c-7738d11e0910 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: D5CD1BA6168444A1822B3442870E496F Ref B: CO6AA3150220035 Ref C: 2025-09-09T18:27:02Z' + - 'Ref A: A7C348DF87124E9E9E41EFF42947D634 Ref B: MWH011020807054 Ref C: 2025-10-28T14:51:16Z' status: code: 200 message: OK @@ -879,9 +879,9 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/12ad44e0-7001-4839-973f-7a77b9aa168e?api-version=2024-07-01&t=638930392232394075&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=evjl_gRUUFdY7fjpnEkzSSITAejdbbOu3rBEclhx4LS4uvoUkfDiPYiR_umlnKY6mqHvDucM3e9chLaZOsVt51ZQoMWKehqFxt6t_2-dTieIUX95oo4Q_WEkUxpufjZ5FFbcK9UyXeVyOQHzPvD1wdIZZ3vuq6y9yu1yjnb3YAqRWcbcDg2R_h_Os9x6fi5K4KyXbG-QAzreBvoYSK8_ev7cncmt44rL0HWpN_zFurI5syRiuLQcRu2UiSfctfysC3MZL8OvAhQf3Y5mlGw5uCiuXVmiy0PdLZqqnj2_k2Jhcve0g9_tOQRtaoaPP9lAmzoxOAGFP5KK6ZvCoCYuWA&h=pSXkh6_kjURiYOneNk8ysLbswRDuvE8kCeB_VPQXgNc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ec49c052-e7f1-4a89-b514-b5ed7d46f8c0?api-version=2024-07-01&t=638972598770724442&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=MyHsWlDgjCsXv00rcw4bEnLwjYQa6peW8YzPp_I_yohhrarH8OP5ud_wdd8mqgExHmLqEaQivDWMf6mjrALuuTjdy57lNCxxe8WKpnnPYSvZtJMEWPOs6jI8aj1aVm1m6dt6sYJtUTeiJA1fXQaSjhRC8HKn0T9ifKecnVLGMHSCIp4J2nUFZ7ZwxrJFI8ocaR384SvJ3uCZ41BhotykVsCAajwc3-r-7RJc-RIZKdzUn1ANYYIgJOYspCN4B6B3hQ00rfaxKsw3HX89A2h2yrMBi15m8yTSkvuIQn44n0FYnzw4YJHowfbIsXw-rxL7NltdclHhA7iRSdVkZA0qXA&h=rN_t1-hpbVKkfBAB6nnzadlCKra0QLIZ_O7eJAK0p4A response: body: string: '{"status":"Succeeded"}' @@ -893,7 +893,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:03 GMT + - Tue, 28 Oct 2025 14:51:16 GMT expires: - '-1' pragma: @@ -905,16 +905,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ff4cecd6-c8a9-4f66-9832-7cba4e4db67e + - e84e5bc4-0fd0-40b3-bc2a-3743a8e5db66 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/838f4f75-3756-4947-9224-01add49651f9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6f82d8a6-428f-4c89-ae0e-5f7a880e5624 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D3CF0592160E4FA789A42346D45483C9 Ref B: MWH011020806040 Ref C: 2025-09-09T18:27:03Z' + - 'Ref A: 89857F26680A4B2BAF8D4386194957A9 Ref B: MWH011020807054 Ref C: 2025-10-28T14:51:17Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -929,12 +929,12 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"a097b2af-c730-4993-b9a2-281247d1a75a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"cdf65715-860e-41fa-9c81-0a93c0309ec4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -943,9 +943,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:03 GMT + - Tue, 28 Oct 2025 14:51:17 GMT etag: - - W/"a097b2af-c730-4993-b9a2-281247d1a75a" + - W/"cdf65715-860e-41fa-9c81-0a93c0309ec4" expires: - '-1' pragma: @@ -957,16 +957,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c4ffa11b-7463-46d7-b45f-06209193b42d + - d2d0127e-3915-4387-aeb6-25ba7addf3e9 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/81ce98af-94c3-4fd9-95bf-89ccbcfbafc8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c5ebcfdb-d2ba-456a-97e8-2da5855ad980 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D9BAF05DBDFD44AC883D3EBB28F7F88E Ref B: CO6AA3150217017 Ref C: 2025-09-09T18:27:03Z' + - 'Ref A: 5490B1A11F15484C86B656839D51D891 Ref B: MWH011020806025 Ref C: 2025-10-28T14:51:17Z' status: code: 200 - message: OK + message: '' - request: body: '{"location": "SOUTHCENTRALUS", "properties": {"privateLinkServiceConnections": [{"name": "pecs_cli_test_000002", "properties": {"groupIds": ["account"], "privateLinkServiceId": @@ -989,18 +989,18 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: body: - string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"3184ce04-9914-46ea-ba59-35f5f14e530b\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"ab84f2ba-81c6-4fcb-b7db-a21030921281","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"3184ce04-9914-46ea-ba59-35f5f14e530b\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto - Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.eaaa09e2-4315-4206-840f-d2d5d4e91b5f"}],"customDnsConfigs":[]}}' + string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"06cf2f89-4b5b-44e4-bb68-f58d2a9e2046\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"06cf2f89-4b5b-44e4-bb68-f58d2a9e2046\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto + Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.e6ec532f-c05b-479c-9b21-0433b0ec9f49"}],"customDnsConfigs":[]}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/75455066-98e1-4fdc-8ae6-2087a6d7700a?api-version=2022-01-01&t=638930392252461213&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=0Qfgd2j3wJvvG3ejeAVbBiN_Dqt2K3ZhbSwMPJjp4aaVrZjtEEG3_znw4CtReGN5541W78cq4wrjnp7bLV_zuS6DOmp74Vj-5Nn-qFTNKlkFzoJjJA5rfd_hsYVPvwH4eQID3FUq8RrW-k3AdGGw9BJy-aNq2RJc5uEy_X3ptfO_lYtQIuteXkHUGMxfaQlQZjUexsGn378kT1M7OUQRmmKFGZy-NqBDrBN6M7nMUzVmxGzng5p9rc8yzNKv26xGVY3U4sAsQPtiKYpeUjJzW1JlU55ThJZKpR-PSGpwdN8-Wwtby7ekfMEqga-1pLhn2IwkqeBDbN610a3yCZvDjw&h=HUgXlhdLejzO0B-t33MpDQtkb0i6et-7RQUYmsoISNY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6394161e-4e00-4eca-aea5-d7ef376fa5ba?api-version=2022-01-01&t=638972598789339009&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wK0qCLJhsOCA1Z1HAZ_tmcFvzH6btMFRCWPhjOsPOiZQMJwzfpoeuoeu6ZD_JVVmQh3gRFd3Tn1wpOsobKFQbrXml-x576JvCxwBi3VOscYHANZQSQSsKdGNSn8makCjy97NMtmoxhr1YOIfqSNlMBgK7WCa6Ul-PMrVIwGiGAeuPrDGRV-QQExe1K9ubfQpNztPBCEUPevueJ5n7RViWLelb0jW14UVeqpGYQO63CNIl1wSGLnqUUvXcsRIC4_k7HGFL6g-ebi_hoIatnapPtD5RDg9ZpcEOO98N5SzPxlu4H7fBEEEVMB4Dvc5O40HBB9XrY97mm2IqoM9AnIH4A&h=BqHKQEu_Ooq6utCokbTB5msWDIC6oqzZemg8ExpHf4w cache-control: - no-cache content-length: @@ -1008,7 +1008,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:05 GMT + - Tue, 28 Oct 2025 14:51:18 GMT expires: - '-1' pragma: @@ -1020,18 +1020,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8b52a0d1-a70e-44c5-9928-4fa58aa964d9 + - 0e991ab2-6d9a-4cb3-818c-9010f53a0ae0 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3ae14446-70d9-4289-8e93-b4d0bf8210a5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/43c5444e-c198-4955-8231-6a1694be105f x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: D3E5C5595E6A4B33809615DC0ECD1827 Ref B: CO6AA3150218035 Ref C: 2025-09-09T18:27:04Z' + - 'Ref A: 89E30E49C6434FA7A8CDA91B90721270 Ref B: CO6AA3150219049 Ref C: 2025-10-28T14:51:18Z' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -1047,9 +1047,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/75455066-98e1-4fdc-8ae6-2087a6d7700a?api-version=2022-01-01&t=638930392252461213&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=0Qfgd2j3wJvvG3ejeAVbBiN_Dqt2K3ZhbSwMPJjp4aaVrZjtEEG3_znw4CtReGN5541W78cq4wrjnp7bLV_zuS6DOmp74Vj-5Nn-qFTNKlkFzoJjJA5rfd_hsYVPvwH4eQID3FUq8RrW-k3AdGGw9BJy-aNq2RJc5uEy_X3ptfO_lYtQIuteXkHUGMxfaQlQZjUexsGn378kT1M7OUQRmmKFGZy-NqBDrBN6M7nMUzVmxGzng5p9rc8yzNKv26xGVY3U4sAsQPtiKYpeUjJzW1JlU55ThJZKpR-PSGpwdN8-Wwtby7ekfMEqga-1pLhn2IwkqeBDbN610a3yCZvDjw&h=HUgXlhdLejzO0B-t33MpDQtkb0i6et-7RQUYmsoISNY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6394161e-4e00-4eca-aea5-d7ef376fa5ba?api-version=2022-01-01&t=638972598789339009&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wK0qCLJhsOCA1Z1HAZ_tmcFvzH6btMFRCWPhjOsPOiZQMJwzfpoeuoeu6ZD_JVVmQh3gRFd3Tn1wpOsobKFQbrXml-x576JvCxwBi3VOscYHANZQSQSsKdGNSn8makCjy97NMtmoxhr1YOIfqSNlMBgK7WCa6Ul-PMrVIwGiGAeuPrDGRV-QQExe1K9ubfQpNztPBCEUPevueJ5n7RViWLelb0jW14UVeqpGYQO63CNIl1wSGLnqUUvXcsRIC4_k7HGFL6g-ebi_hoIatnapPtD5RDg9ZpcEOO98N5SzPxlu4H7fBEEEVMB4Dvc5O40HBB9XrY97mm2IqoM9AnIH4A&h=BqHKQEu_Ooq6utCokbTB5msWDIC6oqzZemg8ExpHf4w response: body: string: '{"status":"InProgress"}' @@ -1061,7 +1061,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:05 GMT + - Tue, 28 Oct 2025 14:51:18 GMT expires: - '-1' pragma: @@ -1073,16 +1073,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d1705f5a-8205-4e20-bbd4-a4e6626593e1 + - d71209e7-3ac6-4b3b-9951-f7437fdee203 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1cc4d553-9dbc-4dd3-973f-76072f204f1e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d459b739-206a-425e-80b6-d90e6977bd99 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E252468EA8794A829F92309F03D1FDDE Ref B: CO6AA3150217039 Ref C: 2025-09-09T18:27:05Z' + - 'Ref A: B9980C7392E047A785C59F02D274D663 Ref B: MWH011020808036 Ref C: 2025-10-28T14:51:19Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1098,9 +1098,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/75455066-98e1-4fdc-8ae6-2087a6d7700a?api-version=2022-01-01&t=638930392252461213&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=0Qfgd2j3wJvvG3ejeAVbBiN_Dqt2K3ZhbSwMPJjp4aaVrZjtEEG3_znw4CtReGN5541W78cq4wrjnp7bLV_zuS6DOmp74Vj-5Nn-qFTNKlkFzoJjJA5rfd_hsYVPvwH4eQID3FUq8RrW-k3AdGGw9BJy-aNq2RJc5uEy_X3ptfO_lYtQIuteXkHUGMxfaQlQZjUexsGn378kT1M7OUQRmmKFGZy-NqBDrBN6M7nMUzVmxGzng5p9rc8yzNKv26xGVY3U4sAsQPtiKYpeUjJzW1JlU55ThJZKpR-PSGpwdN8-Wwtby7ekfMEqga-1pLhn2IwkqeBDbN610a3yCZvDjw&h=HUgXlhdLejzO0B-t33MpDQtkb0i6et-7RQUYmsoISNY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6394161e-4e00-4eca-aea5-d7ef376fa5ba?api-version=2022-01-01&t=638972598789339009&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wK0qCLJhsOCA1Z1HAZ_tmcFvzH6btMFRCWPhjOsPOiZQMJwzfpoeuoeu6ZD_JVVmQh3gRFd3Tn1wpOsobKFQbrXml-x576JvCxwBi3VOscYHANZQSQSsKdGNSn8makCjy97NMtmoxhr1YOIfqSNlMBgK7WCa6Ul-PMrVIwGiGAeuPrDGRV-QQExe1K9ubfQpNztPBCEUPevueJ5n7RViWLelb0jW14UVeqpGYQO63CNIl1wSGLnqUUvXcsRIC4_k7HGFL6g-ebi_hoIatnapPtD5RDg9ZpcEOO98N5SzPxlu4H7fBEEEVMB4Dvc5O40HBB9XrY97mm2IqoM9AnIH4A&h=BqHKQEu_Ooq6utCokbTB5msWDIC6oqzZemg8ExpHf4w response: body: string: '{"status":"InProgress"}' @@ -1112,7 +1112,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:15 GMT + - Tue, 28 Oct 2025 14:51:29 GMT expires: - '-1' pragma: @@ -1124,16 +1124,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 23ede0a9-6af2-4b3e-88bd-83c594480526 + - d827d78a-143a-4f13-92f8-d2d1ea21e70d x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/542f67f5-8223-45a6-bc4f-791cab6ac59e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d79c758a-362e-4aff-9ccd-286adfa19a4e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D3ED121EC1724B1EBA88BB6463F39599 Ref B: MWH011020809052 Ref C: 2025-09-09T18:27:15Z' + - 'Ref A: 1F36A5B0AD4C426C9ABAC99E9E1DA739 Ref B: MWH011020807025 Ref C: 2025-10-28T14:51:29Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1149,9 +1149,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/75455066-98e1-4fdc-8ae6-2087a6d7700a?api-version=2022-01-01&t=638930392252461213&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=0Qfgd2j3wJvvG3ejeAVbBiN_Dqt2K3ZhbSwMPJjp4aaVrZjtEEG3_znw4CtReGN5541W78cq4wrjnp7bLV_zuS6DOmp74Vj-5Nn-qFTNKlkFzoJjJA5rfd_hsYVPvwH4eQID3FUq8RrW-k3AdGGw9BJy-aNq2RJc5uEy_X3ptfO_lYtQIuteXkHUGMxfaQlQZjUexsGn378kT1M7OUQRmmKFGZy-NqBDrBN6M7nMUzVmxGzng5p9rc8yzNKv26xGVY3U4sAsQPtiKYpeUjJzW1JlU55ThJZKpR-PSGpwdN8-Wwtby7ekfMEqga-1pLhn2IwkqeBDbN610a3yCZvDjw&h=HUgXlhdLejzO0B-t33MpDQtkb0i6et-7RQUYmsoISNY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6394161e-4e00-4eca-aea5-d7ef376fa5ba?api-version=2022-01-01&t=638972598789339009&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=wK0qCLJhsOCA1Z1HAZ_tmcFvzH6btMFRCWPhjOsPOiZQMJwzfpoeuoeu6ZD_JVVmQh3gRFd3Tn1wpOsobKFQbrXml-x576JvCxwBi3VOscYHANZQSQSsKdGNSn8makCjy97NMtmoxhr1YOIfqSNlMBgK7WCa6Ul-PMrVIwGiGAeuPrDGRV-QQExe1K9ubfQpNztPBCEUPevueJ5n7RViWLelb0jW14UVeqpGYQO63CNIl1wSGLnqUUvXcsRIC4_k7HGFL6g-ebi_hoIatnapPtD5RDg9ZpcEOO98N5SzPxlu4H7fBEEEVMB4Dvc5O40HBB9XrY97mm2IqoM9AnIH4A&h=BqHKQEu_Ooq6utCokbTB5msWDIC6oqzZemg8ExpHf4w response: body: string: '{"status":"Succeeded"}' @@ -1163,7 +1163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:36 GMT + - Tue, 28 Oct 2025 14:51:50 GMT expires: - '-1' pragma: @@ -1175,16 +1175,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 61abed47-fe3d-4bb2-b1cf-cb87b4fca926 + - 68420ae6-3d9a-495f-a650-aaa4cf950e67 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/6b04070a-5bc1-4ea4-a998-b4fd62fc1447 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fe97dee2-ed8c-440b-bbd5-cd39429000cf x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EB5A8E46E0074CCEB852DDA0C44DAE16 Ref B: MWH011020806052 Ref C: 2025-09-09T18:27:36Z' + - 'Ref A: E31BC6583CD14FA381F717A5D34E41AE Ref B: MWH011020808060 Ref C: 2025-10-28T14:51:50Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1200,12 +1200,12 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: body: - string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"b76b38f3-4054-4b5f-b746-470cadba662e\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"ab84f2ba-81c6-4fcb-b7db-a21030921281","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"b76b38f3-4054-4b5f-b746-470cadba662e\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.eaaa09e2-4315-4206-840f-d2d5d4e91b5f"}],"customDnsConfigs":[{"fqdn":"csclitest000003.cognitiveservices.azure.com","ipAddresses":["10.0.0.4"]}]}}' + string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"67aa0298-51c0-488d-8d25-7bf61c78c64e\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"67aa0298-51c0-488d-8d25-7bf61c78c64e\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.e6ec532f-c05b-479c-9b21-0433b0ec9f49"}],"customDnsConfigs":[{"fqdn":"csclitest000003.cognitiveservices.azure.com","ipAddresses":["10.0.0.4"]}]}}' headers: cache-control: - no-cache @@ -1214,9 +1214,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:36 GMT + - Tue, 28 Oct 2025 14:51:49 GMT etag: - - W/"b76b38f3-4054-4b5f-b746-470cadba662e" + - W/"67aa0298-51c0-488d-8d25-7bf61c78c64e" expires: - '-1' pragma: @@ -1228,11 +1228,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9932c7f2-7468-4fc6-8cfb-201f1450b9d2 + - 7b4d6e38-abfe-4fa0-a49f-dc2c0e4671f6 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7F6F16FDC3B64C0F88C71DBD85252FB5 Ref B: MWH011020807029 Ref C: 2025-09-09T18:27:36Z' + - 'Ref A: 34EECADFA39B495CAFC4F0117ED1379A Ref B: MWH011020808023 Ref C: 2025-10-28T14:51:50Z' status: code: 200 message: OK @@ -1250,17 +1250,17 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83039627-0000-0500-0000-68c071840000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"a6eff773130e40ba859b8a57781ba023","dateCreated":"2025-09-09T18:25:43.2725176Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.ab84f2ba-81c6-4fcb-b7db-a21030921281","name":"cs_cli_test_000002/pecs_cli_test_000002.ab84f2ba-81c6-4fcb-b7db-a21030921281","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}}}],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b603da09-0000-0500-0000-6900d8710000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"5dc5097ced91485690a5087900672e7a","dateCreated":"2025-10-28T14:49:57.2380954Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","name":"cs_cli_test_000002/pecs_cli_test_000002.aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}}}],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://csclitest000003.cognitiveservices.azure.com/","Custom Text Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Conversational Language Understanding Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom Question Answering Authoring":"https://csclitest000003.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:25:42.3363146Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:25:42.3363146Z"}}' + Question Answering":"https://csclitest000003.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000003.cognitiveservices.azure.com/","Language":"https://csclitest000003.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000003.cognitiveservices.azure.com/","Turing":"https://csclitest000003.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000003.cognitiveservices.azure.com/","LUIS":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:56.4451314Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:56.4451314Z"}}' headers: cache-control: - no-cache @@ -1269,9 +1269,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:36 GMT + - Tue, 28 Oct 2025 14:51:50 GMT etag: - - '"83039627-0000-0500-0000-68c071840000"' + - '"b603da09-0000-0500-0000-6900d8710000"' expires: - '-1' pragma: @@ -1283,11 +1283,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '31' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0E02E8266E2E443794D578579A5044A1 Ref B: MWH011020806042 Ref C: 2025-09-09T18:27:37Z' + - 'Ref A: A10F7B727B9A44608526FFEDC4899E2C Ref B: MWH011020809040 Ref C: 2025-10-28T14:51:50Z' status: code: 200 message: OK @@ -1306,12 +1306,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.ab84f2ba-81c6-4fcb-b7db-a21030921281?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.ab84f2ba-81c6-4fcb-b7db-a21030921281","name":"cs_cli_test_000002/pecs_cli_test_000002.ab84f2ba-81c6-4fcb-b7db-a21030921281","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a042769-0000-0500-0000-68c071840000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","name":"cs_cli_test_000002/pecs_cli_test_000002.aeb447cb-3c4f-4b7f-9ca5-6f3720cd39fc","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"5303659e-0000-0500-0000-6900d8720000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1320,9 +1320,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:36 GMT + - Tue, 28 Oct 2025 14:51:51 GMT etag: - - '"9a042769-0000-0500-0000-68c071840000"' + - '"5303659e-0000-0500-0000-6900d8720000"' expires: - '-1' pragma: @@ -1334,13 +1334,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/795ffd71-48b3-478a-b6d8-ecb4cedab0b5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/668a43e7-57f2-4a80-87f6-d67ec81fe700 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 37EA6D1D80B54CB69811CE7D97FED142 Ref B: MWH011020808062 Ref C: 2025-09-09T18:27:37Z' + - 'Ref A: 9E0816BE19FC4EC0BE1448DFE870F90A Ref B: CO6AA3150218021 Ref C: 2025-10-28T14:51:51Z' status: code: 200 message: OK @@ -1360,7 +1360,7 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: @@ -1370,17 +1370,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392579207905&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=V_hYQv9hKG0-neORvrjeSfuUzRbp2gj8yfE80ppvbyMzDa1PSMs3hrZblb5mceKZ3NP_RRCGSSSCBwZtoKn3nhjjaSRHxJgdq8KMBfrJZ23-J8QG7WrzqN9v5Hegt1EOylnzm5WVyZ6EWW4xKrHBgjsWzMprZuR5A2MKHvRFlvcX0Y4MjAB2GgfBMULI7EA_OJ028bsndTh4ijgS6q6rZGpvtjvZAeklMoRotUXJ6DgNca01N_Dsy93CpLvUHn3M2b7WnjpxyuOLmNShjupjXmOC8dOv3TbXdilpvw8Fl2-yydXPoFqvACQqfC8ZxxlYY8zqOhLC58oMqe0cFO7mnw&h=Q5gIgEwqzLv75cJK6cg2ICXYR2fHi3r-DPkaI9TN56I + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599123232495&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=mjnzXMrtlh-2xWcqoS8iOTHn4JjWwg4UV_Z1gg-tlCxJ3h-c95fMh00pnjZVABd-0DI9F_2b6Ykn6A2KrGB8hzb7GWSQGB_V4Fnpf47BmepjcF3bi5RW6XqSVf8GANg9xRbTRwxWMww0kVPdQ_vcXXHeJZ7bifOCgkcrtA3wIQglLH8AdSGSFUCmJURxO6amR0l3l4BEoR5iLaLPkpWWPIWh2hTJQAiHw-DWDBkcyCAb6Vxu6zkMYgIVAS5-EnJP1HQ3tIuaIxIto_gyUqDaOtCNxd2toaxl2hBk8qdv5TEyOjK1SMJsE0dMgvyNTj0qiBoBRpKmo8f1BAezZDu2TA&h=9KrLXia3kMQSkOd4p0r7RBNQ8aEpndlGPRl5cNTqYbo cache-control: - no-cache content-length: - '0' date: - - Tue, 09 Sep 2025 18:27:37 GMT + - Tue, 28 Oct 2025 14:51:51 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392579364140&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dAr4OjLJ0Yy_FCIma9t7-0dLP0Ul2zViekxX3ryF9TJTlG7pRu78rabvtnBsHyVZMXw4GqGuHjSrb5NjmNgi25z2eB1_sMSgc1Ujg5XPuZyRjPNMpmAL3QSHEDu9F7829ttx8YKOGf4XBUsNVnvzhpkHyzmnmiT6lHe2L6LESG5bl9L4lTB2CMSZ-wW8fcYYPPAFR870GGormJQF-BQiGwLwnloY62qtFQsjh_EeonW5UfnMG1sWwAI3oQCt3RzE_VdljIWK9DAIXSmDN08xeeTzHPQ_Ryz2TGwe5LnnqwhMSHW2R_VFpNbmBuC2l69WacLaJ_oqKaMIRGpX6otBKA&h=78wDC-t-ULyeZa_82e-ps-BppC0SRztmEVygkdV6YTY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599123388790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=gCgTYSGfz3aLbVywl15Q8u4rYReTWlbRjohIHK49k1L61EFJOXcDHrr5PKB3Qr5HkqLnA4WC2fzzr6S8XR_o2bgN5YXDa1li3STUQn3hpQwe03NikiQrchSzQBT8jBdvSAx9YKdN9scGkp4XWVA89qJ5rDp9jeRsLU3m97AwPfeWUDZIILGcd8ksc9vgI0gBqfBcq52xA5se5FRW6ic98I6_XbLy1rBMmulI_mo4FqG-EBGvm-ysXI5zrztCScbEg3v9LNRlQExnLesuOn2jAFc_k0OJxJSnjhx-4UpjA64Z-tl-VyDmIoAIXzaM6Cz_lTpotVB1iNstoIkvaW8s-A&h=0uoLrmKwXqQVQtEtKjoNk_Io4pFQzvlRuranMP8n5r8 pragma: - no-cache strict-transport-security: @@ -1390,15 +1390,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 566aaabe-b170-493b-a805-b4360e583327 + - 1ff7dd0b-f262-4a35-a8ec-963d58fd8257 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/afde1ad0-a73c-4d0f-ab3f-3998c87bc9c6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/24296067-542e-4e4d-b2b8-02c708c17259 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 87F40315172D47AA84014FEB2D1E72A9 Ref B: CO6AA3150218035 Ref C: 2025-09-09T18:27:37Z' + - 'Ref A: CD0BD75F7C7C48828CEC4059C92F644C Ref B: CO6AA3150219017 Ref C: 2025-10-28T14:51:51Z' status: code: 202 message: Accepted @@ -1416,9 +1416,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392579207905&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=V_hYQv9hKG0-neORvrjeSfuUzRbp2gj8yfE80ppvbyMzDa1PSMs3hrZblb5mceKZ3NP_RRCGSSSCBwZtoKn3nhjjaSRHxJgdq8KMBfrJZ23-J8QG7WrzqN9v5Hegt1EOylnzm5WVyZ6EWW4xKrHBgjsWzMprZuR5A2MKHvRFlvcX0Y4MjAB2GgfBMULI7EA_OJ028bsndTh4ijgS6q6rZGpvtjvZAeklMoRotUXJ6DgNca01N_Dsy93CpLvUHn3M2b7WnjpxyuOLmNShjupjXmOC8dOv3TbXdilpvw8Fl2-yydXPoFqvACQqfC8ZxxlYY8zqOhLC58oMqe0cFO7mnw&h=Q5gIgEwqzLv75cJK6cg2ICXYR2fHi3r-DPkaI9TN56I + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599123232495&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=mjnzXMrtlh-2xWcqoS8iOTHn4JjWwg4UV_Z1gg-tlCxJ3h-c95fMh00pnjZVABd-0DI9F_2b6Ykn6A2KrGB8hzb7GWSQGB_V4Fnpf47BmepjcF3bi5RW6XqSVf8GANg9xRbTRwxWMww0kVPdQ_vcXXHeJZ7bifOCgkcrtA3wIQglLH8AdSGSFUCmJURxO6amR0l3l4BEoR5iLaLPkpWWPIWh2hTJQAiHw-DWDBkcyCAb6Vxu6zkMYgIVAS5-EnJP1HQ3tIuaIxIto_gyUqDaOtCNxd2toaxl2hBk8qdv5TEyOjK1SMJsE0dMgvyNTj0qiBoBRpKmo8f1BAezZDu2TA&h=9KrLXia3kMQSkOd4p0r7RBNQ8aEpndlGPRl5cNTqYbo response: body: string: '{"status":"InProgress"}' @@ -1430,7 +1430,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:37 GMT + - Tue, 28 Oct 2025 14:51:52 GMT expires: - '-1' pragma: @@ -1442,16 +1442,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3d19f8d8-5aa3-4f7d-a260-30131d3e5fa6 + - d351fce2-829b-495b-8034-c1714f4aaffb x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9f41927f-679a-468e-9e20-d126cc6e4aa1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1dfaba0f-0032-44b3-984e-01a461af534d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 431812ACB7EC4286B43F7AC1820BAD6B Ref B: CO6AA3150220031 Ref C: 2025-09-09T18:27:38Z' + - 'Ref A: DC878E03FD35400FB795485BF0D36E8E Ref B: MWH011020808029 Ref C: 2025-10-28T14:51:52Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1466,9 +1466,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392579207905&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=V_hYQv9hKG0-neORvrjeSfuUzRbp2gj8yfE80ppvbyMzDa1PSMs3hrZblb5mceKZ3NP_RRCGSSSCBwZtoKn3nhjjaSRHxJgdq8KMBfrJZ23-J8QG7WrzqN9v5Hegt1EOylnzm5WVyZ6EWW4xKrHBgjsWzMprZuR5A2MKHvRFlvcX0Y4MjAB2GgfBMULI7EA_OJ028bsndTh4ijgS6q6rZGpvtjvZAeklMoRotUXJ6DgNca01N_Dsy93CpLvUHn3M2b7WnjpxyuOLmNShjupjXmOC8dOv3TbXdilpvw8Fl2-yydXPoFqvACQqfC8ZxxlYY8zqOhLC58oMqe0cFO7mnw&h=Q5gIgEwqzLv75cJK6cg2ICXYR2fHi3r-DPkaI9TN56I + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599123232495&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=mjnzXMrtlh-2xWcqoS8iOTHn4JjWwg4UV_Z1gg-tlCxJ3h-c95fMh00pnjZVABd-0DI9F_2b6Ykn6A2KrGB8hzb7GWSQGB_V4Fnpf47BmepjcF3bi5RW6XqSVf8GANg9xRbTRwxWMww0kVPdQ_vcXXHeJZ7bifOCgkcrtA3wIQglLH8AdSGSFUCmJURxO6amR0l3l4BEoR5iLaLPkpWWPIWh2hTJQAiHw-DWDBkcyCAb6Vxu6zkMYgIVAS5-EnJP1HQ3tIuaIxIto_gyUqDaOtCNxd2toaxl2hBk8qdv5TEyOjK1SMJsE0dMgvyNTj0qiBoBRpKmo8f1BAezZDu2TA&h=9KrLXia3kMQSkOd4p0r7RBNQ8aEpndlGPRl5cNTqYbo response: body: string: '{"status":"Succeeded"}' @@ -1480,7 +1480,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:47 GMT + - Tue, 28 Oct 2025 14:52:02 GMT expires: - '-1' pragma: @@ -1492,16 +1492,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1046ea9-d6e5-4292-9808-82ad3d9eb2f1 + - 4619ea4a-4005-4421-921c-8a9f424a37a6 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e84042b0-3176-47bd-bec9-bb4e1a08475a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2e3f7b39-e0e4-466f-b1c5-f564ffb62f44 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DDFED5B30A6C4F2DBCC5F58A17CE92EB Ref B: CO6AA3150218023 Ref C: 2025-09-09T18:27:48Z' + - 'Ref A: 1E2B18CD4E4A4A8DB148FEE376D1D7BE Ref B: CO6AA3150217017 Ref C: 2025-10-28T14:52:02Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1516,9 +1516,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392579364140&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=dAr4OjLJ0Yy_FCIma9t7-0dLP0Ul2zViekxX3ryF9TJTlG7pRu78rabvtnBsHyVZMXw4GqGuHjSrb5NjmNgi25z2eB1_sMSgc1Ujg5XPuZyRjPNMpmAL3QSHEDu9F7829ttx8YKOGf4XBUsNVnvzhpkHyzmnmiT6lHe2L6LESG5bl9L4lTB2CMSZ-wW8fcYYPPAFR870GGormJQF-BQiGwLwnloY62qtFQsjh_EeonW5UfnMG1sWwAI3oQCt3RzE_VdljIWK9DAIXSmDN08xeeTzHPQ_Ryz2TGwe5LnnqwhMSHW2R_VFpNbmBuC2l69WacLaJ_oqKaMIRGpX6otBKA&h=78wDC-t-ULyeZa_82e-ps-BppC0SRztmEVygkdV6YTY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599123388790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=gCgTYSGfz3aLbVywl15Q8u4rYReTWlbRjohIHK49k1L61EFJOXcDHrr5PKB3Qr5HkqLnA4WC2fzzr6S8XR_o2bgN5YXDa1li3STUQn3hpQwe03NikiQrchSzQBT8jBdvSAx9YKdN9scGkp4XWVA89qJ5rDp9jeRsLU3m97AwPfeWUDZIILGcd8ksc9vgI0gBqfBcq52xA5se5FRW6ic98I6_XbLy1rBMmulI_mo4FqG-EBGvm-ysXI5zrztCScbEg3v9LNRlQExnLesuOn2jAFc_k0OJxJSnjhx-4UpjA64Z-tl-VyDmIoAIXzaM6Cz_lTpotVB1iNstoIkvaW8s-A&h=0uoLrmKwXqQVQtEtKjoNk_Io4pFQzvlRuranMP8n5r8 response: body: string: '' @@ -1526,17 +1526,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392690135074&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=0LYxnjEeBWywNieF5qV-VhlyRbYx2UvlatxL98r3H1hIpXidURDOsn9-pya7g4jWK9cyb0XdDXoVvYaxSNjsUKdU3Cmbfml68QwHnzlWaAleWSbNITuPjfnq-tpk2eT5b2plfXnMj8QTWCr72OZBXCm9tHr-kpyPWnlmZ0lXLgH-cO3808PnPggA-xAJyXzAzfuJ9OipkQODX3VzOGsAvQ9EqZyz0n_7VaDKAVYTDZRH2KxqBpcKTrF11t92zAngKStJLCkO3JcPwSdK_Bq09c2k9Atfwyjmyy15RLmyK0SACII0AWOgwSITov30peky2vu4Wz8bzwQ6zXDltQIa8g&h=C6gus-bZ3hcrLvuQrw-gskI-Wu-2YAT0ayeD6CWPuow + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599234703055&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=R40SR6TYoDfLpfklYlBmZbNWL6naDrfvxA-tLhb-dOSg2yoOhw4D1d-wt5_tUrkhkOuyiy-UVy5FeyAF8uSOcXRfDGYLigs2FD6ofqHTz5A0sS4wHW3YVVZSSf5CImdRy6GB-qwLi2akMD-aRf4M3kG2KHiFcHuky89YzDxsXO7geOgUHLGt8rfEQskYDmx2VPhqNpLsK2XSwrYUyhNQ8sC8X8aJzy-mJBl4JQQS1IJZdxDGR25EnKXnWI-guntve2zgs1OtfMaOu4DSIDBSFovmMZ6Dt_GS8R1CJ4GAWguYs0T4tECW9GRhN8dB-da0ugwGAhYb5ge6Dz_8Pl9rgw&h=aSrinXmcyjDY6Oh1j3bjfEDFLGK2IoYzhbRxbxZ0CvQ cache-control: - no-cache content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:48 GMT + - Tue, 28 Oct 2025 14:52:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a979e2bc-8a59-4fa8-aa45-cc6541c30d05?api-version=2022-01-01&t=638930392690135074&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=kMQ0yLi_c8Fai0t-05K1Wuad_GVYGSpZYdH47YFNn6T28bhs4aN77urRmk6Y7DaqHq9xvb33Mk9KGbM3l7gu-zP5lym0iJ8cX2wa8lnunfgrXHfLgZXtvxsYytykiu0tElDXMpya9K57yrtCgBXMrJC1Rvid3sXoX8VbGME8qNgeCoeIPvFtgaWavPCNKNzytFKyUw88mSzJjPcPZDNzOp7nOdmm8gfnfBqZuJwa1RT0RP1z-T0tYN9yPoCVLEY6a-vkikDiOULXTdA_AAPO7ybB90qzZI2Xb8QolIBjAZVbSa9N1YrZmEw9wZ8EK_8Fz8lcyseNLQQOm_elHs9MxQ&h=jRiNlafWLkJWbO1vYD33s87mNtbyqf9V812CutiAOXg + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/647a1972-3389-492c-9a51-a5b0f5aba3a6?api-version=2022-01-01&t=638972599234703055&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=GABc8dvAWtJOQOo9GdCyVJd5tWH53icNgMfp92G804-RHbXBdvLjT7a4og6OjbE0YlYT8unaBg8tV6H6xTl54OqVbwa9_iTjULPD6o25c2QsQXxEWlvyXzwgOtG7W8WOe_wF9G1NKbZwkUtlaZox__C4TjRWXgACSN_Pn5XnLky1AfvLPeDVVdaUQ5yubTwFKFG1HLub7aXaclTA4Lrzoewgc67ALxHz8Ia6M4w1uV0EfjywebnUWaaW9yF9xbC3w4yvoVbRMYVprdu8bAsuvLtVJwrOcOxZ7HAkuOKOntnTqAgWPNskeCJckx1VreZxA_Yi30ZWUNnb_601qEAhGg&h=LcW9B_uce-JswEt1LpC--zUwqmzB1EHmjNzs71_nHaM pragma: - no-cache strict-transport-security: @@ -1546,13 +1546,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 566aaabe-b170-493b-a805-b4360e583327 + - 1ff7dd0b-f262-4a35-a8ec-963d58fd8257 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/50b6dc46-0b92-404b-a4c0-76db7c18ba17 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/01256e84-30aa-4718-aa03-a23ba9ca7697 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FCDCD07A69824C678BF4A83B968FC2B2 Ref B: CO6AA3150220047 Ref C: 2025-09-09T18:27:48Z' + - 'Ref A: A0BE1753D9614DBD8733ACF9258C8EFA Ref B: MWH011020806060 Ref C: 2025-10-28T14:52:03Z' status: code: 204 message: No Content @@ -1572,9 +1572,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -1584,7 +1584,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:27:50 GMT + - Tue, 28 Oct 2025 14:52:05 GMT expires: - '-1' pragma: @@ -1596,15 +1596,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '93' + - '97' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/94c30ac0-ca81-4a42-8193-d1799fca06db + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4040d80d-d2c7-4b9e-96a0-9f6a83563d38 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 74CDA6B273CF4E659CCC90EE27181B7A Ref B: MWH011020809062 Ref C: 2025-09-09T18:27:49Z' + - 'Ref A: EF2BDBBD548046138AB8793DFFD0CE51 Ref B: MWH011020809052 Ref C: 2025-10-28T14:52:03Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint_connection.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint_connection.yaml index 0087f5c6cb7..1e761e4124d 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint_connection.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_private_endpoint_connection.yaml @@ -18,15 +18,15 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83037825-0000-0500-0000-68c071780000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8691f1b98d884f919555aedb022a2795","dateCreated":"2025-09-09T18:27:02.8604226Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:27:01.8262824Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:27:01.8262824Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50350eb-0000-0500-0000-6900d7f90000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"c3ac424806204015b5f3257d6fe16111","dateCreated":"2025-10-28T14:49:27.9456919Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:26.7785272Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:26.7785272Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95?api-version=2017-04-18&t=638930392245454398&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xUa-XjRh_M0dKs5-RAqSCzIdB_Pe5eA3ZkB0_KSZO0KV34lSSzwNpzkbxZMw-YJnCN2YLGtRJdSIU6ohQte9_w4rBphtIiQ-_AJE5vmk03QGCdpSS6CVcA1D3mBeGPLp0LmBjFAGbawTaVjHTyFukrH19cCYb_heMhj2SKkLy3Vp-LjomfugBb1CCjSvm7t43NEpZQeEZgJXjon6Rui_J96LtL7DV0ctsxuplMx1sz5aGRLlOQqpOpuQqtBWuJcIOcYOM0JGTmXdDamgahpWjcw4vcpfK9mx3mzB94ByCku5BAUtbDlO5_rKt5d151I-t5OHFxYZ6yAEgV4axEBDeA&h=daQfIhHGE5XEL7YNSQhc2do_H4S5c4WBvPeKhXFJAR4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/82ba33d5-b7a9-45fe-91e5-63fcd0084b01?api-version=2017-04-18&t=638972597695911256&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=xE89PvIxSRgD_3fsUac6SXF3jPhzwXV5F96MyL9w5zjVwYFMTID2iIyVoa1U2XMC_OWyherXM6KvzzSg33zZdWWCAj5mTS9C0GnnhufM7KjS75kBzc-kT52qp15xeQ-RcJHm_08BuePSL7MJr-66Ugf9b_A3YkUc3yfBwVohFLC_QenW5QVmXTW477g5FU4D8eW3tl_9TUowD6RRLCCqrcTqQN8ZehrwvhuQdPSewyCaXWIDfSNbjj8ImHA0BbeTFQ3mT-EE93r_7-c6-_Vmava-359VIOMhllkfCAzq4pSDlIDiuQCDPlkSqSQQzjHigTwVJTzc4QbFFbxNM8PmSA&h=qSy8Nc3B-HQyYNwB3sY3QOmTpNnimucgxKlkMOpw-IA cache-control: - no-cache content-length: @@ -34,9 +34,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:04 GMT + - Tue, 28 Oct 2025 14:49:29 GMT etag: - - '"83037825-0000-0500-0000-68c071780000"' + - '"b50350eb-0000-0500-0000-6900d7f90000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2594' + - '2597' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e0349457-4f2d-494e-8973-5bcd96c61ce0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a62f8283-9e79-4faf-b346-fc6359baf802 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 19502A9214624B22B5F7A192D8ABD369 Ref B: MWH011020809054 Ref C: 2025-09-09T18:27:01Z' + - 'Ref A: 053708E1720A4C2C8FF0A597CB282B2C Ref B: MWH011020809062 Ref C: 2025-10-28T14:49:26Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95?api-version=2017-04-18&t=638930392245454398&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xUa-XjRh_M0dKs5-RAqSCzIdB_Pe5eA3ZkB0_KSZO0KV34lSSzwNpzkbxZMw-YJnCN2YLGtRJdSIU6ohQte9_w4rBphtIiQ-_AJE5vmk03QGCdpSS6CVcA1D3mBeGPLp0LmBjFAGbawTaVjHTyFukrH19cCYb_heMhj2SKkLy3Vp-LjomfugBb1CCjSvm7t43NEpZQeEZgJXjon6Rui_J96LtL7DV0ctsxuplMx1sz5aGRLlOQqpOpuQqtBWuJcIOcYOM0JGTmXdDamgahpWjcw4vcpfK9mx3mzB94ByCku5BAUtbDlO5_rKt5d151I-t5OHFxYZ6yAEgV4axEBDeA&h=daQfIhHGE5XEL7YNSQhc2do_H4S5c4WBvPeKhXFJAR4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/82ba33d5-b7a9-45fe-91e5-63fcd0084b01?api-version=2017-04-18&t=638972597695911256&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=xE89PvIxSRgD_3fsUac6SXF3jPhzwXV5F96MyL9w5zjVwYFMTID2iIyVoa1U2XMC_OWyherXM6KvzzSg33zZdWWCAj5mTS9C0GnnhufM7KjS75kBzc-kT52qp15xeQ-RcJHm_08BuePSL7MJr-66Ugf9b_A3YkUc3yfBwVohFLC_QenW5QVmXTW477g5FU4D8eW3tl_9TUowD6RRLCCqrcTqQN8ZehrwvhuQdPSewyCaXWIDfSNbjj8ImHA0BbeTFQ3mT-EE93r_7-c6-_Vmava-359VIOMhllkfCAzq4pSDlIDiuQCDPlkSqSQQzjHigTwVJTzc4QbFFbxNM8PmSA&h=qSy8Nc3B-HQyYNwB3sY3QOmTpNnimucgxKlkMOpw-IA response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95","name":"34b2b8e3-6683-491f-b963-41fad251cd95","status":"Creating","startTime":"2025-09-09T18:27:04Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/82ba33d5-b7a9-45fe-91e5-63fcd0084b01","name":"82ba33d5-b7a9-45fe-91e5-63fcd0084b01","status":"Creating","startTime":"2025-10-28T14:49:29Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:27:04 GMT + - Tue, 28 Oct 2025 14:49:29 GMT expires: - '-1' pragma: @@ -100,63 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d18ea06d-adf0-42cf-a2be-68a7a9ed5574 - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: 02B76186F56A43708CE2133FD39ECFFD Ref B: CO6AA3150217021 Ref C: 2025-09-09T18:27:04Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account create - Connection: - - keep-alive - ParameterSetName: - - -n -g --kind --sku -l --custom-domain - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95?api-version=2017-04-18&t=638930392245454398&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xUa-XjRh_M0dKs5-RAqSCzIdB_Pe5eA3ZkB0_KSZO0KV34lSSzwNpzkbxZMw-YJnCN2YLGtRJdSIU6ohQte9_w4rBphtIiQ-_AJE5vmk03QGCdpSS6CVcA1D3mBeGPLp0LmBjFAGbawTaVjHTyFukrH19cCYb_heMhj2SKkLy3Vp-LjomfugBb1CCjSvm7t43NEpZQeEZgJXjon6Rui_J96LtL7DV0ctsxuplMx1sz5aGRLlOQqpOpuQqtBWuJcIOcYOM0JGTmXdDamgahpWjcw4vcpfK9mx3mzB94ByCku5BAUtbDlO5_rKt5d151I-t5OHFxYZ6yAEgV4axEBDeA&h=daQfIhHGE5XEL7YNSQhc2do_H4S5c4WBvPeKhXFJAR4 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95","name":"34b2b8e3-6683-491f-b963-41fad251cd95","status":"Creating","startTime":"2025-09-09T18:27:04Z"}' - headers: - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:27:35 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '7' + - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/85675499-bfea-403a-a61a-8f5b162e98f8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/e171cb8b-e424-4d48-8899-49912a92dd66 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D54C850D23B74652A99486C83ACFC6B5 Ref B: CO6AA3150217037 Ref C: 2025-09-09T18:27:35Z' + - 'Ref A: 86E0530550F4460B83BE97B0B0300F62 Ref B: CO6AA3150220017 Ref C: 2025-10-28T14:49:29Z' status: code: 200 message: OK @@ -174,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95?api-version=2017-04-18&t=638930392245454398&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=xUa-XjRh_M0dKs5-RAqSCzIdB_Pe5eA3ZkB0_KSZO0KV34lSSzwNpzkbxZMw-YJnCN2YLGtRJdSIU6ohQte9_w4rBphtIiQ-_AJE5vmk03QGCdpSS6CVcA1D3mBeGPLp0LmBjFAGbawTaVjHTyFukrH19cCYb_heMhj2SKkLy3Vp-LjomfugBb1CCjSvm7t43NEpZQeEZgJXjon6Rui_J96LtL7DV0ctsxuplMx1sz5aGRLlOQqpOpuQqtBWuJcIOcYOM0JGTmXdDamgahpWjcw4vcpfK9mx3mzB94ByCku5BAUtbDlO5_rKt5d151I-t5OHFxYZ6yAEgV4axEBDeA&h=daQfIhHGE5XEL7YNSQhc2do_H4S5c4WBvPeKhXFJAR4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/82ba33d5-b7a9-45fe-91e5-63fcd0084b01?api-version=2017-04-18&t=638972597695911256&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=xE89PvIxSRgD_3fsUac6SXF3jPhzwXV5F96MyL9w5zjVwYFMTID2iIyVoa1U2XMC_OWyherXM6KvzzSg33zZdWWCAj5mTS9C0GnnhufM7KjS75kBzc-kT52qp15xeQ-RcJHm_08BuePSL7MJr-66Ugf9b_A3YkUc3yfBwVohFLC_QenW5QVmXTW477g5FU4D8eW3tl_9TUowD6RRLCCqrcTqQN8ZehrwvhuQdPSewyCaXWIDfSNbjj8ImHA0BbeTFQ3mT-EE93r_7-c6-_Vmava-359VIOMhllkfCAzq4pSDlIDiuQCDPlkSqSQQzjHigTwVJTzc4QbFFbxNM8PmSA&h=qSy8Nc3B-HQyYNwB3sY3QOmTpNnimucgxKlkMOpw-IA response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/34b2b8e3-6683-491f-b963-41fad251cd95","name":"34b2b8e3-6683-491f-b963-41fad251cd95","status":"Succeeded","startTime":"2025-09-09T18:27:04Z","endTime":"2025-09-09T18:27:36Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/82ba33d5-b7a9-45fe-91e5-63fcd0084b01","name":"82ba33d5-b7a9-45fe-91e5-63fcd0084b01","status":"Succeeded","startTime":"2025-10-28T14:49:29Z","endTime":"2025-10-28T14:50:01Z"}' headers: cache-control: - no-cache @@ -188,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:05 GMT + - Tue, 28 Oct 2025 14:50:01 GMT expires: - '-1' pragma: @@ -200,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '9' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/08dc747f-d7b2-47bd-81b3-c4079bd9cfe7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/49bc34a7-2fa7-44ff-a614-965693c0affb x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FC51850379964053835B91BE4C518C98 Ref B: CO6AA3150218047 Ref C: 2025-09-09T18:28:05Z' + - 'Ref A: D92DFB3764CC4EAE912468512CC49176 Ref B: MWH011020809062 Ref C: 2025-10-28T14:50:01Z' status: code: 200 message: OK @@ -224,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303ee2a-0000-0500-0000-68c071970000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8691f1b98d884f919555aedb022a2795","dateCreated":"2025-09-09T18:27:02.8604226Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:27:01.8262824Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:27:01.8262824Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5034bf3-0000-0500-0000-6900d8190000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"c3ac424806204015b5f3257d6fe16111","dateCreated":"2025-10-28T14:49:27.9456919Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:26.7785272Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:26.7785272Z"}}' headers: cache-control: - no-cache @@ -238,9 +188,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:05 GMT + - Tue, 28 Oct 2025 14:50:01 GMT etag: - - '"8303ee2a-0000-0500-0000-68c071970000"' + - '"b5034bf3-0000-0500-0000-6900d8190000"' expires: - '-1' pragma: @@ -252,11 +202,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '15' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 023664A83E6541B190D2665BAC175C87 Ref B: CO6AA3150217009 Ref C: 2025-09-09T18:28:06Z' + - 'Ref A: 2AC288C398D148AFB46A99C338D721C9 Ref B: CO6AA3150217025 Ref C: 2025-10-28T14:50:01Z' status: code: 200 message: OK @@ -275,7 +225,7 @@ interactions: - -g -n --type User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateLinkResources?api-version=2022-03-01 response: @@ -289,7 +239,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:07 GMT + - Tue, 28 Oct 2025 14:50:03 GMT expires: - '-1' pragma: @@ -301,13 +251,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '19' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/18bf5d03-e920-488d-a277-20c56959cac6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/0f287e3a-8227-4fd6-a5e2-47afdf516910 x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: B05AB0CCB3B645968BCC4D8A1F347BA9 Ref B: CO6AA3150218019 Ref C: 2025-09-09T18:28:07Z' + - 'Ref A: 6A5F5645D49C42119D054AB5E79B3701 Ref B: MWH011020808034 Ref C: 2025-10-28T14:50:03Z' status: code: 200 message: OK @@ -330,17 +280,17 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"ff1eb6e4-4734-4c87-834e-35c5db212664\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"ab4f74df-0adc-409d-93b2-4569890d1a10","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"4ed06f6d-2e8c-45ea-a819-62196344a469\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"75f50a77-eab4-4cc9-96e7-17cadd88771c","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/260299b8-d4a5-4e69-a86a-496c1e09464b?api-version=2024-07-01&t=638930392882719204&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=FZ1e2g8ava7KJr-_w5dR-fWK2oIsLxGpEMGQ4APaA808KdzuNSydp0vwS4OAMiKSFpqiy0KmsDn0c_y1thOYI-wHGu96ZaTYbjkkFlftFNV_5FnQsGdvHNGhigAYnzSWHgZ4o0BPhVAhcE51SyYn5C8gINe9_aNM2afsVr8JU9Dw3vE17MkFHnIOlEvVGi4iSdeIX2144WWtYqq64noew-QRpDGaN3_cQr__A5eckq9Y2Kid3UohXB004eCDZ_NTnUQmnvohLWZq-0CpnnwDt1NNP3-jZn0Zkbp_iN4YUDS7jXuDka5hdmgnG-tuG0WfMHv21fsWIgG8HjxDlNCiVQ&h=pZytIioniESTGU5_7uTEX3MVGaKIQBRIAaLuArIi3NY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/783b084d-ded5-4630-94c7-f7bab512ce06?api-version=2024-07-01&t=638972598041404686&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V9ObQpIXj23tTIsJUyTb7elhJixT8D-l3mkEe2B99th4LeyDl-31YpTgn_A14iKIII8bSSxLev-cCT3UqGXYu6_8UW8qgffPTtP2JhvRK2ZvI5BUE52bhFjvOQ6O3gN0Qh-YGRg_QiLLR0xwYNR5HqoBPKt7j8lBUhLmHKR_NchgUN8ZO2QPehqDAivVYNAKCo_myOPNMjGEmksNno-Eo_jtBePeqIWyCf3bG1cvce0bleoFUXVqieu2lLaqrSpPlDlA09g7OBS-3j_Ug8mpiuCdmVYlW_9PXKcdTT8kAdQ4gvzZYaDE-ic9-rUYpd5c8Ht_5Jkv5zcoQq-ZcCbmbA&h=XJGDqpjPJjFSIaQvs7yafP3f5Ya75GiR_rjtoblIW4M cache-control: - no-cache content-length: @@ -348,7 +298,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:07 GMT + - Tue, 28 Oct 2025 14:50:03 GMT expires: - '-1' pragma: @@ -360,15 +310,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3c474639-5bdc-4765-ba3b-f48e200b6b65 + - 8c8505b8-f739-4a3d-86ed-649c0470c7dd x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ecfee928-d5b7-4ae1-9419-fdc5070ffcf4 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bdcde7f7-04f1-42f5-9d6e-df208b249d6a x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 2095322F74FA4224BEA4EDBC44371129 Ref B: CO6AA3150219047 Ref C: 2025-09-09T18:28:07Z' + - 'Ref A: A1262F31BC52423E8D6D83632C8C1D87 Ref B: CO6AA3150220051 Ref C: 2025-10-28T14:50:03Z' status: code: 201 message: Created @@ -386,9 +336,9 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/260299b8-d4a5-4e69-a86a-496c1e09464b?api-version=2024-07-01&t=638930392882719204&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=FZ1e2g8ava7KJr-_w5dR-fWK2oIsLxGpEMGQ4APaA808KdzuNSydp0vwS4OAMiKSFpqiy0KmsDn0c_y1thOYI-wHGu96ZaTYbjkkFlftFNV_5FnQsGdvHNGhigAYnzSWHgZ4o0BPhVAhcE51SyYn5C8gINe9_aNM2afsVr8JU9Dw3vE17MkFHnIOlEvVGi4iSdeIX2144WWtYqq64noew-QRpDGaN3_cQr__A5eckq9Y2Kid3UohXB004eCDZ_NTnUQmnvohLWZq-0CpnnwDt1NNP3-jZn0Zkbp_iN4YUDS7jXuDka5hdmgnG-tuG0WfMHv21fsWIgG8HjxDlNCiVQ&h=pZytIioniESTGU5_7uTEX3MVGaKIQBRIAaLuArIi3NY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/783b084d-ded5-4630-94c7-f7bab512ce06?api-version=2024-07-01&t=638972598041404686&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V9ObQpIXj23tTIsJUyTb7elhJixT8D-l3mkEe2B99th4LeyDl-31YpTgn_A14iKIII8bSSxLev-cCT3UqGXYu6_8UW8qgffPTtP2JhvRK2ZvI5BUE52bhFjvOQ6O3gN0Qh-YGRg_QiLLR0xwYNR5HqoBPKt7j8lBUhLmHKR_NchgUN8ZO2QPehqDAivVYNAKCo_myOPNMjGEmksNno-Eo_jtBePeqIWyCf3bG1cvce0bleoFUXVqieu2lLaqrSpPlDlA09g7OBS-3j_Ug8mpiuCdmVYlW_9PXKcdTT8kAdQ4gvzZYaDE-ic9-rUYpd5c8Ht_5Jkv5zcoQq-ZcCbmbA&h=XJGDqpjPJjFSIaQvs7yafP3f5Ya75GiR_rjtoblIW4M response: body: string: '{"status":"InProgress"}' @@ -400,7 +350,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:08 GMT + - Tue, 28 Oct 2025 14:50:04 GMT expires: - '-1' pragma: @@ -412,13 +362,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4572909f-884e-4649-b915-19de50c17a2f + - fa7589ea-6d94-4ac2-a7e0-3213690d9c0b x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/88accc3c-c3d9-4023-9642-cc0a4efe01f5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/f6d4ee08-0045-4708-bcb8-c59a534e4d5e x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 9323254E478343A790DF3BC444468E7E Ref B: CO6AA3150220051 Ref C: 2025-09-09T18:28:08Z' + - 'Ref A: 1A658AB052B7465ABC8CA2CAD99FF020 Ref B: CO6AA3150217029 Ref C: 2025-10-28T14:50:04Z' status: code: 200 message: OK @@ -436,9 +386,9 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/260299b8-d4a5-4e69-a86a-496c1e09464b?api-version=2024-07-01&t=638930392882719204&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=FZ1e2g8ava7KJr-_w5dR-fWK2oIsLxGpEMGQ4APaA808KdzuNSydp0vwS4OAMiKSFpqiy0KmsDn0c_y1thOYI-wHGu96ZaTYbjkkFlftFNV_5FnQsGdvHNGhigAYnzSWHgZ4o0BPhVAhcE51SyYn5C8gINe9_aNM2afsVr8JU9Dw3vE17MkFHnIOlEvVGi4iSdeIX2144WWtYqq64noew-QRpDGaN3_cQr__A5eckq9Y2Kid3UohXB004eCDZ_NTnUQmnvohLWZq-0CpnnwDt1NNP3-jZn0Zkbp_iN4YUDS7jXuDka5hdmgnG-tuG0WfMHv21fsWIgG8HjxDlNCiVQ&h=pZytIioniESTGU5_7uTEX3MVGaKIQBRIAaLuArIi3NY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/783b084d-ded5-4630-94c7-f7bab512ce06?api-version=2024-07-01&t=638972598041404686&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=V9ObQpIXj23tTIsJUyTb7elhJixT8D-l3mkEe2B99th4LeyDl-31YpTgn_A14iKIII8bSSxLev-cCT3UqGXYu6_8UW8qgffPTtP2JhvRK2ZvI5BUE52bhFjvOQ6O3gN0Qh-YGRg_QiLLR0xwYNR5HqoBPKt7j8lBUhLmHKR_NchgUN8ZO2QPehqDAivVYNAKCo_myOPNMjGEmksNno-Eo_jtBePeqIWyCf3bG1cvce0bleoFUXVqieu2lLaqrSpPlDlA09g7OBS-3j_Ug8mpiuCdmVYlW_9PXKcdTT8kAdQ4gvzZYaDE-ic9-rUYpd5c8Ht_5Jkv5zcoQq-ZcCbmbA&h=XJGDqpjPJjFSIaQvs7yafP3f5Ya75GiR_rjtoblIW4M response: body: string: '{"status":"Succeeded"}' @@ -450,7 +400,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:18 GMT + - Tue, 28 Oct 2025 14:50:14 GMT expires: - '-1' pragma: @@ -462,13 +412,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - df91984f-e99c-4d86-ad31-8213238be626 + - 7cddd3ca-0553-4442-a826-cc8653d32b89 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c6e924cf-3491-4a77-812c-96005b1929a8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2f2a9e47-de34-457f-80d3-d8712fcd6575 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 51FC4C37AAAF47F7962011DF3A4AFA28 Ref B: CO6AA3150220021 Ref C: 2025-09-09T18:28:18Z' + - 'Ref A: EDDA6E86A21941ED9F112599DFB4B4D2 Ref B: MWH011020809029 Ref C: 2025-10-28T14:50:14Z' status: code: 200 message: OK @@ -486,12 +436,12 @@ interactions: ParameterSetName: - --resource-group --name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002?api-version=2024-07-01 response: body: - string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"2e835986-e466-4819-92c7-752ac8c96263\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"ab4f74df-0adc-409d-93b2-4569890d1a10","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' + string: '{"name":"cs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002","etag":"W/\"eaf11b8e-63b0-4854-be9b-d5afc2a25fef\"","type":"Microsoft.Network/virtualNetworks","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"75f50a77-eab4-4cc9-96e7-17cadd88771c","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"privateEndpointVNetPolicies":"Disabled","subnets":[],"virtualNetworkPeerings":[],"enableDdosProtection":false}}' headers: cache-control: - no-cache @@ -500,9 +450,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:18 GMT + - Tue, 28 Oct 2025 14:50:14 GMT etag: - - W/"2e835986-e466-4819-92c7-752ac8c96263" + - W/"eaf11b8e-63b0-4854-be9b-d5afc2a25fef" expires: - '-1' pragma: @@ -514,11 +464,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 75e23fe6-6aca-497c-93c0-394a5eb3cad6 + - c13a1e8b-5507-449f-a997-02ae785d737b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9F47E15A3ABA4601BE9370EBD4E5C2C3 Ref B: CO6AA3150217049 Ref C: 2025-09-09T18:28:19Z' + - 'Ref A: 83567F5B6EEF4AD38E277A7E1574C676 Ref B: MWH011020807023 Ref C: 2025-10-28T14:50:15Z' status: code: 200 message: OK @@ -541,17 +491,17 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"d7fa8f1f-c406-42a0-b497-f1db7d235b67\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"5f6a041f-a7cf-44a0-a110-18f7f41bdece\"","properties":{"provisioningState":"Updating","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/89fdd7b9-0ae4-42c1-90e7-234fa7259ba1?api-version=2024-07-01&t=638930393000089548&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p30qjUlbTPJ_0mIpFc6EQDisM8q84yfsvuWyzGlowReok-NkBq0ahOINGds0oSFRAbXb8HsfceyX6G1fNR9hSHdeHZnrtNNT09hBJgjTXF22X-PjeWD7B5mDRmkvu-FTCWDuVVrPaooJg6b2w4GT76t5h9k4XNYLHc0-9Aw0aJoQZLXDzpzmRASZcdI84DgnwfOmKjVrE2Ss4YHlnhDI_VDhdYf8piL0zOV2PNs4DxmGfdFHtOo-TN1F3hKJfy8g4gwquPUx4kFAVBNp_Q_Sza_JxoRbjCnW_FUWpQbIKzaG3mQCiyrKqazDkldBen8iHs4w9q-kUgkbSaXCki-goA&h=uPHJAY7OV191-Axp91Rq1t4U_WlnsM_zGQXmaZ4h9wY + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/097889da-40ce-4ae5-ac8a-c2a556e79867?api-version=2024-07-01&t=638972598160441743&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=rms4n07sKNVMdr6nX7qr2IwCMnDG5a8U1RuL3NzcfJzd4UXL50Q02w6Rd5hNjzvXiezKKfUa4zkKq5E5wL0Rac3JnN0ssQoY-kuO0LmC6JKRHjA1EtCBpyU74dIzL9qa8vbzYH7soTYP8FC780agizqzOQIxlibrkVs2lcY_ZcmNDitYGCEAIRPJW-38GfOxEDbUFSIvjakAOG6vr8iiqpW_ocv09Bg65II7d3fUzjEKI2YRZUwsFOuksb2sQrltcbryyC55l-v-PyuICJDEbhsqDPjP8sCHfDaCyALuXuLQ6_HPlIbU6ULesUqXpbuKuKxiN9D1cKPuD4ZQWOs5Gg&h=5KYsUzrLP5mjPTPWt6gbFvgez84QQQ7taTnT8BknjJA cache-control: - no-cache content-length: @@ -559,7 +509,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:19 GMT + - Tue, 28 Oct 2025 14:50:15 GMT expires: - '-1' pragma: @@ -571,15 +521,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cd9eff0a-3d5e-4504-8329-2ba928bbca6e + - 21e82aa5-2ff4-4af6-9804-3d766420e48b x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fc1feffe-b39b-42be-9210-a91398ea0a81 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/2c623a4d-8cba-45af-a922-ecc1fe7680a2 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 0613E8993AA5416D99D54AA6D2CC2B31 Ref B: CO6AA3150220053 Ref C: 2025-09-09T18:28:19Z' + - 'Ref A: 30816FA1408D4D298CA6A93E9A5E819C Ref B: CO6AA3150219011 Ref C: 2025-10-28T14:50:15Z' status: code: 201 message: Created @@ -597,9 +547,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/89fdd7b9-0ae4-42c1-90e7-234fa7259ba1?api-version=2024-07-01&t=638930393000089548&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=p30qjUlbTPJ_0mIpFc6EQDisM8q84yfsvuWyzGlowReok-NkBq0ahOINGds0oSFRAbXb8HsfceyX6G1fNR9hSHdeHZnrtNNT09hBJgjTXF22X-PjeWD7B5mDRmkvu-FTCWDuVVrPaooJg6b2w4GT76t5h9k4XNYLHc0-9Aw0aJoQZLXDzpzmRASZcdI84DgnwfOmKjVrE2Ss4YHlnhDI_VDhdYf8piL0zOV2PNs4DxmGfdFHtOo-TN1F3hKJfy8g4gwquPUx4kFAVBNp_Q_Sza_JxoRbjCnW_FUWpQbIKzaG3mQCiyrKqazDkldBen8iHs4w9q-kUgkbSaXCki-goA&h=uPHJAY7OV191-Axp91Rq1t4U_WlnsM_zGQXmaZ4h9wY + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/097889da-40ce-4ae5-ac8a-c2a556e79867?api-version=2024-07-01&t=638972598160441743&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=rms4n07sKNVMdr6nX7qr2IwCMnDG5a8U1RuL3NzcfJzd4UXL50Q02w6Rd5hNjzvXiezKKfUa4zkKq5E5wL0Rac3JnN0ssQoY-kuO0LmC6JKRHjA1EtCBpyU74dIzL9qa8vbzYH7soTYP8FC780agizqzOQIxlibrkVs2lcY_ZcmNDitYGCEAIRPJW-38GfOxEDbUFSIvjakAOG6vr8iiqpW_ocv09Bg65II7d3fUzjEKI2YRZUwsFOuksb2sQrltcbryyC55l-v-PyuICJDEbhsqDPjP8sCHfDaCyALuXuLQ6_HPlIbU6ULesUqXpbuKuKxiN9D1cKPuD4ZQWOs5Gg&h=5KYsUzrLP5mjPTPWt6gbFvgez84QQQ7taTnT8BknjJA response: body: string: '{"status":"Succeeded"}' @@ -611,7 +561,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:20 GMT + - Tue, 28 Oct 2025 14:50:15 GMT expires: - '-1' pragma: @@ -623,13 +573,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 56894bb7-f2f4-4448-8fb3-9100bba9b6a2 + - 63e20b08-c854-4791-9907-b1d0890f70d3 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/978e8142-2a13-4cf0-9e40-abb77ece8145 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f5130576-1306-4dc9-ad45-00f687a34d17 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DBB890DEDE744EE19278AB6F164D8745 Ref B: CO6AA3150220029 Ref C: 2025-09-09T18:28:20Z' + - 'Ref A: DCA27717DDB34A919086055EED83CB87 Ref B: MWH011020807031 Ref C: 2025-10-28T14:50:16Z' status: code: 200 message: OK @@ -647,12 +597,12 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"3bb06941-7e93-4a12-beb7-84f5f0ed1859\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"6ddb98e2-19d4-4933-b964-92809e03e9a3\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -661,9 +611,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:20 GMT + - Tue, 28 Oct 2025 14:50:16 GMT etag: - - W/"3bb06941-7e93-4a12-beb7-84f5f0ed1859" + - W/"6ddb98e2-19d4-4933-b964-92809e03e9a3" expires: - '-1' pragma: @@ -675,13 +625,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55448b6c-438c-4a71-92f2-fd09e42d16ef + - 0dd39dc7-574a-40c7-8f87-9786dea01d98 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/32431f5f-9439-448b-ac38-1c763808e030 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/27b33dae-be51-4815-a759-011119950698 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DC445A6A37874CF78D92802B7C357A27 Ref B: CO6AA3150217037 Ref C: 2025-09-09T18:28:20Z' + - 'Ref A: 9C8A1817ED7847F7B25E45CEE3524AD4 Ref B: CO6AA3150218039 Ref C: 2025-10-28T14:50:16Z' status: code: 200 message: OK @@ -699,12 +649,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8303ee2a-0000-0500-0000-68c071970000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8691f1b98d884f919555aedb022a2795","dateCreated":"2025-09-09T18:27:02.8604226Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:27:01.8262824Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:27:01.8262824Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b5034bf3-0000-0500-0000-6900d8190000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"c3ac424806204015b5f3257d6fe16111","dateCreated":"2025-10-28T14:49:27.9456919Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:26.7785272Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:26.7785272Z"}}' headers: cache-control: - no-cache @@ -713,9 +663,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:20 GMT + - Tue, 28 Oct 2025 14:50:17 GMT etag: - - '"8303ee2a-0000-0500-0000-68c071970000"' + - '"b5034bf3-0000-0500-0000-6900d8190000"' expires: - '-1' pragma: @@ -727,11 +677,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: D3E9148E5F314031B2ED56B532C12BD9 Ref B: CO6AA3150218021 Ref C: 2025-09-09T18:28:20Z' + - 'Ref A: A46148404B064088B6ABA736513FA65D Ref B: CO6AA3150218019 Ref C: 2025-10-28T14:50:17Z' status: code: 200 message: OK @@ -749,12 +699,12 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"3bb06941-7e93-4a12-beb7-84f5f0ed1859\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"6ddb98e2-19d4-4933-b964-92809e03e9a3\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -763,9 +713,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:20 GMT + - Tue, 28 Oct 2025 14:50:17 GMT etag: - - W/"3bb06941-7e93-4a12-beb7-84f5f0ed1859" + - W/"6ddb98e2-19d4-4933-b964-92809e03e9a3" expires: - '-1' pragma: @@ -777,16 +727,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc86d7ba-33cd-4dee-ae90-1ba15117cf84 + - 7df3304d-20a7-4abf-938b-2842c8c72707 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/13b66a8b-df29-4e9b-b4a0-df863c14d362 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/5e7e3b67-e081-4ffd-b383-2cad2bb287e4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 628F587CC26A49ECB353E01B3DFEFDED Ref B: CO6AA3150218027 Ref C: 2025-09-09T18:28:21Z' + - 'Ref A: 28B61BFCAB724CCFAA1DA163BDA747CC Ref B: MWH011020806036 Ref C: 2025-10-28T14:50:17Z' status: code: 200 - message: OK + message: '' - request: body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default", "name": "default", "properties": {"addressPrefix": "10.0.0.0/24", "delegations": @@ -808,17 +758,17 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"0eb61f4d-1c4f-4a49-9d95-477df61fc732\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"fc40b49c-04fb-4257-bb22-4b0652e562b0\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3fbe0337-961c-45cb-93d7-d9edf0082c74?api-version=2024-07-01&t=638930393016734052&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=IJHsElSX_I1pvQ8XWL0I_brM4b2MMmbBxKWdFSVAZ2Pv2lypM2jov8Tvrm5HUNubkRDL81I_WUn5F-IcuVw2YZD0WYc08tHJ-Hy8Vcld0BuUcXQEtuFP9TrEyYaQHzS8XqeQP37pBAJIQS14T_TuYSqnkZ-VFRpR-77o74E6hlN30b3W8XNUfqKJrj5jvYKvgSFDmaNabEwZi_qjiDEJe4ORZRWazwtvlH-jnGll_MGaZ5vt7UNdjsQ6vF3OJ-Y-Yp5_iOpmvhG0-ElOnPklHvvpLrOy4A5ibvxuMPVtKbVPTYj-40PeAwjZEB9aCV-8XdTKix9DbvJNINLzlKIixg&h=PS6rTRG0UTSlUfrq3HwUUJRCoqVDxuBuNQYuyKHCm8s + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ce4aae8e-0ce4-40a9-82dd-180b726cda9a?api-version=2024-07-01&t=638972598182567849&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fmyBza6IK8NsiCfUInmMjeDeOD4fi9dSc5PSbszGZ3biESCwPKiIrTznUgqXAYCWVHJrDGONi5fwY2ZCzdP6GVcPtcjiqL-aE3awG4-wIHzFkzWvSI_r0mivDs2QStc3sw2ETI5cHQNCKphQJ7SEexTZmt48L8zGJCLMfO6Ak12_UGiIuNM5zaXuYMC9ruJtvnOxRyz6n7WDyHAihfqdekeFR7eO-j8qkNhYNxojjrRzMTpZdbejC1oGAxigtSHQZFB63zlqGp_sNE5jPL8ET2L9Uv-6hLuzC-ggsSjeNRg2pAiEa-qD-1a6jho3ujr2HR6GOZrUagfso0UjPg1FSQ&h=cGToCk2xqjEqTyw0SrhVdcwKM4EA_H91sO_XfffpACo cache-control: - no-cache content-length: @@ -826,7 +776,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:21 GMT + - Tue, 28 Oct 2025 14:50:17 GMT expires: - '-1' pragma: @@ -838,18 +788,18 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7b440f3c-8bba-42fe-b588-a2886e94bd1f + - 0d4fd592-0e11-487b-a9e3-66848b80e72e x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fdb2be54-6f24-4f58-834d-1aa7311bbeab + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/61b99ced-742d-4ffc-a169-5d9ddc1c96b2 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: C57D2A7A038C40C88FB02F0B9C2E044D Ref B: CO6AA3150219039 Ref C: 2025-09-09T18:28:21Z' + - 'Ref A: A4C1FE49F0F44A31B7AAE67A05EAA7EE Ref B: CO6AA3150219053 Ref C: 2025-10-28T14:50:17Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -864,9 +814,9 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3fbe0337-961c-45cb-93d7-d9edf0082c74?api-version=2024-07-01&t=638930393016734052&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=IJHsElSX_I1pvQ8XWL0I_brM4b2MMmbBxKWdFSVAZ2Pv2lypM2jov8Tvrm5HUNubkRDL81I_WUn5F-IcuVw2YZD0WYc08tHJ-Hy8Vcld0BuUcXQEtuFP9TrEyYaQHzS8XqeQP37pBAJIQS14T_TuYSqnkZ-VFRpR-77o74E6hlN30b3W8XNUfqKJrj5jvYKvgSFDmaNabEwZi_qjiDEJe4ORZRWazwtvlH-jnGll_MGaZ5vt7UNdjsQ6vF3OJ-Y-Yp5_iOpmvhG0-ElOnPklHvvpLrOy4A5ibvxuMPVtKbVPTYj-40PeAwjZEB9aCV-8XdTKix9DbvJNINLzlKIixg&h=PS6rTRG0UTSlUfrq3HwUUJRCoqVDxuBuNQYuyKHCm8s + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ce4aae8e-0ce4-40a9-82dd-180b726cda9a?api-version=2024-07-01&t=638972598182567849&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fmyBza6IK8NsiCfUInmMjeDeOD4fi9dSc5PSbszGZ3biESCwPKiIrTznUgqXAYCWVHJrDGONi5fwY2ZCzdP6GVcPtcjiqL-aE3awG4-wIHzFkzWvSI_r0mivDs2QStc3sw2ETI5cHQNCKphQJ7SEexTZmt48L8zGJCLMfO6Ak12_UGiIuNM5zaXuYMC9ruJtvnOxRyz6n7WDyHAihfqdekeFR7eO-j8qkNhYNxojjrRzMTpZdbejC1oGAxigtSHQZFB63zlqGp_sNE5jPL8ET2L9Uv-6hLuzC-ggsSjeNRg2pAiEa-qD-1a6jho3ujr2HR6GOZrUagfso0UjPg1FSQ&h=cGToCk2xqjEqTyw0SrhVdcwKM4EA_H91sO_XfffpACo response: body: string: '{"status":"Succeeded"}' @@ -878,7 +828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:21 GMT + - Tue, 28 Oct 2025 14:50:17 GMT expires: - '-1' pragma: @@ -890,13 +840,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3dea871b-0fa7-430c-a2f9-b8a3eec66f63 + - 45baedd2-d341-4d42-b79a-fca2776da588 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/79758a06-e777-4a2a-9d67-384cff5092ee + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/73766c15-2fd2-4175-b6e5-a816f946b287 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 45588D91260A4D4D8FFCEDB7A0AC0E12 Ref B: MWH011020808060 Ref C: 2025-09-09T18:28:21Z' + - 'Ref A: ED6359FEF50743768AC201EBD4F9F905 Ref B: CO6AA3150219031 Ref C: 2025-10-28T14:50:18Z' status: code: 200 message: OK @@ -914,12 +864,12 @@ interactions: ParameterSetName: - --name --resource-group --vnet-name --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default?api-version=2024-07-01 response: body: - string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"0eb61f4d-1c4f-4a49-9d95-477df61fc732\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' + string: '{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default","etag":"W/\"fc40b49c-04fb-4257-bb22-4b0652e562b0\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache @@ -928,9 +878,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:21 GMT + - Tue, 28 Oct 2025 14:50:18 GMT etag: - - W/"0eb61f4d-1c4f-4a49-9d95-477df61fc732" + - W/"fc40b49c-04fb-4257-bb22-4b0652e562b0" expires: - '-1' pragma: @@ -942,13 +892,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6109f260-bc2b-46a7-b05e-3b04d993c396 + - 8ab774dd-c134-4699-a9d7-fccf484da9a0 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ebcc0f62-2a03-45a7-8707-68687c73a94f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fa0bfa08-ad85-46a6-abd3-93205d55c90c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 033EDFCFDBDE420C8FA8F248B8F45C41 Ref B: CO6AA3150220025 Ref C: 2025-09-09T18:28:22Z' + - 'Ref A: C90D3948DCF641C192232F2BDC96B458 Ref B: MWH011020808029 Ref C: 2025-10-28T14:50:18Z' status: code: 200 message: OK @@ -974,18 +924,18 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: body: - string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"46cbbbd4-e690-4b7a-ae04-b652026782f2\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"29d5e7da-1745-40d2-aadb-661908089592","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"46cbbbd4-e690-4b7a-ae04-b652026782f2\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto - Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.ae01a8ff-adb7-46c1-95d8-10e70ddaecbe"}],"customDnsConfigs":[]}}' + string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"490b50ba-094b-4a53-8a42-1ea65a984fe1\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Updating","resourceGuid":"629bde1d-9695-4bf4-b5ae-06ed6779e610","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"490b50ba-094b-4a53-8a42-1ea65a984fe1\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto + Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.f830dab4-5d7c-41cb-b707-4d7e7c37dffe"}],"customDnsConfigs":[]}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3d39a01a-3d6c-454f-9106-e637a3fbac23?api-version=2022-01-01&t=638930393037370632&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=uYaGoq4z_DJ9qo86AvuN5gopX0vxTiGKiW2UZlo8pVqWnBw37JBTD1EbulbJpDGD3SJm9vLSiThXuEc0_CKc3TBGsQkCn0LzJUgFLl3vkwwcDVyMNGuJhnwYoQUE41n_38c4J1uN4Sz7G1D_P6kcngJsc5OP2nsumXH7SY05gnQ6R5tiSTfNtL89Nkrg7om7FsEsXDIvFdTnLc6_5RF93n63Tijjca2zFS3NknB3u-2-QlK2iOeZ5h-AXPzB0OZ8fQABNZIeyLVs_zeqoRZC1KHF_Tlo8T-wHkKSsjB4nn5M3ngBGaNAN8NoJUa5xTKW79tXYtOzueYN_sJ59EKcnw&h=VhNCjz_MJ60Clk5C_X9bx2Y6dLDwYj37hHjKVmrMnvA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2bd46c15-845f-4fd4-b3cc-654b064e5fa1?api-version=2022-01-01&t=638972598205234153&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fkqbE_8OPxO2XAilY19Ey8uD1Y4DGJFc57JsTfuoimAyK3mn_uo4VrVgWnaLa8HRaButF6KdTEjNWmnXJR_b9Lm_AgkTeR_8NYyGvYM5duC7VP8yELFPoH-bxyBTzZaHIjMW2ZUz2pTdLa_mHwzbYi9whj3F2IixdTblMxZMqjlyPLobxLHcPqoPP6RZuDc-38IDHf8EnvdSXi_HT8Jkti6lvsq0fjkNSz4xjCoOZ09qJkBo5ZhaoYKX7wmt8BS9x5Sjm-K39eUr-ilGPNzTPPoyMJT6KqVU6h1WZsOlg10Mpt4Zzn6UbpHGN_Jk7zTkKqSXfIUiYwKfzAqFOKC6mg&h=zxGnBhUovdqxQEz0ENriggjxDgmA7ZdS_GrVRtM0v7c cache-control: - no-cache content-length: @@ -993,7 +943,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:22 GMT + - Tue, 28 Oct 2025 14:50:19 GMT expires: - '-1' pragma: @@ -1005,15 +955,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 46735cb3-c765-4275-8dd6-02f3d9f2bfe9 + - 0d58ba50-f9ee-4bfd-ab56-e7bec2d364c0 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a652a84b-d449-465e-bf33-c29fdd0065bd + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/fc54180c-d5ce-4255-946a-d1f856dc7950 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 935D42A757AF44ADB67D70EB0D076D22 Ref B: MWH011020806062 Ref C: 2025-09-09T18:28:22Z' + - 'Ref A: A349BF6BD1114BC18A432C34850B30C5 Ref B: CO6AA3150219035 Ref C: 2025-10-28T14:50:19Z' status: code: 201 message: Created @@ -1032,9 +982,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3d39a01a-3d6c-454f-9106-e637a3fbac23?api-version=2022-01-01&t=638930393037370632&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=uYaGoq4z_DJ9qo86AvuN5gopX0vxTiGKiW2UZlo8pVqWnBw37JBTD1EbulbJpDGD3SJm9vLSiThXuEc0_CKc3TBGsQkCn0LzJUgFLl3vkwwcDVyMNGuJhnwYoQUE41n_38c4J1uN4Sz7G1D_P6kcngJsc5OP2nsumXH7SY05gnQ6R5tiSTfNtL89Nkrg7om7FsEsXDIvFdTnLc6_5RF93n63Tijjca2zFS3NknB3u-2-QlK2iOeZ5h-AXPzB0OZ8fQABNZIeyLVs_zeqoRZC1KHF_Tlo8T-wHkKSsjB4nn5M3ngBGaNAN8NoJUa5xTKW79tXYtOzueYN_sJ59EKcnw&h=VhNCjz_MJ60Clk5C_X9bx2Y6dLDwYj37hHjKVmrMnvA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2bd46c15-845f-4fd4-b3cc-654b064e5fa1?api-version=2022-01-01&t=638972598205234153&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fkqbE_8OPxO2XAilY19Ey8uD1Y4DGJFc57JsTfuoimAyK3mn_uo4VrVgWnaLa8HRaButF6KdTEjNWmnXJR_b9Lm_AgkTeR_8NYyGvYM5duC7VP8yELFPoH-bxyBTzZaHIjMW2ZUz2pTdLa_mHwzbYi9whj3F2IixdTblMxZMqjlyPLobxLHcPqoPP6RZuDc-38IDHf8EnvdSXi_HT8Jkti6lvsq0fjkNSz4xjCoOZ09qJkBo5ZhaoYKX7wmt8BS9x5Sjm-K39eUr-ilGPNzTPPoyMJT6KqVU6h1WZsOlg10Mpt4Zzn6UbpHGN_Jk7zTkKqSXfIUiYwKfzAqFOKC6mg&h=zxGnBhUovdqxQEz0ENriggjxDgmA7ZdS_GrVRtM0v7c response: body: string: '{"status":"InProgress"}' @@ -1046,7 +996,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:23 GMT + - Tue, 28 Oct 2025 14:50:20 GMT expires: - '-1' pragma: @@ -1058,13 +1008,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0433e420-e065-4183-b1a0-d970df9f1e64 + - baf092a1-1753-4025-9b4f-e8c432704dff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e9e014c9-b8f9-4d79-9d10-4946b1c831eb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a2a14bc2-784e-47a5-8bbe-567c482ff09b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 39C7A3CB70CE430F8AC517068E172675 Ref B: CO6AA3150219053 Ref C: 2025-09-09T18:28:23Z' + - 'Ref A: D99B440A3019412D9D5391985375F506 Ref B: CO6AA3150220019 Ref C: 2025-10-28T14:50:20Z' status: code: 200 message: OK @@ -1083,9 +1033,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3d39a01a-3d6c-454f-9106-e637a3fbac23?api-version=2022-01-01&t=638930393037370632&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=uYaGoq4z_DJ9qo86AvuN5gopX0vxTiGKiW2UZlo8pVqWnBw37JBTD1EbulbJpDGD3SJm9vLSiThXuEc0_CKc3TBGsQkCn0LzJUgFLl3vkwwcDVyMNGuJhnwYoQUE41n_38c4J1uN4Sz7G1D_P6kcngJsc5OP2nsumXH7SY05gnQ6R5tiSTfNtL89Nkrg7om7FsEsXDIvFdTnLc6_5RF93n63Tijjca2zFS3NknB3u-2-QlK2iOeZ5h-AXPzB0OZ8fQABNZIeyLVs_zeqoRZC1KHF_Tlo8T-wHkKSsjB4nn5M3ngBGaNAN8NoJUa5xTKW79tXYtOzueYN_sJ59EKcnw&h=VhNCjz_MJ60Clk5C_X9bx2Y6dLDwYj37hHjKVmrMnvA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2bd46c15-845f-4fd4-b3cc-654b064e5fa1?api-version=2022-01-01&t=638972598205234153&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fkqbE_8OPxO2XAilY19Ey8uD1Y4DGJFc57JsTfuoimAyK3mn_uo4VrVgWnaLa8HRaButF6KdTEjNWmnXJR_b9Lm_AgkTeR_8NYyGvYM5duC7VP8yELFPoH-bxyBTzZaHIjMW2ZUz2pTdLa_mHwzbYi9whj3F2IixdTblMxZMqjlyPLobxLHcPqoPP6RZuDc-38IDHf8EnvdSXi_HT8Jkti6lvsq0fjkNSz4xjCoOZ09qJkBo5ZhaoYKX7wmt8BS9x5Sjm-K39eUr-ilGPNzTPPoyMJT6KqVU6h1WZsOlg10Mpt4Zzn6UbpHGN_Jk7zTkKqSXfIUiYwKfzAqFOKC6mg&h=zxGnBhUovdqxQEz0ENriggjxDgmA7ZdS_GrVRtM0v7c response: body: string: '{"status":"InProgress"}' @@ -1097,7 +1047,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:33 GMT + - Tue, 28 Oct 2025 14:50:30 GMT expires: - '-1' pragma: @@ -1109,13 +1059,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c1b6480b-5987-49df-9412-0d3238c495ff + - 12510e9a-fc8d-4514-a738-b3e31e140079 x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/28946f94-fed9-4742-956d-59d18961a4d7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/180ff635-4ed3-49c4-b03c-11d21c258136 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: D17C7076DFFD42D5B456ABFDE3B18A14 Ref B: CO6AA3150217031 Ref C: 2025-09-09T18:28:34Z' + - 'Ref A: 23C5AD337D4A4B6A982D23499E94CE17 Ref B: CO6AA3150220051 Ref C: 2025-10-28T14:50:31Z' status: code: 200 message: OK @@ -1134,9 +1084,9 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/3d39a01a-3d6c-454f-9106-e637a3fbac23?api-version=2022-01-01&t=638930393037370632&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=uYaGoq4z_DJ9qo86AvuN5gopX0vxTiGKiW2UZlo8pVqWnBw37JBTD1EbulbJpDGD3SJm9vLSiThXuEc0_CKc3TBGsQkCn0LzJUgFLl3vkwwcDVyMNGuJhnwYoQUE41n_38c4J1uN4Sz7G1D_P6kcngJsc5OP2nsumXH7SY05gnQ6R5tiSTfNtL89Nkrg7om7FsEsXDIvFdTnLc6_5RF93n63Tijjca2zFS3NknB3u-2-QlK2iOeZ5h-AXPzB0OZ8fQABNZIeyLVs_zeqoRZC1KHF_Tlo8T-wHkKSsjB4nn5M3ngBGaNAN8NoJUa5xTKW79tXYtOzueYN_sJ59EKcnw&h=VhNCjz_MJ60Clk5C_X9bx2Y6dLDwYj37hHjKVmrMnvA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2bd46c15-845f-4fd4-b3cc-654b064e5fa1?api-version=2022-01-01&t=638972598205234153&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=fkqbE_8OPxO2XAilY19Ey8uD1Y4DGJFc57JsTfuoimAyK3mn_uo4VrVgWnaLa8HRaButF6KdTEjNWmnXJR_b9Lm_AgkTeR_8NYyGvYM5duC7VP8yELFPoH-bxyBTzZaHIjMW2ZUz2pTdLa_mHwzbYi9whj3F2IixdTblMxZMqjlyPLobxLHcPqoPP6RZuDc-38IDHf8EnvdSXi_HT8Jkti6lvsq0fjkNSz4xjCoOZ09qJkBo5ZhaoYKX7wmt8BS9x5Sjm-K39eUr-ilGPNzTPPoyMJT6KqVU6h1WZsOlg10Mpt4Zzn6UbpHGN_Jk7zTkKqSXfIUiYwKfzAqFOKC6mg&h=zxGnBhUovdqxQEz0ENriggjxDgmA7ZdS_GrVRtM0v7c response: body: string: '{"status":"Succeeded"}' @@ -1148,7 +1098,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:54 GMT + - Tue, 28 Oct 2025 14:50:51 GMT expires: - '-1' pragma: @@ -1160,13 +1110,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f030f20b-e098-452f-b492-d3222ae3fb38 + - 214796e5-a9a4-4fbb-85a7-9aac3b03785e x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4158620c-fc9d-4c93-901c-3dfe74e2645d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/7851c10b-407b-4540-b65e-10ae04f9a708 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A526CB11918C409CBCF0F9C1EB46402B Ref B: MWH011020808054 Ref C: 2025-09-09T18:28:54Z' + - 'Ref A: 6E94D9807BAD4ACEBBBA3AD241FC795C Ref B: MWH011020806040 Ref C: 2025-10-28T14:50:51Z' status: code: 200 message: OK @@ -1185,12 +1135,12 @@ interactions: - -g -n --vnet-name --subnet --private-connection-resource-id --group-id --connection-name -l User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: body: - string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"bf2429a5-f8f2-4c11-8e8c-5242fe6afb16\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"29d5e7da-1745-40d2-aadb-661908089592","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"bf2429a5-f8f2-4c11-8e8c-5242fe6afb16\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.ae01a8ff-adb7-46c1-95d8-10e70ddaecbe"}],"customDnsConfigs":[{"fqdn":"csclitest000003.cognitiveservices.azure.com","ipAddresses":["10.0.0.4"]}]}}' + string: '{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002","etag":"W/\"62362306-4173-4b08-8e4a-f8996a40da58\"","type":"Microsoft.Network/privateEndpoints","location":"southcentralus","properties":{"provisioningState":"Succeeded","resourceGuid":"629bde1d-9695-4bf4-b5ae-06ed6779e610","privateLinkServiceConnections":[{"name":"pecs_cli_test_000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002/privateLinkServiceConnections/pecs_cli_test_000002","etag":"W/\"62362306-4173-4b08-8e4a-f8996a40da58\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cs_cli_test_000002/subnets/default"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/pecs_cli_test_000002.nic.f830dab4-5d7c-41cb-b707-4d7e7c37dffe"}],"customDnsConfigs":[{"fqdn":"csclitest000003.cognitiveservices.azure.com","ipAddresses":["10.0.0.4"]}]}}' headers: cache-control: - no-cache @@ -1199,9 +1149,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:54 GMT + - Tue, 28 Oct 2025 14:50:51 GMT etag: - - W/"bf2429a5-f8f2-4c11-8e8c-5242fe6afb16" + - W/"62362306-4173-4b08-8e4a-f8996a40da58" expires: - '-1' pragma: @@ -1213,11 +1163,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - babe1fe3-25b4-4b29-b899-494e5430aa88 + - 9f77487f-7943-4b72-bd10-1c66ddce17b2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C61EDAD6575F4CEA95439A1B9BF92F1A Ref B: CO6AA3150219025 Ref C: 2025-09-09T18:28:55Z' + - 'Ref A: D4B1EBBD05374054AD4EC0C77F29CB92 Ref B: MWH011020808029 Ref C: 2025-10-28T14:50:51Z' status: code: 200 message: OK @@ -1235,12 +1185,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"83038b34-0000-0500-0000-68c071d20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"8691f1b98d884f919555aedb022a2795","dateCreated":"2025-09-09T18:27:02.8604226Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}}}],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:27:01.8262824Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:27:01.8262824Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503ebfb-0000-0500-0000-6900d8380000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"c3ac424806204015b5f3257d6fe16111","dateCreated":"2025-10-28T14:49:27.9456919Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"}}}],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:49:26.7785272Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:49:26.7785272Z"}}' headers: cache-control: - no-cache @@ -1249,9 +1199,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:54 GMT + - Tue, 28 Oct 2025 14:50:52 GMT etag: - - '"83038b34-0000-0500-0000-68c071d20000"' + - '"b503ebfb-0000-0500-0000-6900d8380000"' expires: - '-1' pragma: @@ -1263,11 +1213,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '22' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 29EC55D49326427BA10784077CE27A45 Ref B: CO6AA3150217031 Ref C: 2025-09-09T18:28:55Z' + - 'Ref A: B8E865519ABE41BF923BA0436884C234 Ref B: MWH011020807025 Ref C: 2025-10-28T14:50:52Z' status: code: 200 message: OK @@ -1286,12 +1236,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a041072-0000-0500-0000-68c071d20000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"53031793-0000-0500-0000-6900d8380000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1300,9 +1250,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:55 GMT + - Tue, 28 Oct 2025 14:50:52 GMT etag: - - '"9a041072-0000-0500-0000-68c071d20000"' + - '"53031793-0000-0500-0000-6900d8380000"' expires: - '-1' pragma: @@ -1314,13 +1264,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '31' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/01a54d6e-314a-46cd-861c-b227c04552a9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/d9a235e6-8278-43df-b2f3-5f22ccb1575b x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16496' x-msedge-ref: - - 'Ref A: 12A52EE31E1F48CC8DC368B534D03FC1 Ref B: CO6AA3150218029 Ref C: 2025-09-09T18:28:55Z' + - 'Ref A: FC9B960C7FCB4145824AF32B4550A9DD Ref B: CO6AA3150219031 Ref C: 2025-10-28T14:50:52Z' status: code: 200 message: OK @@ -1339,12 +1289,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a041072-0000-0500-0000-68c071d20000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"53031793-0000-0500-0000-6900d8380000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1353,9 +1303,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:56 GMT + - Tue, 28 Oct 2025 14:50:52 GMT etag: - - '"9a041072-0000-0500-0000-68c071d20000"' + - '"53031793-0000-0500-0000-6900d8380000"' expires: - '-1' pragma: @@ -1367,21 +1317,21 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/3e3d7519-ae10-4003-98b6-f18f939bc72f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/1b9f59f0-b082-4d44-9aee-a4bdb575e1fe x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 11B6746988514515A3DF2DC642B51725 Ref B: CO6AA3150218033 Ref C: 2025-09-09T18:28:56Z' + - 'Ref A: C5992B19E9714290858646C1CD338207 Ref B: MWH011020809054 Ref C: 2025-10-28T14:50:53Z' status: code: 200 message: OK - request: - body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592", - "name": "cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592", + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610", + "name": "cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610", "type": "Microsoft.CognitiveServices/accounts/privateEndpointConnections", "etag": - "\"9a041072-0000-0500-0000-68c071d20000\"", "location": "SOUTHCENTRALUS", "properties": + "\"53031793-0000-0500-0000-6900d8380000\"", "location": "SOUTHCENTRALUS", "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"}, "groupIds": ["account"], "privateLinkServiceConnectionState": {"status": "Approved", "description": null, "actionsRequired": "None"}, "provisioningState": "Succeeded"}}' @@ -1402,12 +1352,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a049c74-0000-0500-0000-68c071e80000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"53033697-0000-0500-0000-6900d84e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1416,9 +1366,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:28:56 GMT + - Tue, 28 Oct 2025 14:50:54 GMT etag: - - '"9a049c74-0000-0500-0000-68c071e80000"' + - '"53033697-0000-0500-0000-6900d84e0000"' expires: - '-1' pragma: @@ -1430,15 +1380,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '486' + - '473' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9d9c0405-b462-4bf5-a8f4-535a95ac5f04 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/1c7990d1-4fd0-4b93-8528-655a1d625e15 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 8A4E5436D967449EB6B9D2A1F0AFD587 Ref B: CO6AA3150218027 Ref C: 2025-09-09T18:28:56Z' + - 'Ref A: 41B393CA5E604F318F2EC98375CDE092 Ref B: MWH011020808029 Ref C: 2025-10-28T14:50:53Z' status: code: 200 message: OK @@ -1457,12 +1407,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a049c74-0000-0500-0000-68c071e80000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"53033697-0000-0500-0000-6900d84e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1471,9 +1421,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:06 GMT + - Tue, 28 Oct 2025 14:51:04 GMT etag: - - '"9a049c74-0000-0500-0000-68c071e80000"' + - '"53033697-0000-0500-0000-6900d84e0000"' expires: - '-1' pragma: @@ -1485,13 +1435,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/14374765-9cce-4c62-894e-d1c3da66b4e8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/440dc988-bb87-40d9-bdb0-25f7466b9bdc x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E1EDF545C65C40A7BAFA4B237173BE99 Ref B: CO6AA3150220025 Ref C: 2025-09-09T18:29:07Z' + - 'Ref A: 0F89D4CF38CF433CA9AB96F6A4A63D82 Ref B: MWH011020807052 Ref C: 2025-10-28T14:51:04Z' status: code: 200 message: OK @@ -1510,12 +1460,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a049c74-0000-0500-0000-68c071e80000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"53033697-0000-0500-0000-6900d84e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Approved","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1524,9 +1474,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:06 GMT + - Tue, 28 Oct 2025 14:51:04 GMT etag: - - '"9a049c74-0000-0500-0000-68c071e80000"' + - '"53033697-0000-0500-0000-6900d84e0000"' expires: - '-1' pragma: @@ -1538,21 +1488,21 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '14' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d4f86a3a-c262-46c0-a8c0-73f541966817 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8065e1d0-d392-48b5-9397-6c0c047f2b31 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1B18D8B906A947018A1805C532C47914 Ref B: MWH011020807052 Ref C: 2025-09-09T18:29:07Z' + - 'Ref A: A957F2AE17D149C49C98ADF771F3A481 Ref B: MWH011020808029 Ref C: 2025-10-28T14:51:05Z' status: code: 200 message: OK - request: - body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592", - "name": "cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592", + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610", + "name": "cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610", "type": "Microsoft.CognitiveServices/accounts/privateEndpointConnections", "etag": - "\"9a049c74-0000-0500-0000-68c071e80000\"", "location": "SOUTHCENTRALUS", "properties": + "\"53033697-0000-0500-0000-6900d84e0000\"", "location": "SOUTHCENTRALUS", "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"}, "groupIds": ["account"], "privateLinkServiceConnectionState": {"status": "Rejected", "description": null, "actionsRequired": "None"}, "provisioningState": "Succeeded"}}' @@ -1573,12 +1523,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a042478-0000-0500-0000-68c072080000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"5303bf9d-0000-0500-0000-6900d86e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1587,9 +1537,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:28 GMT + - Tue, 28 Oct 2025 14:51:26 GMT etag: - - '"9a042478-0000-0500-0000-68c072080000"' + - '"5303bf9d-0000-0500-0000-6900d86e0000"' expires: - '-1' pragma: @@ -1601,15 +1551,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '20993' + - '21456' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/606e5fb9-2a1d-4ee0-94bc-d27b925836a8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/7550ba15-4862-4315-bcdf-20e20cc37568 x-ms-ratelimit-remaining-subscription-global-writes: - '12000' x-ms-ratelimit-remaining-subscription-writes: - '800' x-msedge-ref: - - 'Ref A: 2BA2D10445BF4356860DD4E21FEA0093 Ref B: MWH011020808029 Ref C: 2025-09-09T18:29:07Z' + - 'Ref A: 53A1BA0AFE924A18AD6EB6E9523C0AF8 Ref B: MWH011020807036 Ref C: 2025-10-28T14:51:05Z' status: code: 200 message: OK @@ -1628,12 +1578,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a042478-0000-0500-0000-68c072080000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"5303bf9d-0000-0500-0000-6900d86e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1642,9 +1592,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:39 GMT + - Tue, 28 Oct 2025 14:51:36 GMT etag: - - '"9a042478-0000-0500-0000-68c072080000"' + - '"5303bf9d-0000-0500-0000-6900d86e0000"' expires: - '-1' pragma: @@ -1656,13 +1606,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '15' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/e23530ca-4005-421a-995b-c1b3748269b8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/03cae67f-f8f0-41bd-be7e-96f1d5d3056e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 42F19D556E164AFE9B3765263803B754 Ref B: CO6AA3150218017 Ref C: 2025-09-09T18:29:39Z' + - 'Ref A: 0B62A4C5A1B0499EAFA08E754B672D46 Ref B: CO6AA3150219019 Ref C: 2025-10-28T14:51:37Z' status: code: 200 message: OK @@ -1681,12 +1631,12 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections?api-version=2022-03-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","name":"cs_cli_test_000002/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"9a042478-0000-0500-0000-68c072080000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","name":"cs_cli_test_000002/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610","type":"Microsoft.CognitiveServices/accounts/privateEndpointConnections","etag":"\"5303bf9d-0000-0500-0000-6900d86e0000\"","location":"SOUTHCENTRALUS","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002"},"groupIds":["account"],"privateLinkServiceConnectionState":{"status":"Rejected","actionsRequired":"None"},"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -1695,7 +1645,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:39 GMT + - Tue, 28 Oct 2025 14:51:37 GMT expires: - '-1' pragma: @@ -1707,13 +1657,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '41' + - '23' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/978c7205-f5ba-4743-9acc-fbe0cad7b4bc + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/213e2024-39c4-4bda-a941-af66caf70875 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0068E2212D884AD483B8B97DD70E8DEE Ref B: CO6AA3150217053 Ref C: 2025-09-09T18:29:39Z' + - 'Ref A: D8F3B3BD631248238DB5E47D305D0B3B Ref B: CO6AA3150218023 Ref C: 2025-10-28T14:51:37Z' status: code: 200 message: OK @@ -1734,9 +1684,9 @@ interactions: - --id --yes User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.29d5e7da-1745-40d2-aadb-661908089592?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections/pecs_cli_test_000002.629bde1d-9695-4bf4-b5ae-06ed6779e610?api-version=2022-03-01 response: body: string: '' @@ -1746,7 +1696,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:29:50 GMT + - Tue, 28 Oct 2025 14:51:49 GMT expires: - '-1' pragma: @@ -1758,15 +1708,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10831' + - '11222' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/72274d84-46d7-4172-8810-2c51fb9c73f0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/38554951-8a3e-4b1b-a6be-24ed642d3626 x-ms-ratelimit-remaining-subscription-deletes: - '800' x-ms-ratelimit-remaining-subscription-global-deletes: - '12000' x-msedge-ref: - - 'Ref A: D87B404C97724910863EFF011BAC1AD8 Ref B: MWH011020809029 Ref C: 2025-09-09T18:29:39Z' + - 'Ref A: D8F154A5085840F7BAF1A90E66A011F5 Ref B: MWH011020806040 Ref C: 2025-10-28T14:51:38Z' status: code: 200 message: OK @@ -1785,7 +1735,7 @@ interactions: - --id User-Agent: - python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - AZURECLI/2.77.0 + AZURECLI/2.78.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002/privateEndpointConnections?api-version=2022-03-01 response: @@ -1799,7 +1749,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:51 GMT + - Tue, 28 Oct 2025 14:51:49 GMT expires: - '-1' pragma: @@ -1811,13 +1761,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '22' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2c0ed8e3-c666-4d81-8368-675f6018e55e + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/11b35308-155d-4bb6-a70b-d8fd36019de9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A73E857F2DF146E4A52AAFFF09FD210F Ref B: CO6AA3150218045 Ref C: 2025-09-09T18:29:51Z' + - 'Ref A: 084640F077FB41C6AEBF1E07E6CE74D8 Ref B: MWH011020809060 Ref C: 2025-10-28T14:51:50Z' status: code: 200 message: OK @@ -1837,7 +1787,7 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/pecs_cli_test_000002?api-version=2022-01-01 response: @@ -1847,17 +1797,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930393917138011&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hGs0VvOsdHlSajXwIHV7Su9vOuy8IXDT7G6ltMPHkyCcJX8iYotXPVDA-7t5nFYLPdAE92zywzHHRDVlALe9fmoiINO3iTFmSBAQIx_Z7E25mKMzAT1kAENASxdpyZTXBQKTMxvOpogXFUrU7TWT_JgPfbG_o4QLkQ0CPSNzgjoaElbKBiVpDLBQMcbmsrfjToTf7lTZRdFWat3PPTybGCDFkiG7sF-nHiXXyBnJSKchnk5JYyLv37S34D_IKsl_41CxEkP9np7HhBtSjaATki5o7bsnd72KJi_o1CccyOYjvuCIyCeCfCjKzU95sn0hogxhdEKC7GdX_x6TlPrKDA&h=cdaONMurrUF8cgoD3HXFjtAoInnXI1p1IRqFi2djH9k + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599108803822&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=GhLy53TXXSD1qFyjNR3Y83G4NAUWmsiFPYtUhz8eTDymaZwfUgYklmh7vlDDvTDrAsQ3urRu8VrrENyVE-rZh50WyP6DJJ5GsRIotfUdSJBPMEWS7RWat8Vag_Qd0DK-d_sSV5ayOyKwbGBFJlkQW5qOYG5wsfYribagmFS9xHCGk6ZlzvIxIi5ET05Ko2Iy1mZV-P8fvGFzIWKsXf0rlX1mdLTAcrSgX9rU8MRJGPDPBQTPniT1h0J-uo_8hkSyIKNYUchy2Idys32OOxfG62r-VIwD7xl5u3uqiyXFSvTawsB8ScTzSg2iqZRDNW4YuS0R9y81QqPEj9vd0WO0gQ&h=zc8gyBpWbGkLrPY2OJby4Qtw4rHhGw63RkBDmrLooh8 cache-control: - no-cache content-length: - '0' date: - - Tue, 09 Sep 2025 18:29:51 GMT + - Tue, 28 Oct 2025 14:51:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930393917138011&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=aG2xcEWzE3TpVsR6F6gBqBv66DkCFRwA8ziFH2xVYtJPkUl53Kb-AP5WID_v2gz4Y4GsffZ7EObXUeHw9B644H7qeDBjic6zaOy7ITHk1gMWKCL_etp1XAnFu25wbjNUD0zmcdHaltD-dy0IWE1kG8ZJya2HNrUWBlXRmHK4ehQH_FwUZ5ipz5Cwuik3GXyXJ3hrmR4fuk5iKy36gJBcRv57LnIOCa84eq9Iy4KZmLVmH1EK4Mpf0XDudC8rrBifVgAxo0OQkYv422iq6VDJifLGnKgcj3c1f2_CkLC8Sqb99A_pWp4MnaYbSTHxWlRuE1zJgCze_Q7ceDpvWogCMA&h=lK-qMa7vOKVdKIqv5ntEQOA-3ZvSaM1Wvz5rQIYQbPg + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599109116321&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=n4y5OVzxpKpF8OxIzbE5I45vJgoReNWka3q1vQhpqMMEMrraMQWiDr7z0TnDk9DYgFhkl1GFPQih8W4KGoR8JSGSakdCebyy5Wh57A1p68tyni6EkQ1G9XjFbinJSkV2plGGIK5jE2cEt37Qa9krtRZVEc_sWdY0DUfcKVomNShmnJu2LzXaT-NRNTzEy5ydNvX9l53rtVIDB2WLMF8I8dl2o-MJf4EYL6-eiYFYASdF6TbJkshwX8_73HrC9ovO4ENlqa7cGVqmQwWiDsnpgBcMkT2BEVD1ZCgBMWdtE4JLOBfpm0-uf4JovLjgqz2eCjAPRKfyyQpKbwmi5D279A&h=i06NMPKK8yMQRL2-wU47cJw48QJZkFilOWsSfbXHc1k pragma: - no-cache strict-transport-security: @@ -1867,15 +1817,15 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad72a132-a8da-45f4-ab19-3201904acbaf + - 88a4bd9a-03de-49ba-a240-d0f10cb5703d x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/46a6cd92-bafd-43cd-866b-85753b7099b8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b4347fc9-0041-48bc-a0a6-1fb56c26715f x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 1A8C9E7260A54873AE27D1C6D89F0949 Ref B: MWH011020808031 Ref C: 2025-09-09T18:29:51Z' + - 'Ref A: CFBCC23045534BFFB1F76DF2F49FF085 Ref B: MWH011020809042 Ref C: 2025-10-28T14:51:50Z' status: code: 202 message: Accepted @@ -1893,9 +1843,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930393917138011&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hGs0VvOsdHlSajXwIHV7Su9vOuy8IXDT7G6ltMPHkyCcJX8iYotXPVDA-7t5nFYLPdAE92zywzHHRDVlALe9fmoiINO3iTFmSBAQIx_Z7E25mKMzAT1kAENASxdpyZTXBQKTMxvOpogXFUrU7TWT_JgPfbG_o4QLkQ0CPSNzgjoaElbKBiVpDLBQMcbmsrfjToTf7lTZRdFWat3PPTybGCDFkiG7sF-nHiXXyBnJSKchnk5JYyLv37S34D_IKsl_41CxEkP9np7HhBtSjaATki5o7bsnd72KJi_o1CccyOYjvuCIyCeCfCjKzU95sn0hogxhdEKC7GdX_x6TlPrKDA&h=cdaONMurrUF8cgoD3HXFjtAoInnXI1p1IRqFi2djH9k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599108803822&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=GhLy53TXXSD1qFyjNR3Y83G4NAUWmsiFPYtUhz8eTDymaZwfUgYklmh7vlDDvTDrAsQ3urRu8VrrENyVE-rZh50WyP6DJJ5GsRIotfUdSJBPMEWS7RWat8Vag_Qd0DK-d_sSV5ayOyKwbGBFJlkQW5qOYG5wsfYribagmFS9xHCGk6ZlzvIxIi5ET05Ko2Iy1mZV-P8fvGFzIWKsXf0rlX1mdLTAcrSgX9rU8MRJGPDPBQTPniT1h0J-uo_8hkSyIKNYUchy2Idys32OOxfG62r-VIwD7xl5u3uqiyXFSvTawsB8ScTzSg2iqZRDNW4YuS0R9y81QqPEj9vd0WO0gQ&h=zc8gyBpWbGkLrPY2OJby4Qtw4rHhGw63RkBDmrLooh8 response: body: string: '{"status":"InProgress"}' @@ -1907,7 +1857,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:29:51 GMT + - Tue, 28 Oct 2025 14:51:50 GMT expires: - '-1' pragma: @@ -1919,16 +1869,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 06921b13-e376-40ab-b230-038da1525bcf + - c4350fbc-3a0e-4725-9d73-bfd4fca7536b x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6b9374af-d791-467a-89fa-7b4999d5b3bd + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/db8de51a-7004-4e54-83a6-72e31671a05e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D5D0FAE989924F6FBECD287CCD868DED Ref B: CO6AA3150220017 Ref C: 2025-09-09T18:29:51Z' + - 'Ref A: 0DF5407516A24528898579D59AD9CD78 Ref B: MWH011020807060 Ref C: 2025-10-28T14:51:51Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1943,9 +1893,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930393917138011&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=hGs0VvOsdHlSajXwIHV7Su9vOuy8IXDT7G6ltMPHkyCcJX8iYotXPVDA-7t5nFYLPdAE92zywzHHRDVlALe9fmoiINO3iTFmSBAQIx_Z7E25mKMzAT1kAENASxdpyZTXBQKTMxvOpogXFUrU7TWT_JgPfbG_o4QLkQ0CPSNzgjoaElbKBiVpDLBQMcbmsrfjToTf7lTZRdFWat3PPTybGCDFkiG7sF-nHiXXyBnJSKchnk5JYyLv37S34D_IKsl_41CxEkP9np7HhBtSjaATki5o7bsnd72KJi_o1CccyOYjvuCIyCeCfCjKzU95sn0hogxhdEKC7GdX_x6TlPrKDA&h=cdaONMurrUF8cgoD3HXFjtAoInnXI1p1IRqFi2djH9k + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599108803822&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=GhLy53TXXSD1qFyjNR3Y83G4NAUWmsiFPYtUhz8eTDymaZwfUgYklmh7vlDDvTDrAsQ3urRu8VrrENyVE-rZh50WyP6DJJ5GsRIotfUdSJBPMEWS7RWat8Vag_Qd0DK-d_sSV5ayOyKwbGBFJlkQW5qOYG5wsfYribagmFS9xHCGk6ZlzvIxIi5ET05Ko2Iy1mZV-P8fvGFzIWKsXf0rlX1mdLTAcrSgX9rU8MRJGPDPBQTPniT1h0J-uo_8hkSyIKNYUchy2Idys32OOxfG62r-VIwD7xl5u3uqiyXFSvTawsB8ScTzSg2iqZRDNW4YuS0R9y81QqPEj9vd0WO0gQ&h=zc8gyBpWbGkLrPY2OJby4Qtw4rHhGw63RkBDmrLooh8 response: body: string: '{"status":"Succeeded"}' @@ -1957,7 +1907,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:30:01 GMT + - Tue, 28 Oct 2025 14:52:01 GMT expires: - '-1' pragma: @@ -1969,16 +1919,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3c5e52f7-5ee9-426a-9a04-78aa1e4adffc + - e876188a-48eb-4943-8921-8508f0946c9d x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f9ae0b70-302d-48bf-9e34-eb210434f80b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ceaf7c6e-27da-449a-b319-0e8e8d79fde7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D0D30D60096F41B9B2B6979E42426ADD Ref B: MWH011020809023 Ref C: 2025-09-09T18:30:02Z' + - 'Ref A: 00A74FA33BAF40F5957AF0E01C2B33B3 Ref B: CO6AA3150220039 Ref C: 2025-10-28T14:52:01Z' status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1993,9 +1943,9 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930393917138011&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=aG2xcEWzE3TpVsR6F6gBqBv66DkCFRwA8ziFH2xVYtJPkUl53Kb-AP5WID_v2gz4Y4GsffZ7EObXUeHw9B644H7qeDBjic6zaOy7ITHk1gMWKCL_etp1XAnFu25wbjNUD0zmcdHaltD-dy0IWE1kG8ZJya2HNrUWBlXRmHK4ehQH_FwUZ5ipz5Cwuik3GXyXJ3hrmR4fuk5iKy36gJBcRv57LnIOCa84eq9Iy4KZmLVmH1EK4Mpf0XDudC8rrBifVgAxo0OQkYv422iq6VDJifLGnKgcj3c1f2_CkLC8Sqb99A_pWp4MnaYbSTHxWlRuE1zJgCze_Q7ceDpvWogCMA&h=lK-qMa7vOKVdKIqv5ntEQOA-3ZvSaM1Wvz5rQIYQbPg + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599109116321&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=n4y5OVzxpKpF8OxIzbE5I45vJgoReNWka3q1vQhpqMMEMrraMQWiDr7z0TnDk9DYgFhkl1GFPQih8W4KGoR8JSGSakdCebyy5Wh57A1p68tyni6EkQ1G9XjFbinJSkV2plGGIK5jE2cEt37Qa9krtRZVEc_sWdY0DUfcKVomNShmnJu2LzXaT-NRNTzEy5ydNvX9l53rtVIDB2WLMF8I8dl2o-MJf4EYL6-eiYFYASdF6TbJkshwX8_73HrC9ovO4ENlqa7cGVqmQwWiDsnpgBcMkT2BEVD1ZCgBMWdtE4JLOBfpm0-uf4JovLjgqz2eCjAPRKfyyQpKbwmi5D279A&h=i06NMPKK8yMQRL2-wU47cJw48QJZkFilOWsSfbXHc1k response: body: string: '' @@ -2003,17 +1953,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930394028268631&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=HEQbzvhOx9zwzut4kNfU_u114fKFZskmPqcYqqe_YWzXwj78vIplo-bjmv5cAZfAUfPraEyQPp3wZ4Onl75lNMx2HTw705Qiw0k8lP33P0fwfT3RHAinvtamrVeqXcM8xbgXk6QD97a9QEe5xxsY60F68hJw5l-8YU7RQabha_0zGjYGqJci7gL5bNbLslOzGmVhAspl3HCezpIyBFphvm8DjUdrN2TehcLifa8w5UKN_WQ9HipnsP6h8e_vYglDohYzk6mrzg9nzaqCYaY5STsCXAzq_oxIsYkMzrYrEfiiTbzS1oIsBrV109yafNqbHMMr8v5REba1fGbgIxFnmg&h=ArUvwQC9gFeeySwtpq_l_1C-8BX0MNADJhGXtXxCrS4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599221012056&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=c7CmyBNNXiVUnKkOnyDXt4JIAiRbFjzZ3OYC896uZ37FVn1AM28KjB6v4q0wttjaSh0FADh0EX7ve1eQ4f0xZ_Gm--0EqxWZfXHHmyNBj2BIpdhfyP6B-35UrX-aT2SvYNYpsEYgoyeqGv0sVs1GI4Lq9LBdGGJp0dLhKWVSCgGB9K0-s5i_dB-izzpF7D-FRsRtkqHju0g2Ks8Hbk5v-ByQA99zxRhR3fzoUp7Jkk0actyKOKIKMvhnNBM3d1ARp0wRXtLsgZDPvgLoEnVvRpYXpRl541Y0uWY3-iwzKPfbjU0d9vM7Ma6Jqjnm1EauB4Aex6EVvYr1IgmcWddLZQ&h=xgBxXpza_IvlGGj3bZeOvEMMefBv_6RuAQ__FNKZcFg cache-control: - no-cache content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:30:01 GMT + - Tue, 28 Oct 2025 14:52:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/a2e8f26e-22c3-46a8-bf4c-3b0d5e601e5b?api-version=2022-01-01&t=638930394028268631&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=YVxII1w2k5cnTrYj4aEDKvoYkt5ttFFabe9P07_iNW9YuMNUkhbOXkNaYvRpUu7hqAfk-vC-ulpTfihHu-fh8jqsudq8Vnly0ywJvhufiPYcjtvdeyULFFwGYP_DPPRIwhd8L77riNV4URcF8H18g60S3OzN9Ws50lVJDB2A2kczQ-dmCGXdeoCR9ye6aY7HvKFOtOsQ-vOq4v4Mi7RpfKb0-4elNPKsvVWIgCW2Wnj4S0t0zs0C_-da16wdndyqaXvaHO5RJ-OK-Q9Lc643cYm8ydbY_Awxnw2cW8apJHOa8EX5NZ4JItrkH6A-CZlzt_OcKRmg8-z2oLpt5ogQlg&h=GrTLv3BKX9-bo4y3KSJLOSOGPap-D_1JL71I1QJbzAw + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/6c65f13f-96f9-4dc8-9f7c-582f82da0cf7?api-version=2022-01-01&t=638972599221168316&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=U4qY3NcIyzfduNRAN5CwftRVKx2ItVwC310Csdq_kIuRVHarQX_CAoM86lvFWCnLwjFO2XbBRdjL88T6FuOVZb9mVq4_BKkqQqi9OffjQ_C54jUj5c5E_oKHYQNIFQbDlYYEBK8T42Hhrb8Cq1zBx0t1D974TgXek93s6lypUKmqfGMHN0MgoM-0vAjEFWGQVzkJh69ChNZWpg94OCMKO6xNmuot0ZTjJCQL4S5TbhsZmjxo0rdEdJw32lZAACex_jAQCCFeVRW8sA7HldT_1yYRB4ivRtje0F2auSP5rsI78eUgu4XijkPrGvNRR47aApazhY3YNJA2_xCsIj5Ubg&h=fGyBe8A_W2-zm55a8rlwrOCA5N1Q-cf6S2S8WGX6vIM pragma: - no-cache strict-transport-security: @@ -2023,13 +1973,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad72a132-a8da-45f4-ab19-3201904acbaf + - 88a4bd9a-03de-49ba-a240-d0f10cb5703d x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/fc8b4586-61af-4be5-a57f-9ae587fbc359 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/8456ca06-fda4-46bc-8348-f16f838358ea x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B7D3D2CA0ED54BADA2803298DA02B5CE Ref B: MWH011020808036 Ref C: 2025-09-09T18:30:02Z' + - 'Ref A: E3C6FE05ECB5450BB5760E7C4C18C68B Ref B: MWH011020806031 Ref C: 2025-10-28T14:52:01Z' status: code: 204 message: No Content @@ -2049,9 +1999,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -2061,7 +2011,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:30:05 GMT + - Tue, 28 Oct 2025 14:52:04 GMT expires: - '-1' pragma: @@ -2073,15 +2023,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '100' + - '112' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9d2dcf30-203f-442a-8e55-ae4e9ec0d512 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/cb4c542a-4b1d-4aab-ad9f-0ed2bf3529cb x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 284EC5C6641547B896CB3BB51FC906AD Ref B: MWH011020807025 Ref C: 2025-09-09T18:30:03Z' + - 'Ref A: 43E5B209D493448BBF80266F30CB3AB3 Ref B: MWH011020808034 Ref C: 2025-10-28T14:52:02Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_softdelete.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_softdelete.yaml index d81ad84d015..d26a69829e6 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_softdelete.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_softdelete.yaml @@ -18,25 +18,25 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820322cb-0000-0500-0000-68c06f700000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.3407139Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.3407139Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503bee3-0000-0500-0000-6900d7db0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:55.6182651Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:55.6182651Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6?api-version=2017-04-18&t=638930387045126677&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=A0Xekoy1JNZ15lfdZsLvu7TAl4QsgCcQsEALwNDUv3qbGTIqRKAs-aB2KVXV5u0FyQbI8OcIsRuYfvCb8cXO32rWXOzZZJE2YPuTe2JiDG7CdlvlL0TJNLxu7vvz_vWudnq8x0hCbU-TQGLTBnHIQ1-drGR7GIL0MyUmP1Y41Igx_04YwEmsLwNNjq3UGqfz6y9jTdk-D4CQK4HIZQJ3AndEVIBorUvaYFi0OhDn-C7Fc2OjfPRKnT-pwyuVzs46sULMMHUQoothqkgHey4khw3ryVaZ9iw9bWaoSbPnOi1xIwdMrIS7JSo_MyHSzoUSoV6_KhLtL9j5KdnCLxGejw&h=oFcAT-9WlUBMfgHA1YWJIBCCCAV44R63_XHOpFJbijw + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5?api-version=2017-04-18&t=638972597393995388&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Fd_pc7TUTWWyLanvChCh0BN6vgg3pqbNHpptX5e-mxZjLPFwOSpGfPJji2wMUi6yIy4pvqv_Lvc7IdQLm_jkTzGnG7ptafipxqGoBMxqZjtm-hZ0G2bg0SY7F-Xiak1fPkABk9_aqCdNyliM15iRnaFHuqwySGbK_d1E9ZOpoQ3gSN5HBKD0JGySVcT0YOO89r-c4HUyoC1QWwdtWHxulUKujYY_Wc0eCqpUOLrq1v-gAXgeGjD2vTGQOqmtTp9bTXoeJidrzmdYP1un3eUsdHPpJfJLRr1oKiY_fMLiPjp_yW6B8Ey6fYRzZybghz9HYoC067pzpi3-W2bAKgNXcg&h=65y4drrfBdFf7-8PoR4XXNIJXpg4jxYb1eajAenOpDU cache-control: - no-cache content-length: - - '8713' + - '8712' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:24 GMT + - Tue, 28 Oct 2025 14:48:58 GMT etag: - - '"820322cb-0000-0500-0000-68c06f700000"' + - '"b503bee3-0000-0500-0000-6900d7db0000"' expires: - '-1' pragma: @@ -48,15 +48,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2915' + - '3276' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/09e46de9-5a92-4f1a-97ac-bd76f8695bce + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/bfd13db7-fed2-4312-bee3-3429f44f0cfb x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 882C5F1CB87E4E3C94DA7A962D67AAC3 Ref B: CO6AA3150217025 Ref C: 2025-09-09T18:18:20Z' + - 'Ref A: 4293D529E4A645FB9185BDBBBF5393B8 Ref B: CO6AA3150217009 Ref C: 2025-10-28T14:48:54Z' status: code: 201 message: Created @@ -74,12 +74,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6?api-version=2017-04-18&t=638930387045126677&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=A0Xekoy1JNZ15lfdZsLvu7TAl4QsgCcQsEALwNDUv3qbGTIqRKAs-aB2KVXV5u0FyQbI8OcIsRuYfvCb8cXO32rWXOzZZJE2YPuTe2JiDG7CdlvlL0TJNLxu7vvz_vWudnq8x0hCbU-TQGLTBnHIQ1-drGR7GIL0MyUmP1Y41Igx_04YwEmsLwNNjq3UGqfz6y9jTdk-D4CQK4HIZQJ3AndEVIBorUvaYFi0OhDn-C7Fc2OjfPRKnT-pwyuVzs46sULMMHUQoothqkgHey4khw3ryVaZ9iw9bWaoSbPnOi1xIwdMrIS7JSo_MyHSzoUSoV6_KhLtL9j5KdnCLxGejw&h=oFcAT-9WlUBMfgHA1YWJIBCCCAV44R63_XHOpFJbijw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5?api-version=2017-04-18&t=638972597393995388&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Fd_pc7TUTWWyLanvChCh0BN6vgg3pqbNHpptX5e-mxZjLPFwOSpGfPJji2wMUi6yIy4pvqv_Lvc7IdQLm_jkTzGnG7ptafipxqGoBMxqZjtm-hZ0G2bg0SY7F-Xiak1fPkABk9_aqCdNyliM15iRnaFHuqwySGbK_d1E9ZOpoQ3gSN5HBKD0JGySVcT0YOO89r-c4HUyoC1QWwdtWHxulUKujYY_Wc0eCqpUOLrq1v-gAXgeGjD2vTGQOqmtTp9bTXoeJidrzmdYP1un3eUsdHPpJfJLRr1oKiY_fMLiPjp_yW6B8Ey6fYRzZybghz9HYoC067pzpi3-W2bAKgNXcg&h=65y4drrfBdFf7-8PoR4XXNIJXpg4jxYb1eajAenOpDU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","name":"8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","status":"Creating","startTime":"2025-09-09T18:18:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","name":"1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","status":"Creating","startTime":"2025-10-28T14:48:59Z"}' headers: cache-control: - no-cache @@ -88,7 +88,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:24 GMT + - Tue, 28 Oct 2025 14:48:59 GMT expires: - '-1' pragma: @@ -100,13 +100,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '22' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/43426dc7-283f-4199-86a7-0a07a40e1f57 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9aa7826e-9db7-460a-8498-78f4e14d8f93 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E9F65462DB0E4A3BB094F5261B7B5E84 Ref B: CO6AA3150219029 Ref C: 2025-09-09T18:18:24Z' + - 'Ref A: 7F80745B14624E68AD081EA3F845EF9D Ref B: CO6AA3150219033 Ref C: 2025-10-28T14:48:59Z' status: code: 200 message: OK @@ -124,12 +124,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6?api-version=2017-04-18&t=638930387045126677&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=A0Xekoy1JNZ15lfdZsLvu7TAl4QsgCcQsEALwNDUv3qbGTIqRKAs-aB2KVXV5u0FyQbI8OcIsRuYfvCb8cXO32rWXOzZZJE2YPuTe2JiDG7CdlvlL0TJNLxu7vvz_vWudnq8x0hCbU-TQGLTBnHIQ1-drGR7GIL0MyUmP1Y41Igx_04YwEmsLwNNjq3UGqfz6y9jTdk-D4CQK4HIZQJ3AndEVIBorUvaYFi0OhDn-C7Fc2OjfPRKnT-pwyuVzs46sULMMHUQoothqkgHey4khw3ryVaZ9iw9bWaoSbPnOi1xIwdMrIS7JSo_MyHSzoUSoV6_KhLtL9j5KdnCLxGejw&h=oFcAT-9WlUBMfgHA1YWJIBCCCAV44R63_XHOpFJbijw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5?api-version=2017-04-18&t=638972597393995388&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Fd_pc7TUTWWyLanvChCh0BN6vgg3pqbNHpptX5e-mxZjLPFwOSpGfPJji2wMUi6yIy4pvqv_Lvc7IdQLm_jkTzGnG7ptafipxqGoBMxqZjtm-hZ0G2bg0SY7F-Xiak1fPkABk9_aqCdNyliM15iRnaFHuqwySGbK_d1E9ZOpoQ3gSN5HBKD0JGySVcT0YOO89r-c4HUyoC1QWwdtWHxulUKujYY_Wc0eCqpUOLrq1v-gAXgeGjD2vTGQOqmtTp9bTXoeJidrzmdYP1un3eUsdHPpJfJLRr1oKiY_fMLiPjp_yW6B8Ey6fYRzZybghz9HYoC067pzpi3-W2bAKgNXcg&h=65y4drrfBdFf7-8PoR4XXNIJXpg4jxYb1eajAenOpDU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","name":"8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","status":"Creating","startTime":"2025-09-09T18:18:24Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","name":"1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","status":"Creating","startTime":"2025-10-28T14:48:59Z"}' headers: cache-control: - no-cache @@ -138,7 +138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:18:55 GMT + - Tue, 28 Oct 2025 14:49:29 GMT expires: - '-1' pragma: @@ -150,13 +150,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '10' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8adecfd0-a3aa-4761-bb4f-c67e91d7681a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a7c244f2-11cd-4e0d-8a0f-f0a4f92ce5c1 x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: 4148A8D79E004105924F6B2510E0CD4B Ref B: CO6AA3150217037 Ref C: 2025-09-09T18:18:55Z' + - 'Ref A: 4B150349FBE14605909C1BFD51FC34D9 Ref B: CO6AA3150220031 Ref C: 2025-10-28T14:49:30Z' status: code: 200 message: OK @@ -174,12 +174,12 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6?api-version=2017-04-18&t=638930387045126677&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=A0Xekoy1JNZ15lfdZsLvu7TAl4QsgCcQsEALwNDUv3qbGTIqRKAs-aB2KVXV5u0FyQbI8OcIsRuYfvCb8cXO32rWXOzZZJE2YPuTe2JiDG7CdlvlL0TJNLxu7vvz_vWudnq8x0hCbU-TQGLTBnHIQ1-drGR7GIL0MyUmP1Y41Igx_04YwEmsLwNNjq3UGqfz6y9jTdk-D4CQK4HIZQJ3AndEVIBorUvaYFi0OhDn-C7Fc2OjfPRKnT-pwyuVzs46sULMMHUQoothqkgHey4khw3ryVaZ9iw9bWaoSbPnOi1xIwdMrIS7JSo_MyHSzoUSoV6_KhLtL9j5KdnCLxGejw&h=oFcAT-9WlUBMfgHA1YWJIBCCCAV44R63_XHOpFJbijw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5?api-version=2017-04-18&t=638972597393995388&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Fd_pc7TUTWWyLanvChCh0BN6vgg3pqbNHpptX5e-mxZjLPFwOSpGfPJji2wMUi6yIy4pvqv_Lvc7IdQLm_jkTzGnG7ptafipxqGoBMxqZjtm-hZ0G2bg0SY7F-Xiak1fPkABk9_aqCdNyliM15iRnaFHuqwySGbK_d1E9ZOpoQ3gSN5HBKD0JGySVcT0YOO89r-c4HUyoC1QWwdtWHxulUKujYY_Wc0eCqpUOLrq1v-gAXgeGjD2vTGQOqmtTp9bTXoeJidrzmdYP1un3eUsdHPpJfJLRr1oKiY_fMLiPjp_yW6B8Ey6fYRzZybghz9HYoC067pzpi3-W2bAKgNXcg&h=65y4drrfBdFf7-8PoR4XXNIJXpg4jxYb1eajAenOpDU response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","name":"8f07f855-a4d8-4bf3-82a7-fa442a5a99b6","status":"Succeeded","startTime":"2025-09-09T18:18:24Z","endTime":"2025-09-09T18:18:55Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","name":"1cee1da9-99f3-4f4c-94ce-ab3898a2e1f5","status":"Succeeded","startTime":"2025-10-28T14:48:59Z","endTime":"2025-10-28T14:49:31Z"}' headers: cache-control: - no-cache @@ -188,7 +188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:49:59 GMT expires: - '-1' pragma: @@ -200,13 +200,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '16' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/671b4868-53ff-43bd-9492-b0c0accd5a03 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a7489509-3255-4c6a-9ccc-3c430b5e26ba x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: D4164055C0154EE19F27F42F3D4E74A1 Ref B: MWH011020806054 Ref C: 2025-09-09T18:19:25Z' + - 'Ref A: 16E134C1FA8C4EF2A1EA52EF661BB046 Ref B: MWH011020808062 Ref C: 2025-10-28T14:50:00Z' status: code: 200 message: OK @@ -224,23 +224,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --custom-domain --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820344d0-0000-0500-0000-68c06f8f0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.3407139Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.3407139Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a8eb-0000-0500-0000-6900d7fa0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:55.6182651Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:55.6182651Z"}}' headers: cache-control: - no-cache content-length: - - '8714' + - '8713' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:25 GMT + - Tue, 28 Oct 2025 14:50:01 GMT etag: - - '"820344d0-0000-0500-0000-68c06f8f0000"' + - '"b503a8eb-0000-0500-0000-6900d7fa0000"' expires: - '-1' pragma: @@ -252,11 +252,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '22' x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: ADC198417A8044FF87394F86E9BC68A3 Ref B: CO6AA3150217009 Ref C: 2025-09-09T18:19:26Z' + - 'Ref A: 6753900EF6E544FBB64FEC8A4D3D81BF Ref B: MWH011020809042 Ref C: 2025-10-28T14:50:00Z' status: code: 200 message: OK @@ -274,23 +274,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"820344d0-0000-0500-0000-68c06f8f0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.3407139Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.3407139Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b503a8eb-0000-0500-0000-6900d7fa0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:55.6182651Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:55.6182651Z"}}' headers: cache-control: - no-cache content-length: - - '8714' + - '8713' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:27 GMT + - Tue, 28 Oct 2025 14:50:01 GMT etag: - - '"820344d0-0000-0500-0000-68c06f8f0000"' + - '"b503a8eb-0000-0500-0000-6900d7fa0000"' expires: - '-1' pragma: @@ -302,11 +302,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '13' x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: 5E0FCD128F7D4360A870CF6733520DA5 Ref B: MWH011020808040 Ref C: 2025-09-09T18:19:27Z' + - 'Ref A: 2BA53DE579314E33B3EE71B30C6ABFFD Ref B: CO6AA3150217037 Ref C: 2025-10-28T14:50:01Z' status: code: 200 message: OK @@ -326,9 +326,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -338,7 +338,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:28 GMT + - Tue, 28 Oct 2025 14:50:03 GMT expires: - '-1' pragma: @@ -350,15 +350,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '87' + - '107' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6ffc601c-1b78-43d1-b521-2759703b1420 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/43920825-567d-4faa-9137-b24b88ec29a8 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 4F848A1C31C7441DBE92F8284BBB35FB Ref B: CO6AA3150220009 Ref C: 2025-09-09T18:19:27Z' + - 'Ref A: 10A1634546FA4C648902F7173BB8705C Ref B: CO6AA3150218053 Ref C: 2025-10-28T14:50:01Z' status: code: 200 message: OK @@ -376,21 +376,21 @@ interactions: ParameterSetName: - --location -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"82034bd5-0000-0500-0000-68c06faf0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"deletionDate":"2025-09-09T18:19:27.7700051Z","scheduledPurgeDate":"2025-09-11T18:19:27.7700051Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.3407139Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.3407139Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b50397f3-0000-0500-0000-6900d81a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T14:50:02.4583939Z","scheduledPurgeDate":"2025-10-30T14:50:02.4583939Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:55.6182651Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:55.6182651Z"}}' headers: cache-control: - no-cache content-length: - - '8851' + - '8850' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:29 GMT + - Tue, 28 Oct 2025 14:50:03 GMT expires: - '-1' pragma: @@ -402,13 +402,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '17' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/4ffc8605-38e2-4ff6-a6a1-5b6b2a908245 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/c06c477e-b089-44ca-af2a-416a871f9686 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C04255ACD2C44BB8A93F915A07EF2147 Ref B: CO6AA3150220023 Ref C: 2025-09-09T18:19:29Z' + - 'Ref A: 4A6D82EC4522451CAF66C36252FFEFE6 Ref B: MWH011020807054 Ref C: 2025-10-28T14:50:03Z' status: code: 200 message: OK @@ -430,23 +430,23 @@ interactions: ParameterSetName: - --location -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203bbd5-0000-0500-0000-68c06fb30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:31.0678383Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:31.0678383Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50351f4-0000-0500-0000-6900d81c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:50:04.5806192Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:04.5806192Z"}}' headers: cache-control: - no-cache content-length: - - '8714' + - '8713' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:31 GMT + - Tue, 28 Oct 2025 14:50:04 GMT etag: - - '"8203bbd5-0000-0500-0000-68c06fb30000"' + - '"b50351f4-0000-0500-0000-6900d81c0000"' expires: - '-1' pragma: @@ -458,15 +458,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '195' + - '301' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/39e4bae8-68a0-48f3-95f7-25248dc98041 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/effbaee8-7af5-48b5-8708-65975d1c1d6b x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: CFEECEA2D5BE497B83055C68C4469C07 Ref B: MWH011020809031 Ref C: 2025-09-09T18:19:29Z' + - 'Ref A: 10EB4080D6854231959CB38B8345726A Ref B: MWH011020808029 Ref C: 2025-10-28T14:50:04Z' status: code: 201 message: Created @@ -484,23 +484,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"8203bbd5-0000-0500-0000-68c06fb30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"fd42e763e13e46fa9df85fa0c7955115","dateCreated":"2025-09-09T18:18:22.6963112Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:19:31.0678383Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:31.0678383Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002","name":"cs_cli_test_000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"b50351f4-0000-0500-0000-6900d81c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest000003.cognitiveservices.azure.com/","internalId":"238cf92b881d454c8c2d3336d4bf108e","dateCreated":"2025-10-28T14:48:57.089337Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000003","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest000003.cognitiveservices.azure.com/","Container":"https://csclitest000003.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:50:04.5806192Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:50:04.5806192Z"}}' headers: cache-control: - no-cache content-length: - - '8714' + - '8713' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:19:31 GMT + - Tue, 28 Oct 2025 14:50:04 GMT etag: - - '"8203bbd5-0000-0500-0000-68c06fb30000"' + - '"b50351f4-0000-0500-0000-6900d81c0000"' expires: - '-1' pragma: @@ -512,11 +512,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '17' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 12465687BA3D4AE7A030E647E760C92D Ref B: MWH011020808036 Ref C: 2025-09-09T18:19:31Z' + - 'Ref A: 4E71CE00AF1C48C29B9076A58EB993D5 Ref B: MWH011020809029 Ref C: 2025-10-28T14:50:05Z' status: code: 200 message: OK @@ -536,9 +536,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' @@ -548,7 +548,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:33 GMT + - Tue, 28 Oct 2025 14:50:06 GMT expires: - '-1' pragma: @@ -560,15 +560,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '84' + - '122' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/a0253511-9cbc-4da5-a96c-4e8d6014ad80 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6957c924-293e-451c-8776-6ec5164bb7d2 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: B983457AD4204753A527783EDF6DCF03 Ref B: MWH011020807023 Ref C: 2025-09-09T18:19:31Z' + - 'Ref A: 47DAAA1F170A4CE08F9B50301C80D9C9 Ref B: CO6AA3150218037 Ref C: 2025-10-28T14:50:05Z' status: code: 200 message: OK @@ -588,25 +588,25 @@ interactions: ParameterSetName: - --location -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg000001/deletedAccounts/cs_cli_test_000002?api-version=2025-09-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55?api-version=2017-04-18&t=638930387761934551&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i8vJxk0CHfOTQgITguNFREthVzlX-aa_YetNVOL4qfI5WarWxPPQyQNj85DmyJ0kFK0k4vw7j7LL7SUOgwxfkU-FBU_FYwoHNzJizN9jdpvHab_Ux_DhP5l_2qn-9o3j5ciBGFdELuWF7KKjAvwKObzqBwowNzIKIOloz9TIM0G6MbuzqyNEo_kFcTpk5VI8KgXORWVWUJhpcQFS86BV817StHMTL03iNh2okULQF6MwpQ5P_JzorviRfTr5_9pQvFLaSNfXiewcAmfWWjtIdkgZvE3xj-oplNCgw9_wZwFHYLqRP-nLX2aZTnvqg1nj5SBfE-gdM_tndDYRIBebBQ&h=Lou607xYlVXjh8YZmYK5GLWfyVAQXMQZLgMyPLqkWEA + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4150a9ca-63d0-4dca-b148-aabbad836e7f?api-version=2017-04-18&t=638972598108837963&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=VtGEP2tXslToTv8tN9DrbJBIni7vqAHlvZPIXgC9s_QigIgAIm9p1JLcfl5u58Irzz8yqc0scbHLKg3L9bFnYUH6-SNdFO2PFT-n8Eb9hIIQBOx2nPJJWKttQ6dO00Flr63bdDyOcR4N6RS_-m_INru7QozewexcUDmEf0goZpTOe0f-hdC9UQdJFQsqQgCJy1iOdFcL-8sRdwxBN-Z7-fujPZ4P1USHDkAWsKZrv4g_JnQTXec_3DgleUSGekgJ9wfWcS_PpFqmSfUcLZivKaXTwdgKJ0jNULd2h-EIH8M6sy7GZYCpTptXlSrjc2gP1oFQp52oZPdgdEi8NRFBMg&h=oy0p9l_JohLSxgiCnj_JdYHPkniKx3eCnNzwRTbxysc cache-control: - no-cache content-length: - '0' date: - - Tue, 09 Sep 2025 18:19:35 GMT + - Tue, 28 Oct 2025 14:50:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55?api-version=2017-04-18&operationResultResponseType=Location&t=638930387762090892&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=KO9KI9dMDeYu3yB_h-0cm7KuvoFKO6OJYWyjPTh7vrNELlrr7UWfbFOFxiCBT0nqomygbovuRuLG5peOYFG2SdRVLDssJzfzCSRRRl1f9oxtfy7VfnT-l4JPS3VylJ-4dvuHRWiDVyYxxCpEgQsD9f2MxhGcE2pb0DfmgPRR6lt9CpNZqvR14zbsANm8bJM8hWMSlm-39u-4AB9iGcXE6LEhooi_wnTFdpX-p9VIQ1nX9hJbnt4WKSq975uk7geBTkuXICiv0mkNDnS2UYICcGO48pdqXHYVGVRzBPfqeoHYcJP8pr_5CKDLMOx9f0wIWq5JsCHiH1NsO87J2aETvw&h=v6sIGvSEQvz42narLvALLW7gZ2Hmr_eO2obHVjFbTZI + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4150a9ca-63d0-4dca-b148-aabbad836e7f?api-version=2017-04-18&operationResultResponseType=Location&t=638972598108837963&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=VtGEP2tXslToTv8tN9DrbJBIni7vqAHlvZPIXgC9s_QigIgAIm9p1JLcfl5u58Irzz8yqc0scbHLKg3L9bFnYUH6-SNdFO2PFT-n8Eb9hIIQBOx2nPJJWKttQ6dO00Flr63bdDyOcR4N6RS_-m_INru7QozewexcUDmEf0goZpTOe0f-hdC9UQdJFQsqQgCJy1iOdFcL-8sRdwxBN-Z7-fujPZ4P1USHDkAWsKZrv4g_JnQTXec_3DgleUSGekgJ9wfWcS_PpFqmSfUcLZivKaXTwdgKJ0jNULd2h-EIH8M6sy7GZYCpTptXlSrjc2gP1oFQp52oZPdgdEi8NRFBMg&h=oy0p9l_JohLSxgiCnj_JdYHPkniKx3eCnNzwRTbxysc pragma: - no-cache strict-transport-security: @@ -616,15 +616,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1998' + - '3058' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/30f10197-8754-41db-a1fb-e21284f232d5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2c335cba-c617-47e5-9d34-32208d851d11 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: DBDC0BEA60B4478497982A61285D8816 Ref B: MWH011020809060 Ref C: 2025-09-09T18:19:33Z' + - 'Ref A: DEF7629649ED49448C66DBB7823B7C86 Ref B: CO6AA3150220023 Ref C: 2025-10-28T14:50:07Z' status: code: 202 message: Accepted @@ -642,62 +642,12 @@ interactions: ParameterSetName: - --location -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55?api-version=2017-04-18&t=638930387761934551&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i8vJxk0CHfOTQgITguNFREthVzlX-aa_YetNVOL4qfI5WarWxPPQyQNj85DmyJ0kFK0k4vw7j7LL7SUOgwxfkU-FBU_FYwoHNzJizN9jdpvHab_Ux_DhP5l_2qn-9o3j5ciBGFdELuWF7KKjAvwKObzqBwowNzIKIOloz9TIM0G6MbuzqyNEo_kFcTpk5VI8KgXORWVWUJhpcQFS86BV817StHMTL03iNh2okULQF6MwpQ5P_JzorviRfTr5_9pQvFLaSNfXiewcAmfWWjtIdkgZvE3xj-oplNCgw9_wZwFHYLqRP-nLX2aZTnvqg1nj5SBfE-gdM_tndDYRIBebBQ&h=Lou607xYlVXjh8YZmYK5GLWfyVAQXMQZLgMyPLqkWEA + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4150a9ca-63d0-4dca-b148-aabbad836e7f?api-version=2017-04-18&t=638972598108837963&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=VtGEP2tXslToTv8tN9DrbJBIni7vqAHlvZPIXgC9s_QigIgAIm9p1JLcfl5u58Irzz8yqc0scbHLKg3L9bFnYUH6-SNdFO2PFT-n8Eb9hIIQBOx2nPJJWKttQ6dO00Flr63bdDyOcR4N6RS_-m_INru7QozewexcUDmEf0goZpTOe0f-hdC9UQdJFQsqQgCJy1iOdFcL-8sRdwxBN-Z7-fujPZ4P1USHDkAWsKZrv4g_JnQTXec_3DgleUSGekgJ9wfWcS_PpFqmSfUcLZivKaXTwdgKJ0jNULd2h-EIH8M6sy7GZYCpTptXlSrjc2gP1oFQp52oZPdgdEi8NRFBMg&h=oy0p9l_JohLSxgiCnj_JdYHPkniKx3eCnNzwRTbxysc response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55","name":"a999da9c-13d2-4ddf-8376-5deb6d868c55","status":"Deleting","startTime":"2025-09-09T18:19:36Z"}' - headers: - cache-control: - - no-cache - content-length: - - '278' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 09 Sep 2025 18:19:35 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '16' - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8231fc8a-302d-4a10-89fa-50133c5c06b5 - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: 0104D49880454805AE6A4EC43BCABF04 Ref B: CO6AA3150218045 Ref C: 2025-09-09T18:19:36Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - cognitiveservices account purge - Connection: - - keep-alive - ParameterSetName: - - --location -n -g - User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55?api-version=2017-04-18&t=638930387761934551&c=MIIIrzCCBpegAwIBAgITUQB9VQ7j8TP8msVbVQABAH1VDjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDQwHhcNMjUwNzE3MTAxMTQxWhcNMjYwMTEzMTAxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN9uFRCckwovJWtl1-Qq22Rnc8i5ftzF4eCW9m-t2gMd0gI4H3ggHFS8o7Lgo7NFrSHde_fOw5TG4ClBFPIvYtP-yRXA_gQTjDDxbdEKLTNE3lXVjb2lGS92EXrq2q8SW9iUszX4c5rv7wvK4PYYmWBgrA0pnZoN3Sb-PCkHdwTiQ6s-KaN9TaDX22q-VAiBKtuEV3lfxq84cdn8poLqbGH9aJs3mwzZSvSnDtSic6XB7Wn2B9rEtP4D_EPxNAlrtE-8p4QQxJKsU4kvH2HkbDTA3s-9XDYPgpo-bc_TuPA79C9cwY_yDUwxeCiVXq6u1ouDEDRV8y-SdlEtMwA_L3kCAwEAAaOCBJwwggSYMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHkBggrBgEFBQcBAQSCAdYwggHSMGgGCCsGAQUFBzAChlxodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDEuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDIuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDMuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDBYBggrBgEFBQcwAoZMaHR0cDovL2NybDQuYW1lLmdibC9haWEvbWVsMDFwa2lpbnRjYTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNydDAdBgNVHQ4EFgQUb0zVsI6tU0Ya4PntQPSVi05azTgwDgYDVR0PAQH_BAQDAgWgMIIBNQYDVR0fBIIBLDCCASgwggEkoIIBIKCCARyGQmh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DUkwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDEuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDIuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDMuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybIY0aHR0cDovL2NybDQuYW1lLmdibC9jcmwvQU1FJTIwSW5mcmElMjBDQSUyMDA0KDEpLmNybDCBnQYDVR0gBIGVMIGSMAwGCisGAQQBgjd7AQEwZgYKKwYBBAGCN3sCAjBYMFYGCCsGAQUFBwICMEoeSAAzADMAZQAwADEAOQAyADEALQA0AGQANgA0AC0ANABmADgAYwAtAGEAMAA1ADUALQA1AGIAZABhAGYAZgBkADUAZQAzADMAZDAMBgorBgEEAYI3ewMCMAwGCisGAQQBgjd7BAIwHwYDVR0jBBgwFoAUOXFdqRUQLcTffi9ZbkBNwN_vNpowHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqGSIb3DQEBCwUAA4ICAQDNOTwuwpaNg6Wb6rlDJvYkgpjYBgD7v-G5oudCTfWxa38GVpr03GvcKMMKXsPqS9r4NAOXfLjlf7xqYiwUCShYUrJU3IDKm0amgY_xtVwywcT-VPGF7VZHrEHKa7b6ZR0_aUw_msh7FWtVxpZNW3Lq26ebDEtB-rbUQ_BDwH2K2tb_oKc8WzIVNBwAoAWWDHyVWJKRoEVp59P5KYLdqvg8VrchPaYU3B1ZYbSol1dPcoTFBbiR1xTC4gihNsdye7dgkDwJThyhtefnZZ1zeiWxnXwiLxuZk6pf7cEKEN0xfBtqSBq-ShHoa0RC1xAzAdGngTv75eYqs7hVFdEIZwytl9j_DVoh7vDwgUi0D3gu_ArliQZQbJaOgadOSsCvfyC4FDs0zFzh5gJEl4CTM9fYPZWGJPQPaH1nAoBwgqHZE1WF0uh4144LhpYs9GlduCWQ3jQeVjXsFsZdZPSYXdPojWuL34Voqf1gb07y4lB4vNsjgX0MCWgmfG4Jm7I_MwoL3FGM3SQN_84HB4tHG58f3-ztGcxleLHe1VBfPj-Efh6FPeHNFg7Lyc28aIJf6Lti8Bv9FjBGl_x8j5VVCMC3OI6aRMl9fqjNw4qBFbYmAY9f42CiaGsbnlC2k4FIKuYBkHw9mEe9pG9jKYsbU8WWhYfmRSvsH_TDoUW9GnH_HA&s=i8vJxk0CHfOTQgITguNFREthVzlX-aa_YetNVOL4qfI5WarWxPPQyQNj85DmyJ0kFK0k4vw7j7LL7SUOgwxfkU-FBU_FYwoHNzJizN9jdpvHab_Ux_DhP5l_2qn-9o3j5ciBGFdELuWF7KKjAvwKObzqBwowNzIKIOloz9TIM0G6MbuzqyNEo_kFcTpk5VI8KgXORWVWUJhpcQFS86BV817StHMTL03iNh2okULQF6MwpQ5P_JzorviRfTr5_9pQvFLaSNfXiewcAmfWWjtIdkgZvE3xj-oplNCgw9_wZwFHYLqRP-nLX2aZTnvqg1nj5SBfE-gdM_tndDYRIBebBQ&h=Lou607xYlVXjh8YZmYK5GLWfyVAQXMQZLgMyPLqkWEA - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/a999da9c-13d2-4ddf-8376-5deb6d868c55","name":"a999da9c-13d2-4ddf-8376-5deb6d868c55","status":"Succeeded","startTime":"2025-09-09T18:19:36Z","endTime":"2025-09-09T18:19:37Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/operationResults/4150a9ca-63d0-4dca-b148-aabbad836e7f","name":"4150a9ca-63d0-4dca-b148-aabbad836e7f","status":"Succeeded","startTime":"2025-10-28T14:50:10Z","endTime":"2025-10-28T14:50:11Z"}' headers: cache-control: - no-cache @@ -706,7 +656,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:06 GMT + - Tue, 28 Oct 2025 14:50:11 GMT expires: - '-1' pragma: @@ -718,13 +668,13 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '8' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d9a49ab5-d9c8-441c-ab80-cafca39e8e0b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b40939aa-97da-497f-bab2-ef7bcd382b19 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 16DA63D8A93C490CBE15915D9953B5EC Ref B: CO6AA3150220021 Ref C: 2025-09-09T18:20:06Z' + - 'Ref A: 0415B96070454D0F875D1EF7D4A3D8B9 Ref B: CO6AA3150220019 Ref C: 2025-10-28T14:50:11Z' status: code: 200 message: OK @@ -742,222 +692,92 @@ interactions: ParameterSetName: - --query User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/deletedAccounts?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/deletedAccounts?api-version=2025-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westus/resourceGroups/acctest8286/deletedAccounts/acctest8286","name":"acctest8286","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"02001952-0000-0700-0000-68bf066c0000\"","location":"westus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://acctest8286.cognitiveservices.azure.com/","internalId":"50e966dda3114bedaab0e1da6d2b1a9c","dateCreated":"2025-08-22T17:57:37.563819Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"acctest8286","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"networkInjections":null,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Disabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://acctest8286.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://acctest8286.openai.azure.com/","OpenAI Dall-E - API":"https://acctest8286.openai.azure.com/","OpenAI Sora API":"https://acctest8286.openai.azure.com/","OpenAI - Moderations API":"https://acctest8286.openai.azure.com/","OpenAI Whisper API":"https://acctest8286.openai.azure.com/","OpenAI - Model Scaleset API":"https://acctest8286.openai.azure.com/","OpenAI Realtime - API":"https://acctest8286.openai.azure.com/","Token Service API":"https://acctest8286.openai.azure.com/","Azure - AI Model Inference API":"https://acctest8286.services.ai.azure.com/","Cohere - AI API":"https://acctest8286.services.ai.azure.com/","Mistral AI API":"https://acctest8286.services.ai.azure.com/","Content - Understanding":"https://acctest8286.services.ai.azure.com/","Content Safety":"https://acctest8286.cognitiveservices.azure.com/","Container":"https://acctest8286.cognitiveservices.azure.com/","Computer - Vision":"https://acctest8286.cognitiveservices.azure.com/","FormRecognizer":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speech to Text":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speech to Text v3.2":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speech to Text 2024-11-15":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speech to Text v3.2_internal.1":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Custom Voice":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Custom Voice Trial":"https://acctest8286.cognitiveservices.azure.com/","Video - Translation":"https://acctest8286.cognitiveservices.azure.com/","Speech Services - Audio Content Creation":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Custom Avatar":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Batch Avatar":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Batch Text to Speech":"https://acctest8286.cognitiveservices.azure.com/","Speech + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westus/resourceGroups/csassineacctest11/deletedAccounts/csassineacctest11","name":"csassineacctest11","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"1500a783-0000-0700-0000-68ff24bd0000\"","location":"westus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://csassineacctest11.cognitiveservices.azure.com/","internalId":"055eec5c50e243e7b40487d73eab69b1","dateCreated":"2025-10-27T04:01:08.6085157Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csassineacctest11","allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":[],"disableLocalAuth":false,"dynamicThrottlingEnabled":false,"endpoints":{"AI + Foundry API":"https://csassineacctest11.services.ai.azure.com/","ProjectA + APIs":"https://csassineacctest11.cognitiveservices.azure.com/","OpenAI Language + Model Instance API":"https://csassineacctest11.openai.azure.com/","OpenAI + Dall-E API":"https://csassineacctest11.openai.azure.com/","OpenAI Sora API":"https://csassineacctest11.openai.azure.com/","OpenAI + Moderations API":"https://csassineacctest11.openai.azure.com/","OpenAI Whisper + API":"https://csassineacctest11.openai.azure.com/","OpenAI Model Scaleset + API":"https://csassineacctest11.openai.azure.com/","OpenAI Realtime API":"https://csassineacctest11.openai.azure.com/","Token + Service API":"https://csassineacctest11.openai.azure.com/","Azure OpenAI Legacy + API - Latest moniker":"https://csassineacctest11.openai.azure.com/","Azure + AI Model Inference API":"https://csassineacctest11.services.ai.azure.com/","Cohere + AI API":"https://csassineacctest11.services.ai.azure.com/","Mistral AI API":"https://csassineacctest11.services.ai.azure.com/","Content + Understanding":"https://csassineacctest11.services.ai.azure.com/","Content + Safety":"https://csassineacctest11.cognitiveservices.azure.com/","Container":"https://csassineacctest11.cognitiveservices.azure.com/","Computer + Vision":"https://csassineacctest11.cognitiveservices.azure.com/","FormRecognizer":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-11-15":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text 2025-10-15":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2_internal.1":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Custom Voice":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Custom Voice Trial":"https://csassineacctest11.cognitiveservices.azure.com/","Video + Translation":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Audio Content Creation":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services TTS Player":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Custom Avatar":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Batch Avatar":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Batch Text to Speech":"https://csassineacctest11.cognitiveservices.azure.com/","Speech Services Speech to Text (Standard)":"https://westus.stt.speech.microsoft.com","Speech Services Text to Speech (Neural)":"https://westus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://acctest8286.cognitiveservices.azure.com/","Speech - Services Speaker Identification":"https://acctest8286.cognitiveservices.azure.com/","Voice - Agent Realtime API":"https://acctest8286.cognitiveservices.azure.com/","Voice - Live Realtime API":"https://acctest8286.cognitiveservices.azure.com/","Token":"https://acctest8286.cognitiveservices.azure.com/","Text - Analytics":"https://acctest8286.cognitiveservices.azure.com/","Custom Text - Authoring":"https://acctest8286.cognitiveservices.azure.com/","Conversational - Language Understanding Authoring":"https://acctest8286.cognitiveservices.azure.com/","Custom - Question Answering Authoring":"https://acctest8286.cognitiveservices.azure.com/","Custom - Question Answering":"https://acctest8286.cognitiveservices.azure.com/","ConversationalLURuntime":"https://acctest8286.cognitiveservices.azure.com/","Language":"https://acctest8286.cognitiveservices.azure.com/","QnAMaker":"https://acctest8286.cognitiveservices.azure.com/","Turing":"https://acctest8286.cognitiveservices.azure.com/","QuestionAnswering":"https://acctest8286.cognitiveservices.azure.com/","LUIS":"https://acctest8286.cognitiveservices.azure.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://acctest8286.cognitiveservices.azure.com/","DocumentTranslation":"https://acctest8286.cognitiveservices.azure.com/","CustomTranslator":"https://acctest8286.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T16:38:04.046057Z","scheduledPurgeDate":"2025-09-10T16:38:04.046057Z","provisioningState":"Failed"},"identity":{"principalId":"f2d53128-9448-4985-8786-b423ec3de24b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-08-22T17:57:34.2434474Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-08-22T17:57:34.2434474Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/resourceGroups/felixwa-01/deletedAccounts/felixwa-luis-vnet-Authoring","name":"felixwa-luis-vnet-Authoring","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"10012084-0000-0d00-0000-68c01dcc0000\"","location":"westeurope","sku":{"name":"S1"},"kind":"LUIS.Authoring","properties":{"endpoint":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"f3582d4dd10f4b3782353475113d39b7","dateCreated":"2020-07-18T03:15:20.9485324Z","customSubDomainName":"felixwa-luis-vnet-authoring","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/control-plane-unit-test/providers/Microsoft.Network/virtualNetworks/vnet-unit-test/subnets/default","ignoreMissingVnetServiceEndpoint":false},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/control-plane-unit-test/providers/Microsoft.Network/virtualNetworks/vnet-unit-test/subnets/subnet","ignoreMissingVnetServiceEndpoint":false}],"ipRules":[]},"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"}],"endpoints":{"LUIS.Authoring":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","LUIS":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","Container":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/"},"deletionDate":"2021-06-20T04:26:27.5403832Z","scheduledPurgeDate":"2021-06-22T04:26:27.5403832Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rg7dhdgpmsg3kvkqr2expnid6fveuflklfmf6hlypsyexs7rjgcumvqs6oakrr35n5a/deletedAccounts/cs_cli_test_dzcc","name":"cs_cli_test_dzcc","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"ca005daa-0000-0d00-0000-68bf2d970000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"e99490ecb4c545fe9720a2a395c8c214","dateCreated":"2025-09-08T19:25:09.3574694Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7dhdgpmsg3kvkqr2expnid6fveuflklfmf6hlypsyexs7rjgcumvqs6oakrr35n5a/providers/Microsoft.Storage/storageAccounts/clitestmdne3v4picsxjups5"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech - Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video - Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://westeurope.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://westeurope.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:25:11.9563358Z","scheduledPurgeDate":"2025-09-10T19:25:11.9563358Z","provisioningState":"Succeeded"},"identity":{"principalId":"99b125af-4b9a-410f-abda-c89ab822d74f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:25:07.4500988Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:25:07.4500988Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgzfyz2xe2d5wd7zrmpgkal77wzdhd57jvs45j55eoecgwo66pf4te5zuq6wr7idle4/deletedAccounts/cs_cli_test_33d7","name":"cs_cli_test_33d7","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cb009b19-0000-0d00-0000-68bf2fcd0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"12acde51d6e24976974dc0acc5e2a735","dateCreated":"2025-09-08T19:34:23.4343484Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + Services Speaker Verification":"https://csassineacctest11.cognitiveservices.azure.com/","Speech + Services Speaker Identification":"https://csassineacctest11.cognitiveservices.azure.com/","Voice + Agent Realtime API":"https://csassineacctest11.cognitiveservices.azure.com/","Voice + Live Realtime API":"https://csassineacctest11.cognitiveservices.azure.com/","Token":"https://csassineacctest11.cognitiveservices.azure.com/","Text + Analytics":"https://csassineacctest11.cognitiveservices.azure.com/","Custom + Text Authoring":"https://csassineacctest11.cognitiveservices.azure.com/","Conversational + Language Understanding Authoring":"https://csassineacctest11.cognitiveservices.azure.com/","Custom + Question Answering Authoring":"https://csassineacctest11.cognitiveservices.azure.com/","Custom + Question Answering":"https://csassineacctest11.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csassineacctest11.cognitiveservices.azure.com/","Language":"https://csassineacctest11.cognitiveservices.azure.com/","QnAMaker":"https://csassineacctest11.cognitiveservices.azure.com/","Turing":"https://csassineacctest11.cognitiveservices.azure.com/","QuestionAnswering":"https://csassineacctest11.cognitiveservices.azure.com/","LUIS":"https://csassineacctest11.cognitiveservices.azure.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://csassineacctest11.cognitiveservices.azure.com/","DocumentTranslation":"https://csassineacctest11.cognitiveservices.azure.com/","CustomTranslator":"https://csassineacctest11.cognitiveservices.azure.com/"},"deletionDate":"2025-10-27T07:52:29.5806894Z","scheduledPurgeDate":"2025-10-29T07:52:29.5806894Z","provisioningState":"Succeeded"},"identity":{"principalId":"4abecce0-faf8-472b-96c1-6db20e501066","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-27T04:01:06.166695Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-27T04:01:06.166695Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/westeurope/resourceGroups/felixwa-01/deletedAccounts/felixwa-luis-vnet-Authoring","name":"felixwa-luis-vnet-Authoring","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"f000cf36-0000-0d00-0000-6900b74a0000\"","location":"westeurope","sku":{"name":"S1"},"kind":"LUIS.Authoring","properties":{"endpoint":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"f3582d4dd10f4b3782353475113d39b7","dateCreated":"2020-07-18T03:15:20.9485324Z","customSubDomainName":"felixwa-luis-vnet-authoring","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/control-plane-unit-test/providers/Microsoft.Network/virtualNetworks/vnet-unit-test/subnets/default","ignoreMissingVnetServiceEndpoint":false},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/control-plane-unit-test/providers/Microsoft.Network/virtualNetworks/vnet-unit-test/subnets/subnet","ignoreMissingVnetServiceEndpoint":false}],"ipRules":[]},"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"}],"endpoints":{"LUIS.Authoring":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","LUIS":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/","Container":"https://felixwa-luis-vnet-authoring.cognitiveservices.azure.com/"},"deletionDate":"2021-06-20T04:26:27.5403832Z","scheduledPurgeDate":"2021-06-22T04:26:27.5403832Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgbgwrrhvkbm7ur5feweythwjpjy4mkzqf26b4jiktyqvsssmynjic2dwxkg262a7ca/deletedAccounts/cs_cli_test_bewb","name":"cs_cli_test_bewb","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0101dd5b-0000-0d00-0000-6900d7e60000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"8cc8f886be3d477fb440434e68deff8f","dateCreated":"2025-10-28T14:48:35.6634298Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:37.8048577Z","scheduledPurgeDate":"2025-09-10T19:34:37.8048577Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:22.3172956Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:22.3172956Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgop7weutpblqeoagxiikpa64avxofb6224r5wdbkh5ldeuco6nvuyepfetw3vkxqij/deletedAccounts/cs_cli_test_oafw","name":"cs_cli_test_oafw","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cb008b39-0000-0d00-0000-68bf305a0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"6186346a101344808bab3ef2a69e3c6b","dateCreated":"2025-09-08T19:36:55.7044153Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgop7weutpblqeoagxiikpa64avxofb6224r5wdbkh5ldeuco6nvuyepfetw3vkxqij/providers/Microsoft.Storage/storageAccounts/clitestre7jjumdohz4h35wg"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech - Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video - Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://westeurope.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://westeurope.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:36:58.0660958Z","scheduledPurgeDate":"2025-09-10T19:36:58.0660958Z","provisioningState":"Succeeded"},"identity":{"principalId":"9a9ac77d-36bf-4e84-8e2f-526b4c88befb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:36:53.4916328Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:36:53.4916328Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rguh5sfgixwcndwy6nxqriwk54bn6jd5u7o27p5ncupbo2b4naxgxmyrfd46tgjrrzq/deletedAccounts/cs_cli_test_jsqr","name":"cs_cli_test_jsqr","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cb00bd70-0000-0d00-0000-68bf31650000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"6fcccab42ca94630b833aae908c3a57d","dateCreated":"2025-09-08T19:41:20.2681912Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:41:25.1016233Z","scheduledPurgeDate":"2025-09-10T19:41:25.1016233Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:41:19.0612528Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:41:19.0612528Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgaqxslp5ujmcl2zqttbv5ydmjei5tbii7tnjnmofsvmss4mdp4vtbgwwodvoszhotm/deletedAccounts/cs_cli_test_tfu4","name":"cs_cli_test_tfu4","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cc00e7a4-0000-0d00-0000-68bf38040000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"8120cbbd5abc4f109768be06f8e27582","dateCreated":"2025-09-08T20:09:35.4346806Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:40.1293867Z","scheduledPurgeDate":"2025-09-10T20:09:40.1293867Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:34.1813675Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:09:34.1813675Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgdymmmfpeoqi665prqegffmb2eakbxmhoeginamoven3roegu7nvcieehej3dz66uh/deletedAccounts/cs_cli_test_w6d5","name":"cs_cli_test_w6d5","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cc00d5c6-0000-0d00-0000-68bf38b50000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"3343e70be90c4d2fbab201326487434b","dateCreated":"2025-09-08T20:12:35.443395Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdymmmfpeoqi665prqegffmb2eakbxmhoeginamoven3roegu7nvcieehej3dz66uh/providers/Microsoft.Storage/storageAccounts/clitest4exc5qzjz3arytqyh"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech - Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video - Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://westeurope.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://westeurope.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:12:37.9842048Z","scheduledPurgeDate":"2025-09-10T20:12:37.9842048Z","provisioningState":"Succeeded"},"identity":{"principalId":"a4f5952d-44b9-48fc-91e2-f53cdd86c569","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:12:33.8241239Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:12:33.8241239Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rg27thmsjhemg2uxlcysifxu4nrf2nuutmnqxxsthfvvfd2jvsxuyn52gpquyfkq64p/deletedAccounts/cs_cli_test_raa4","name":"cs_cli_test_raa4","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"110141e8-0000-0d00-0000-68c0213e0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"5579392972444061b77d62ab619272b7","dateCreated":"2025-09-09T12:44:40.7441855Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:46.2424705Z","scheduledPurgeDate":"2025-09-11T12:44:46.2424705Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:44:39.544213Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:44:39.544213Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgd5etwv3zo2matefkrcoqtkkkzfrcl7oc4gorrmjinsjc2nrzjiebz6ilvunntoayb/deletedAccounts/cs_cli_test_yaiq","name":"cs_cli_test_yaiq","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"1201f111-0000-0d00-0000-68c021b50000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"e89e748b7b164a9db97fcc8f44e86b6e","dateCreated":"2025-09-09T12:46:43.1900236Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgd5etwv3zo2matefkrcoqtkkkzfrcl7oc4gorrmjinsjc2nrzjiebz6ilvunntoayb/providers/Microsoft.Storage/storageAccounts/clitest5saas37ysuaphxzzx"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech - Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video - Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://westeurope.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://westeurope.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:46:45.5333675Z","scheduledPurgeDate":"2025-09-11T12:46:45.5333675Z","provisioningState":"Succeeded"},"identity":{"principalId":"fad9d338-bf1a-4da8-9d72-0c8067150813","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:46:41.0729747Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:46:41.0729747Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/WESTEUROPE/resourceGroups/clitest.rgx2u2fappykovd6y7s7vla5mbkh63h5dynchjntdvwhyt3cwugr3i5uyxmg5b7m6zd/deletedAccounts/cs_cli_test_d3eb","name":"cs_cli_test_d3eb","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"260154df-0000-0d00-0000-68c06f570000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"ca7eb7d33dfd4334a105a682a8523df5","dateCreated":"2025-09-09T18:17:55.0624612Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://westeurope.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token Service - API":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:17:59.7431754Z","scheduledPurgeDate":"2025-09-11T18:17:59.7431754Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:54.0972425Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:54.0972425Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgyrziivnpoydlwwngbuhtkc7sndrtamtqkaigqofbr6najii5tccs52zgdr3ax6stx/deletedAccounts/cs_cli_test_ckpa","name":"cs_cli_test_ckpa","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03b426-0000-0500-0000-68bf2d9e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"83b17bae428d48e7a75a282fede986a3","dateCreated":"2025-09-08T19:24:44.739695Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:25:18.6585528Z","scheduledPurgeDate":"2025-09-10T19:25:18.6585528Z","provisioningState":"Succeeded"},"identity":{"principalId":"c798527c-619a-404f-98c0-71d176ceda60","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:24:43.1931399Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:24:43.1931399Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgyrziivnpoydlwwngbuhtkc7sndrtamtqkaigqofbr6najii5tccs52zgdr3ax6stx/deletedAccounts/cs_cli_test_igvq","name":"cs_cli_test_igvq","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03b440-0000-0500-0000-68bf2e040000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"fe1b2d5baeec462590f7a42cf371f66d","dateCreated":"2025-09-08T19:25:23.2498467Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T19:27:00.1316497Z","scheduledPurgeDate":"2025-09-10T19:27:00.1316497Z"},"identity":{"principalId":"4e55ee6f-9a6a-4982-9715-427e88884674","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:25:21.2992131Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:25:56.692003Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgyuorh6iy5l6ffvflv3czsxomku4y2vmz3yxdkg6sjhuf37ofto3slvfw37imbbzur/deletedAccounts/cs_cli_test_y3ga","name":"cs_cli_test_y3ga","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e039fba-0000-0500-0000-68bf2fda0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"12117d508113446c963a45966273f994","dateCreated":"2025-09-08T19:33:40.3022409Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:50.3683836Z","scheduledPurgeDate":"2025-09-10T19:34:50.3683836Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:39.8675963Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:39.8675963Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgu24ibqt7sskkwn2gpq4uaetgzq3567lliivl5uauq7oavmsdi7yytd5ikhttlrymv/deletedAccounts/cs_cli_test_mdjk","name":"cs_cli_test_mdjk","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0398b8-0000-0500-0000-68bf2fd30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"367af537c81547acbd82ed3b948d732e","dateCreated":"2025-09-08T19:33:40.4132285Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:43.6059803Z","scheduledPurgeDate":"2025-09-10T19:34:43.6059803Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:39.922778Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:39.922778Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgxvva2ksiyiwetkbipxanl36xn6feq2xxyw7dhzig56fyqqtyrva55vhiujy66yi2l/deletedAccounts/cs_cli_test_wzub","name":"cs_cli_test_wzub","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0317ba-0000-0500-0000-68bf2fd80000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"777859217159419a94eb7ea04cff999e","dateCreated":"2025-09-08T19:33:40.6864367Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:48.682542Z","scheduledPurgeDate":"2025-09-10T19:34:48.682542Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:40.4108468Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:40.4108468Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgkt7dre722lmzqhcbjf7es4z6ig4bjpka6nhhrb6db2bqu63oi7tscuop5f3cdutan/deletedAccounts/cogeijzisvr4","name":"cogeijzisvr4","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03cdba-0000-0500-0000-68bf2fdb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagnameyll7usfm":"tagvalue7vj7x6y"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"ff34d74c871f45568ca38f3802804137","dateCreated":"2025-09-08T19:33:40.9758845Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:51.0400188Z","scheduledPurgeDate":"2025-09-10T19:34:51.0400188Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:40.4608862Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:44.1672682Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgy7fe5qwqc36fhvminhey7cc4x6tpw2tc4vyn6wzixva2shfq3zvxtsoqgq4475537/deletedAccounts/cs_cli_test_aieg","name":"cs_cli_test_aieg","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03e1b8-0000-0500-0000-68bf2fd40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"bc2612bfd760412ea2002b8fcfba2dc9","dateCreated":"2025-09-08T19:33:41.4623282Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:44.6023151Z","scheduledPurgeDate":"2025-09-10T19:34:44.6023151Z","provisioningState":"Succeeded"},"identity":{"principalId":"bed78fca-aebb-4ca2-90d0-b490561c3f68","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:39.9050858Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:39.9050858Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgr7iguwyyuiwgqnoxo2c56xht6x6hah3grm66yxv7y77de4h3omumyckt7xenixhpm/deletedAccounts/cs_cli_test_pyaa","name":"cs_cli_test_pyaa","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03fcb1-0000-0500-0000-68bf2fba0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"a890f580ee1f4ba9b2e954b3cec8c5a7","dateCreated":"2025-09-08T19:33:46.249054Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:18.7842398Z","scheduledPurgeDate":"2025-09-10T19:34:18.7842398Z","provisioningState":"Succeeded"},"identity":{"principalId":"16ef3d64-5e57-4abe-bf78-87738dcff9d1","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:44.4456247Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:44.4456247Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgil3ke5rqef333v5qgroglnw6a37k46dj76kq62kgsm5n4qwdjjooxcntmsbwqzjt6/deletedAccounts/cs_cli_test_7lbh","name":"cs_cli_test_7lbh","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e037ac3-0000-0500-0000-68bf2ffc0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2e8e1d70fd6347f48f42e2c1d8741f83","dateCreated":"2025-09-08T19:34:45.5401746Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:35:24.4721458Z","scheduledPurgeDate":"2025-09-10T19:35:24.4721458Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:45.0404687Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:45.0404687Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgy7fe5qwqc36fhvminhey7cc4x6tpw2tc4vyn6wzixva2shfq3zvxtsoqgq4475537/deletedAccounts/cs_cli_test_cqle","name":"cs_cli_test_cqle","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0305e1-0000-0500-0000-68bf30380000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"5cee545686e7404bab44a23de898b676","dateCreated":"2025-09-08T19:34:47.9153691Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T19:36:24.8277979Z","scheduledPurgeDate":"2025-09-10T19:36:24.8277979Z"},"identity":{"principalId":"66b3ca08-45b1-4ca9-9a3e-5d0801eedbe8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:46.6057897Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:35:20.6774344Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgbypfu5zdujcmcwpznfygmknnv7uamkykvjba3ghfar3tkhyamx3e3dtw73cj3dtnr/deletedAccounts/cs_cli_test_2nih","name":"cs_cli_test_2nih","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e03ccc2-0000-0500-0000-68bf2ff90000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"ddff899b1e514a24aa034d6bb3222e1d","dateCreated":"2025-09-08T19:34:48.7167271Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:35:21.2560853Z","scheduledPurgeDate":"2025-09-10T19:35:21.2560853Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:48.3204175Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:48.3204175Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgchsxauhahqiyovio7nwyi7xylni5ov5ip37jja5rh6bvmnfy2q42jyux5pkq3dskv/deletedAccounts/cs_cli_test_znnp","name":"cs_cli_test_znnp","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0301c4-0000-0500-0000-68bf2ffe0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitesthkybk2k.cognitiveservices.azure.com/","internalId":"4b606d9cb8614ee1a9a31b3a2e9d8394","dateCreated":"2025-09-08T19:34:52.9167099Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitesthkybk2k","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitesthkybk2k.cognitiveservices.azure.com/","Container":"https://csclitesthkybk2k.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T19:35:26.9065575Z","scheduledPurgeDate":"2025-09-10T19:35:26.9065575Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:52.3255368Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:52.3255368Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgchsxauhahqiyovio7nwyi7xylni5ov5ip37jja5rh6bvmnfy2q42jyux5pkq3dskv/deletedAccounts/cs_cli_test_df7r","name":"cs_cli_test_df7r","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0350f6-0000-0500-0000-68bf30800000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestjf3e67t.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"7fc7f57f838b462995fe12ac887ef8a0","dateCreated":"2025-09-08T19:35:29.6248484Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestjf3e67t","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestjf3e67t.cognitiveservices.azure.com/","Container":"https://csclitestjf3e67t.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T19:37:36.9306553Z","scheduledPurgeDate":"2025-09-10T19:37:36.9306553Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:35:29.1851178Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:36:32.5131173Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgpbysgmefzw42ogyi23pvd3op34m26pmo7blisu6o4nr6wukmbla5y47ci5plx7byj/deletedAccounts/cs_cli_test_rulp","name":"cs_cli_test_rulp","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e0353e3-0000-0500-0000-68bf30400000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b1020eb0638441f093e754fc6cb248e3","dateCreated":"2025-09-08T19:35:59.2127149Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:36:32.0438488Z","scheduledPurgeDate":"2025-09-10T19:36:32.0438488Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:35:58.6999001Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:35:58.6999001Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgpbysgmefzw42ogyi23pvd3op34m26pmo7blisu6o4nr6wukmbla5y47ci5plx7byj/deletedAccounts/cs_cli_test_lqva","name":"cs_cli_test_lqva","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4e036ff6-0000-0500-0000-68bf30810000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"ea45cf6879c649f6aafb408576901e73","dateCreated":"2025-09-08T19:36:34.1356436Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:37:37.3455512Z","scheduledPurgeDate":"2025-09-10T19:37:37.3455512Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:36:33.7219177Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:36:33.7219177Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgd2utazmffiz5cg4i2blrhuinptplgzu35pypnkdtifuull3abtsxfyevt7xjqciiy/deletedAccounts/cogyiqs3yrot","name":"cogyiqs3yrot","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"4f03bb61-0000-0500-0000-68bf32210000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagname66bs2cgv":"tagvalue3bft5ar"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"8694636d9bc746aab29f0a85f27bd85f","dateCreated":"2025-09-08T19:43:28.3982107Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:44:33.954954Z","scheduledPurgeDate":"2025-09-10T19:44:33.954954Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:43:27.8368413Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:44:31.4761028Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgyecd2cvci2xmdebhxdwahiwdjslf3viocvfzmguqh27flnzvmjv53qv6ytlc4wbl7/deletedAccounts/cs_cli_test_eaiw","name":"cs_cli_test_eaiw","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500351ed-0000-0500-0000-68bf38120000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4ab016a68b5e42fba05090d442396852","dateCreated":"2025-09-08T20:08:50.9557841Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:54.5060063Z","scheduledPurgeDate":"2025-09-10T20:09:54.5060063Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.5770572Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.5770572Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg7versmdcqpdpyu2blbupdayxkrylspsah7ogogh3hhcufuiyfk3eqh6yk2bdpkhqc/deletedAccounts/cs_cli_test_ayux","name":"cs_cli_test_ayux","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500304ee-0000-0500-0000-68bf38150000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"10bf688ee8c84298bf4aa81268d9d43f","dateCreated":"2025-09-08T20:08:51.0158721Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:57.2694184Z","scheduledPurgeDate":"2025-09-10T20:09:57.2694184Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.6081637Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.6081637Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg3gii7qbds7zsbjc5pl4x52smkimka52do67gyfnsrtpghw7kuzmncalpw7qqqmgyt/deletedAccounts/cs_cli_test_yyo4","name":"cs_cli_test_yyo4","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5003a8e8-0000-0500-0000-68bf37fb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"5d5a7fc6a1d645b9b890fb849693bde1","dateCreated":"2025-09-08T20:08:51.1229915Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:31.5759966Z","scheduledPurgeDate":"2025-09-10T20:09:31.5759966Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.5956727Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.5956727Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgs5a2i2u2tnllkkjpb3hl3nis3r3br2rocafye5sshq3p4zxca33vbv65l3m343auz/deletedAccounts/cs_cli_test_tl2g","name":"cs_cli_test_tl2g","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500369ed-0000-0500-0000-68bf38130000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"7c0f41d637564506a9b1fd0fbd8524f6","dateCreated":"2025-09-08T20:08:52.0731581Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:55.1521638Z","scheduledPurgeDate":"2025-09-10T20:09:55.1521638Z","provisioningState":"Succeeded"},"identity":{"principalId":"a4bea499-8040-446f-b781-24811dfce0eb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.4486778Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.4486778Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rghdogjnz3v5lo6kr5escu2u64y23k6qhokbfzks3m4htkqb5t5c3vngrwoyusgyn6z/deletedAccounts/cs_cli_test_tzlp","name":"cs_cli_test_tzlp","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500355e8-0000-0500-0000-68bf37fa0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"72e96ce05f9e4d09b00c10d901bf4df2","dateCreated":"2025-09-08T20:08:57.3840791Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:30.1314858Z","scheduledPurgeDate":"2025-09-10T20:09:30.1314858Z","provisioningState":"Succeeded"},"identity":{"principalId":"c0a93018-fb03-4c01-a78d-3baa268ad342","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:55.48052Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:55.48052Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgaj3ksgkqpwo6ftpsfy5xkixlzl5dhkm6qolaekxpta3x4hdzwa23762zz5pad3isd/deletedAccounts/cog5455xlz2f","name":"cog5455xlz2f","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5003abf0-0000-0500-0000-68bf38200000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagnamezabgsyl3":"tagvaluewdzgolw"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"1d1ea2d274c74b38b6b7f44edad9bae0","dateCreated":"2025-09-08T20:09:03.4953362Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:10:08.976391Z","scheduledPurgeDate":"2025-09-10T20:10:08.976391Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:03.0576457Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:10:06.750386Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg33pnnzgxivnswbk6bi7mvben7m6j2rdvnv4uzpprgbvfu347ieot76tioa7g3kh3m/deletedAccounts/cs_cli_test_w64b","name":"cs_cli_test_w64b","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5103f659-0000-0500-0000-68bf39cd0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"83a960330b3b49b5b98c831625ce8392","dateCreated":"2025-09-08T20:09:05.5564542Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T20:17:17.5289265Z","scheduledPurgeDate":"2025-09-10T20:17:17.5289265Z"},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:05.0632002Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:14:14.1918902Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rga5pcx7qflnepsnxqnrkgumtxnrzfimuejicz5qenkn3svxnf4x6wafitdqcerzqgt/deletedAccounts/cs_cli_test_52g2","name":"cs_cli_test_52g2","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500313f0-0000-0500-0000-68bf381e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"efa5c70f1a48445793b899b04b11298e","dateCreated":"2025-09-08T20:09:27.6354092Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:10:06.5431577Z","scheduledPurgeDate":"2025-09-10T20:10:06.5431577Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:27.0798717Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:09:27.0798717Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgvs7mmeps5e42w53uq7myiwz7etqsi4cxt6jvxfdb7e6tzsaxlzqdhgf3qhfjxme77/deletedAccounts/cs_cli_test_skrp","name":"cs_cli_test_skrp","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51034716-0000-0500-0000-68bf38bf0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest5zzyzld.cognitiveservices.azure.com/","internalId":"b1fd6b7440214544bf74f7c67a94e126","dateCreated":"2025-09-08T20:09:45.8372159Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest5zzyzld","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest5zzyzld.cognitiveservices.azure.com/","Container":"https://csclitest5zzyzld.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T20:12:47.506192Z","scheduledPurgeDate":"2025-09-10T20:12:47.506192Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:44.6017851Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:09:44.6017851Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg3lt5ewncoofyoud4emymdbdqezuff55styot47orb4ldr62lm5hfbgphou6z2qbt3/deletedAccounts/cs_cli_test_4ykh","name":"cs_cli_test_4ykh","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500338f6-0000-0500-0000-68bf38370000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6a6c33f06cfc4f88b0eaddf9aa23ef53","dateCreated":"2025-09-08T20:09:58.360155Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:10:31.3060706Z","scheduledPurgeDate":"2025-09-10T20:10:31.3060706Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:57.8532542Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:09:57.8532542Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgs5a2i2u2tnllkkjpb3hl3nis3r3br2rocafye5sshq3p4zxca33vbv65l3m343auz/deletedAccounts/cs_cli_test_zadb","name":"cs_cli_test_zadb","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51035a0d-0000-0500-0000-68bf38970000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"c858c1e351784b2fbea3289b32c82fff","dateCreated":"2025-09-08T20:09:58.8184407Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T20:12:07.0375527Z","scheduledPurgeDate":"2025-09-10T20:12:07.0375527Z"},"identity":{"principalId":"0e859e6f-b668-461d-aaa7-cc541dbc7cbd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:09:57.109215Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:11:03.6448685Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgh7rci4q22bdav7h5elkp5jcrswsbltzef4m22mlbmz2ix3s7pa7xs4ahyzvnvw3js/deletedAccounts/cs_cli_test_bqvg","name":"cs_cli_test_bqvg","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"500325fe-0000-0500-0000-68bf385b0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest4vvdoum.cognitiveservices.azure.com/","internalId":"ab657279b0b1404c80a5705b605e6142","dateCreated":"2025-09-08T20:10:02.8919859Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest4vvdoum","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest4vvdoum.cognitiveservices.azure.com/","Container":"https://csclitest4vvdoum.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T20:11:07.2267833Z","scheduledPurgeDate":"2025-09-10T20:11:07.2267833Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:10:01.8756977Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:10:01.8756977Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg2dwkt2ld6ivdoy23q3hy2f4qwlwrijkmbk33cfexhxtbbfpugsqc2ox7jbkeajwcb/deletedAccounts/cs_cli_test_yfox","name":"cs_cli_test_yfox","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51030c0e-0000-0500-0000-68bf389a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitests3vx3oq.cognitiveservices.azure.com/","internalId":"52dfd4b0a57e41368214d462d2c06bbe","dateCreated":"2025-09-08T20:10:04.3381385Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitests3vx3oq","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Custom - Text Authoring":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Conversational - Language Understanding Authoring":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Custom - Question Answering Authoring":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitests3vx3oq.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Language":"https://csclitests3vx3oq.cognitiveservices.azure.com/","QnAMaker":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Turing":"https://csclitests3vx3oq.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitests3vx3oq.cognitiveservices.azure.com/","LUIS":"https://csclitests3vx3oq.cognitiveservices.azure.com/","Container":"https://csclitests3vx3oq.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T20:12:10.5272972Z","scheduledPurgeDate":"2025-09-10T20:12:10.5272972Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:10:03.4681656Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:10:03.4681656Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgh7rci4q22bdav7h5elkp5jcrswsbltzef4m22mlbmz2ix3s7pa7xs4ahyzvnvw3js/deletedAccounts/cs_cli_test_wv27","name":"cs_cli_test_wv27","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51033816-0000-0500-0000-68bf38bf0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestv7qddkv.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"a6aa1f3680cf457ebbf36c3b1f449da4","dateCreated":"2025-09-08T20:11:09.6905211Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestv7qddkv","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestv7qddkv.cognitiveservices.azure.com/","Container":"https://csclitestv7qddkv.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T20:12:47.3946375Z","scheduledPurgeDate":"2025-09-10T20:12:47.3946375Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:11:09.1593268Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:12:13.1241136Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg5xaen7mgthvm3sqhe7bjqayyb2xcnh3wrmrwq2fypwzlv3jtuv2cfu2cxxegd7egl/deletedAccounts/cs_cli_test_upfe","name":"cs_cli_test_upfe","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51039c0e-0000-0500-0000-68bf389c0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"3e51ce43e11844dfb0350bdc5f1969e5","dateCreated":"2025-09-08T20:11:09.7427372Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:12:12.6837735Z","scheduledPurgeDate":"2025-09-10T20:12:12.6837735Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:11:09.2764495Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:11:09.2764495Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg5xaen7mgthvm3sqhe7bjqayyb2xcnh3wrmrwq2fypwzlv3jtuv2cfu2cxxegd7egl/deletedAccounts/cs_cli_test_uxzg","name":"cs_cli_test_uxzg","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"51035a17-0000-0500-0000-68bf38c20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4f356f575efe40328f6467ce829643aa","dateCreated":"2025-09-08T20:12:15.9111619Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:12:50.6452515Z","scheduledPurgeDate":"2025-09-10T20:12:50.6452515Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:12:15.4202993Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:12:15.4202993Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg5kp6o6j5ilydw7ejs4leiilcfqqdim7nrf3u6jfv2hepap4rwepkohradu4aaz24s/deletedAccounts/cs_cli_test_zclt","name":"cs_cli_test_zclt","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"52036a03-0000-0500-0000-68bf3c470000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestog5ubk4.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"e68ada4cfe2e4196a940879d783dc37d","dateCreated":"2025-09-08T20:17:37.9488391Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestog5ubk4","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestog5ubk4.cognitiveservices.azure.com/","Container":"https://csclitestog5ubk4.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-08T20:27:51.9074389Z","scheduledPurgeDate":"2025-09-10T20:27:51.9074389Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:17:36.8620338Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:26:49.1500741Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgnl2pirzgwyazjctn25v5fljzgdjhjvsbdyaeakhmtiv5q2pl3ac7zh6uiymohhqgx/deletedAccounts/cogj7fkhr6gm","name":"cogj7fkhr6gm","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730370a1-0000-0500-0000-68c0212f0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagnamex5j6lgpr":"tagvalueo3arbcb"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"6756346191f64bfb945bdf32f07f6409","dateCreated":"2025-09-09T12:43:25.7666458Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:31.3516815Z","scheduledPurgeDate":"2025-09-11T12:44:31.3516815Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:25.3360471Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:44:29.3443005Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg5aqhoqsk4l3tv5oepvv7wgqukn6yzpt6dno3u47vwhxdzqyvq7tk6rgop74ava5md/deletedAccounts/cs_cli_test_5zh2","name":"cs_cli_test_5zh2","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"73036a9d-0000-0500-0000-68c021150000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"7cae66754d87429c8f4732b781ce6304","dateCreated":"2025-09-09T12:43:25.9802642Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:05.5361721Z","scheduledPurgeDate":"2025-09-11T12:44:05.5361721Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:25.5355587Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:25.5355587Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgv5edut3aegaow7y6ezoy4tsk53jrckwx5j5utrqk5fmk7bxzrw7d2szcywqaquqoq/deletedAccounts/cs_cli_test_lbrs","name":"cs_cli_test_lbrs","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730321a1-0000-0500-0000-68c0212d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"cfb6a33b723345ebbd2c09f8a0f3f094","dateCreated":"2025-09-09T12:43:26.7086516Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:29.6902824Z","scheduledPurgeDate":"2025-09-11T12:44:29.6902824Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:26.1378287Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:26.1378287Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgglapphsfhk4ohgiznuhxo66iwuionnfyrnsehxlon4wzfwzcjpsrusd7ezjlbipet/deletedAccounts/cs_cli_test_qloh","name":"cs_cli_test_qloh","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730364a2-0000-0500-0000-68c021340000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b78e56d89b5d425297b3136b4b371561","dateCreated":"2025-09-09T12:43:28.0746473Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + API":"https://westeurope.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://westeurope.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:49:10.8504096Z","scheduledPurgeDate":"2025-10-30T14:49:10.8504096Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:34.5302104Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:34.5302104Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg7rbvl55u4yuvksroysic3qyfz4xe6fz5symq5kaufmxomeno46pwqvtt4rkylpsse/deletedAccounts/cs_cli_test_ramy","name":"cs_cli_test_ramy","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b5030ce2-0000-0500-0000-6900d7d40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"78abaed149224772b4878f618527a9c3","dateCreated":"2025-10-28T14:47:38.9880606Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:52.0558414Z","scheduledPurgeDate":"2025-10-30T14:48:52.0558414Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.4788045Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.4788045Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg3teumd5tnxqwonfhqxrtw5v2ppvyhjncfkf4ktq2jeevlyei64hpxvoba5txrj4n3/deletedAccounts/cs_cli_test_nbfv","name":"cs_cli_test_nbfv","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b5038ce0-0000-0500-0000-6900d7ce0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"f105e4e3d31c4a889a6cdce0e3145cd2","dateCreated":"2025-10-28T14:47:39.1007943Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:36.1491312Z","scheduledPurgeDate":"2025-09-11T12:44:36.1491312Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:27.0090645Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:27.0090645Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgj4otdl7xasertjr7hy67hdkfpo24zvoxoas3bv4ypfirwym6bomdec2h66iwitzs3/deletedAccounts/cs_cli_test_xuqr","name":"cs_cli_test_xuqr","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"73032da2-0000-0500-0000-68c021320000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"3121940794954c7b8aaceaf00d7b41fa","dateCreated":"2025-09-09T12:43:30.3057008Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:34.8987536Z","scheduledPurgeDate":"2025-09-11T12:44:34.8987536Z","provisioningState":"Succeeded"},"identity":{"principalId":"19611705-7bdd-4a97-920c-3ae9618233bf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:28.8725016Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:28.8725016Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgzmmcqqgpz4bpzvbcaxqmpnpwb7eyhpjf3je24hgyp3yok6e3em7g3ozzuimbtrarj/deletedAccounts/cs_cli_test_caan","name":"cs_cli_test_caan","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730354a2-0000-0500-0000-68c021330000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"7d5b8ff92d864808bcfd991d08271ce1","dateCreated":"2025-09-09T12:43:32.5637101Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:35.8534542Z","scheduledPurgeDate":"2025-09-11T12:44:35.8534542Z","provisioningState":"Succeeded"},"identity":{"principalId":"f8b7ec26-592a-4f6e-9f26-dd27ff2253d0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:30.7947458Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:30.7947458Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgspggrenujaf2lq7rzbtjskdfw2vchm5wl3cyw7ckopm2jkyk44uaiogpwltccqvo4/deletedAccounts/cs_cli_test_acsk","name":"cs_cli_test_acsk","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"7303f5e0-0000-0500-0000-68c022ac0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"13a03ca0020b4d9e835d181efe633169","dateCreated":"2025-09-09T12:43:40.9747747Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T12:50:52.3002597Z","scheduledPurgeDate":"2025-09-11T12:50:52.3002597Z"},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:40.7116701Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:48:19.6138395Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgrptaauroomzyxtszzjzcl6j7mo5imzy7qijublvzrj2cntfnv3ihswn3dyfujrfo2/deletedAccounts/cs_cli_test_5phn","name":"cs_cli_test_5phn","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730394a7-0000-0500-0000-68c021550000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"e04f454e1ba84b2c969eb03dc59a1ea7","dateCreated":"2025-09-09T12:44:00.3460449Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:46.5250694Z","scheduledPurgeDate":"2025-10-30T14:48:46.5250694Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6360611Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6360611Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgzwog2zovt472yzeqy6ukvgtyop2zv62oekvqxewnfblr3s7gyzuueb5ktw5tk6bfn/deletedAccounts/cs_cli_test_gozl","name":"cs_cli_test_gozl","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b503d7df-0000-0500-0000-6900d7cb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"90ef42e77efb4f3a99e9fc8bec233ce2","dateCreated":"2025-10-28T14:47:40.4393001Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:43.9379766Z","scheduledPurgeDate":"2025-10-30T14:48:43.9379766Z","provisioningState":"Succeeded"},"identity":{"principalId":"8ad54167-3847-426f-adf1-a6136e02766d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.6312127Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.6312127Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgvibizffzztwdshvbuz2fqibhsljcjrdcgoois3yhzhqdkndqho2iqsxcwrysffguw/deletedAccounts/cs_cli_test_rsed","name":"cs_cli_test_rsed","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b50385e0-0000-0500-0000-6900d7ce0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"b2250399e5df4607ac9dab404029067d","dateCreated":"2025-10-28T14:47:42.9470368Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:46.4656804Z","scheduledPurgeDate":"2025-10-30T14:48:46.4656804Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:41.9012732Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:41.9012732Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg7upzmmpcwbhczpk2tkpb2p4ei3xfunst3jxcdnbjqydz5uslkhejsk6z4ve3z4olt/deletedAccounts/cogods55lmvz","name":"cogods55lmvz","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b503f8e1-0000-0500-0000-6900d7d30000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagnamepecxncrc":"tagvaluen5ahyhh"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"6f1fd8c55b444375a3ebbf5eb8aba56f","dateCreated":"2025-10-28T14:47:45.0396979Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:51.6156348Z","scheduledPurgeDate":"2025-10-30T14:48:51.6156348Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:44.0005605Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:48.9388217Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg3nyn7ilvwzrelmnnyutavtmzsutyatbr3kt5krijvn4xcb2py5g5lsfvh4xddefzy/deletedAccounts/cs_cli_test_2fvz","name":"cs_cli_test_2fvz","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b50341f3-0000-0500-0000-6900d8190000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"99475bd055834ba4a15d9a37008971ba","dateCreated":"2025-10-28T14:48:46.3638379Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:45:09.8877771Z","scheduledPurgeDate":"2025-09-11T12:45:09.8877771Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:59.8869894Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:59.8869894Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgo44vprbi3d2iutwvtmbsl43ynq6gpdsmsvwpj26tqrr5smai324slleurfu4ltnhs/deletedAccounts/cs_cli_test_bhwe","name":"cs_cli_test_bhwe","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"7303d0a6-0000-0500-0000-68c021510000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"77889ed6ce8b405aa65bd82682bad8cf","dateCreated":"2025-09-09T12:44:33.359041Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:45:05.6698797Z","scheduledPurgeDate":"2025-09-11T12:45:05.6698797Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:44:32.9527766Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:44:32.9527766Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgj4otdl7xasertjr7hy67hdkfpo24zvoxoas3bv4ypfirwym6bomdec2h66iwitzs3/deletedAccounts/cs_cli_test_xe6k","name":"cs_cli_test_xe6k","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"7303e3b2-0000-0500-0000-68c021960000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"474a351703bf4f479ae3d909c610b780","dateCreated":"2025-09-09T12:44:39.0650168Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T12:46:14.9032808Z","scheduledPurgeDate":"2025-09-11T12:46:14.9032808Z"},"identity":{"principalId":"3c67679e-0d81-4c8e-ab5d-cec8db4b7d7a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:44:37.1908726Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:45:42.0785801Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgalobsrcbfl5o6jmdsvxabl7lkuixjsozfpne4cjnrj3bxf633zwltjanrfxh5us4b/deletedAccounts/cs_cli_test_6cwo","name":"cs_cli_test_6cwo","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"7303e0ad-0000-0500-0000-68c021780000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestphrlz33.cognitiveservices.azure.com/","internalId":"687590aa13a745bfbe8b49f8e7d2c5b5","dateCreated":"2025-09-09T12:44:40.7841706Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestphrlz33","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestphrlz33.cognitiveservices.azure.com/","Container":"https://csclitestphrlz33.cognitiveservices.azure.com/"},"deletionDate":"2025-09-09T12:45:44.8119399Z","scheduledPurgeDate":"2025-09-11T12:45:44.8119399Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:44:39.6918347Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:44:39.6918347Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg2ir5jiiq45ojpot6ztcu6zyqqbmiphk5n6cqwtuxns7ugxi45jgbqlcz6uunbermv/deletedAccounts/cs_cli_test_drtr","name":"cs_cli_test_drtr","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"73038cb6-0000-0500-0000-68c021b40000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://csclitestl4new6o.cognitiveservices.azure.com/","internalId":"64731be063a042e98d0c58312a14916d","dateCreated":"2025-09-09T12:45:06.5148084Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestl4new6o","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://csclitestl4new6o.cognitiveservices.azure.com/","Custom - Text Authoring":"https://csclitestl4new6o.cognitiveservices.azure.com/","Conversational - Language Understanding Authoring":"https://csclitestl4new6o.cognitiveservices.azure.com/","Custom - Question Answering Authoring":"https://csclitestl4new6o.cognitiveservices.azure.com/","Custom - Question Answering":"https://csclitestl4new6o.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitestl4new6o.cognitiveservices.azure.com/","Language":"https://csclitestl4new6o.cognitiveservices.azure.com/","QnAMaker":"https://csclitestl4new6o.cognitiveservices.azure.com/","Turing":"https://csclitestl4new6o.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitestl4new6o.cognitiveservices.azure.com/","LUIS":"https://csclitestl4new6o.cognitiveservices.azure.com/","Container":"https://csclitestl4new6o.cognitiveservices.azure.com/"},"deletionDate":"2025-09-09T12:46:44.4879722Z","scheduledPurgeDate":"2025-09-11T12:46:44.4879722Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:45:05.4088762Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:45:05.4088762Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgwin637aulg3cc2ldsaed2c3k2uxwj3zowryryeamoc6mnffbcfaae5s3xrp5h43f5/deletedAccounts/cs_cli_test_6jyt","name":"cs_cli_test_6jyt","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730371cb-0000-0500-0000-68c022170000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestwwi3co6.cognitiveservices.azure.com/","internalId":"6357e60337c749b89bf739af82e3aa43","dateCreated":"2025-09-09T12:45:10.9433393Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestwwi3co6","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestwwi3co6.cognitiveservices.azure.com/","Container":"https://csclitestwwi3co6.cognitiveservices.azure.com/"},"deletionDate":"2025-09-09T12:48:23.0796697Z","scheduledPurgeDate":"2025-09-11T12:48:23.0796697Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:45:10.0404613Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:45:10.0404613Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rghqxlfmy6qmrpx2in6343xpkunnfmtr6ae6nlejos5foxvsh2m42cel53urhh7f7pv/deletedAccounts/cs_cli_test_jpug","name":"cs_cli_test_jpug","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"73036fb3-0000-0500-0000-68c0219b0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"d935d4f36f194e10946166424e720dd0","dateCreated":"2025-09-09T12:45:47.2040662Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:46:19.5069701Z","scheduledPurgeDate":"2025-09-11T12:46:19.5069701Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:45:46.8051705Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:45:46.8051705Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgalobsrcbfl5o6jmdsvxabl7lkuixjsozfpne4cjnrj3bxf633zwltjanrfxh5us4b/deletedAccounts/cs_cli_test_ojjb","name":"cs_cli_test_ojjb","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"73031fc6-0000-0500-0000-68c021fa0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest7irsrbx.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"f3c53de44a2644acb80f52ccccc0135e","dateCreated":"2025-09-09T12:45:47.4911166Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest7irsrbx","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest7irsrbx.cognitiveservices.azure.com/","Container":"https://csclitest7irsrbx.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T12:47:54.5549926Z","scheduledPurgeDate":"2025-09-11T12:47:54.5549926Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:45:47.2052137Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:46:50.4685204Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rghqxlfmy6qmrpx2in6343xpkunnfmtr6ae6nlejos5foxvsh2m42cel53urhh7f7pv/deletedAccounts/cs_cli_test_zvpe","name":"cs_cli_test_zvpe","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"730374c1-0000-0500-0000-68c021dc0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"8143a39ebfe145139306dbc33f79ceaa","dateCreated":"2025-09-09T12:46:22.0703201Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:47:24.8683396Z","scheduledPurgeDate":"2025-09-11T12:47:24.8683396Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:46:21.7946837Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:46:21.7946837Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgemnaixuivtaxllnh4fdt3shrxr2hrjfhkqywfrg3eeaxc3jfwzl47hlbnpjeszc2p/deletedAccounts/cs_cli_test_luiy","name":"cs_cli_test_luiy","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"7403e941-0000-0500-0000-68c0253e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestxt44tom.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"2522983cfd3848c28e783089ed011ea1","dateCreated":"2025-09-09T12:51:11.9553087Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestxt44tom","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[],"ipRules":[]},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestxt44tom.cognitiveservices.azure.com/","Container":"https://csclitestxt44tom.cognitiveservices.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T13:01:50.2762458Z","scheduledPurgeDate":"2025-09-11T13:01:50.2762458Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:51:11.0371463Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T13:00:47.660748Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rghowdorxrqkv3xwcxatkahmeglk4lvzjsiyc7xwjodae4zctosjppyex6wlgdwehdb/deletedAccounts/cs_cli_test_x4ys","name":"cs_cli_test_x4ys","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"8203c6ca-0000-0500-0000-68c06f6e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"fca750e9230848bdb00cf849a6ec8467","dateCreated":"2025-09-09T18:17:12.665731Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:22.3381716Z","scheduledPurgeDate":"2025-09-11T18:18:22.3381716Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1309258Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1309258Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgpaqeczck6dzrt4utjj7jojxfq6ufnxcrivjzlkcuujmnktvoe5shs35kdfk2ranxf/deletedAccounts/cs_cli_test_fkkt","name":"cs_cli_test_fkkt","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"820302ca-0000-0500-0000-68c06f690000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"2c1e0cff46424ff1a95648ae7751ca54","dateCreated":"2025-09-09T18:17:12.7679007Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:17.3090845Z","scheduledPurgeDate":"2025-09-11T18:18:17.3090845Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2389055Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2389055Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgilxip2id52mc44rr7cnd4vcmgjxe4gk553i7mhtwpaxoimkngsfwyl2o4webqactx/deletedAccounts/cs_cli_test_k2aj","name":"cs_cli_test_k2aj","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"820322ca-0000-0500-0000-68c06f6a0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"4d8d921ceb704fd8a814246b5d9f59b0","dateCreated":"2025-09-09T18:17:12.691348Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:18.3469674Z","scheduledPurgeDate":"2025-09-11T18:18:18.3469674Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2976427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2976427Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg4ypgaz5vtvvtop47vcy3bzkdboh6df3frn2oqe3odobdkx5mt5qcrm56ffr7dfbfz/deletedAccounts/cogyg2oyqsmu","name":"cogyg2oyqsmu","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"820314ca-0000-0500-0000-68c06f690000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","tags":{"tagnamezjkod43a":"tagvalueqvcbna2"},"properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"bac74f62069b48379fc4deb1870a7001","dateCreated":"2025-09-09T18:17:12.9474293Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:17.8270366Z","scheduledPurgeDate":"2025-09-11T18:18:17.8270366Z"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.5198986Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:15.9791832Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgpaszla3ke34vkudb6hydeh3qrlhrwg3pcxb5fw37jey6ixpvvuovvclms3mxk3xju/deletedAccounts/cs_cli_test_hp54","name":"cs_cli_test_hp54","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"8203ffc9-0000-0500-0000-68c06f690000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"6cbf69d8fba643af9064b0a12195101f","dateCreated":"2025-09-09T18:17:14.032252Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:17.207696Z","scheduledPurgeDate":"2025-09-11T18:18:17.207696Z","provisioningState":"Succeeded"},"identity":{"principalId":"f8871ec9-0195-4f41-937f-905a30d67109","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.2648427Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.2648427Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rg3yiwwt5d2oeweuycuxn7aekxw5jzkfmm5a7yqcc7vpjzrqxgmij3p6p3w46go52hu/deletedAccounts/cs_cli_test_rrny","name":"cs_cli_test_rrny","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"82036dc6-0000-0500-0000-68c06f4e0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"061dd114d83d4b54b0bb7f3d3b3d5a0c","dateCreated":"2025-09-09T18:17:17.5125097Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:17:50.7374979Z","scheduledPurgeDate":"2025-09-11T18:17:50.7374979Z","provisioningState":"Succeeded"},"identity":{"principalId":"448c8cb7-e98a-40ca-86f9-fb3a45f8fb22","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:15.9042268Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:15.9042268Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgcmtlxlynbmmyqfzcu44stenuwd6ri3wr2nbe6jvvwbrk4zytbf5szbylfl2jf57et/deletedAccounts/cs_cli_test_fov6","name":"cs_cli_test_fov6","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"8203a4d5-0000-0500-0000-68c06fb20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S"},"kind":"TextAnalytics","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"70971ae53c5f43529118825bc702ad03","dateCreated":"2025-09-09T18:18:18.0542776Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"*","method":"*"}]}]},"quotaLimit":{"rules":[{"key":"workflow.endpoint.postcalls","renewalPeriod":2592000,"count":100000,"matchPatterns":[{"path":"/language/:analyze-conversations","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis"}],"endpoints":{"Text - Analytics":"https://southcentralus.api.cognitive.microsoft.com/","Custom Text - Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://southcentralus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:19:30.4672517Z","scheduledPurgeDate":"2025-09-11T18:19:30.4672517Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:17.5387401Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:17.5387401Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rggj46rs5rmgv2qw6mg6rjzfuc473edttprmqlaxmfixybc3soglktsljrh7vo7itp5/deletedAccounts/cs_cli_test_uiit","name":"cs_cli_test_uiit","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"8203f4cf-0000-0500-0000-68c06f8d0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"27a077575f234c7b995f1935ddac735e","dateCreated":"2025-09-09T18:18:21.2888934Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:53.820514Z","scheduledPurgeDate":"2025-09-11T18:18:53.820514Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.7362204Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.7362204Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgpaszla3ke34vkudb6hydeh3qrlhrwg3pcxb5fw37jey6ixpvvuovvclms3mxk3xju/deletedAccounts/cs_cli_test_2imi","name":"cs_cli_test_2imi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"820370d9-0000-0500-0000-68c06fce0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","provisioningState":"Succeeded","internalId":"aa96b0af7ee34ea69c08d1c87b0e8f87","dateCreated":"2025-09-09T18:18:21.5043627Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"encryption":{"keySource":"Microsoft.CognitiveServices"},"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T18:19:58.3080592Z","scheduledPurgeDate":"2025-09-11T18:19:58.3080592Z"},"identity":{"principalId":"0ef7cebf-4f39-4104-8f9b-5ca7fbb8735b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:19.6914475Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:19:25.5648808Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgwuon5c4ysbwd5ghux7rb7r5tyqecvrcndpish37tqkvoxmrus4yadcr4i76kdi2do/deletedAccounts/cs_cli_test_d2qc","name":"cs_cli_test_d2qc","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"82032dd5-0000-0500-0000-68c06fae0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitest6cumzjv.cognitiveservices.azure.com/","internalId":"1360bd06707947a5914182dbf42e1936","dateCreated":"2025-09-09T18:18:22.7659183Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest6cumzjv","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitest6cumzjv.cognitiveservices.azure.com/","Container":"https://csclitest6cumzjv.cognitiveservices.azure.com/"},"deletionDate":"2025-09-09T18:19:26.6989677Z","scheduledPurgeDate":"2025-09-11T18:19:26.6989677Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:21.6660116Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:21.6660116Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rg2bbrj2ctmuq3fbmaw6qm56xflutpujxls7rt6vv5wlgocuzktkzhwngj2k5zmnyix/deletedAccounts/csclitest_56gssw","name":"csclitest_56gssw","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"c90435cc-0000-0100-0000-68bf2fd60000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"3851d9aebf8245b8b85cc51994041351","dateCreated":"2025-09-08T19:33:41.8548812Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_56gssw.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Question Answering":"https://southcentralus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://southcentralus.api.cognitive.microsoft.com/","Language":"https://southcentralus.api.cognitive.microsoft.com/","QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/","Turing":"https://southcentralus.api.cognitive.microsoft.com/","QuestionAnswering":"https://southcentralus.api.cognitive.microsoft.com/","LUIS":"https://southcentralus.api.cognitive.microsoft.com/","Container":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:50:01.0757612Z","scheduledPurgeDate":"2025-10-30T14:50:01.0757612Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:45.8269969Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:45.8269969Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgc72ffl7eydd4n2m3sde2oai2n36akykwpozptlfqtyzmy4n24wf2kd6n7cpjuft5c/deletedAccounts/cs_cli_test_rveu","name":"cs_cli_test_rveu","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b50376e9-0000-0500-0000-6900d7f20000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"Face","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"702f052c71b840c4a042fe42dee9e610","dateCreated":"2025-10-28T14:48:50.2975467Z","callRateLimit":{"rules":[{"key":"face","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"face/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"Scenario","value":"Face.LegacyPreview,Face.Legacy,Face.Detection,Face.Verification,Face.Identification"}],"endpoints":{"Face":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:49:22.8622582Z","scheduledPurgeDate":"2025-10-30T14:49:22.8622582Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:49.6405325Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:49.6405325Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgad2gk35qfg27fhw6k7jmi4ttls2sgvrcou6e5ugm2wvyfdhc3oxnldbn2phuzdrx2/deletedAccounts/cs_cli_test_uvpm","name":"cs_cli_test_uvpm","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b503d2f1-0000-0500-0000-6900d8130000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"FormRecognizer","properties":{"endpoint":"https://csclitestr4ou456.cognitiveservices.azure.com/","internalId":"8836011800f845a48297ac0745985156","dateCreated":"2025-10-28T14:48:51.3814778Z","callRateLimit":{"rules":[{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"default","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitestr4ou456","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Container","value":"FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp"}],"endpoints":{"FormRecognizer":"https://csclitestr4ou456.cognitiveservices.azure.com/","Container":"https://csclitestr4ou456.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T14:49:55.8784772Z","scheduledPurgeDate":"2025-10-30T14:49:55.8784772Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:50.1584747Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:50.1584747Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/SOUTHCENTRALUS/resourceGroups/clitest.rgi3rtuej6baazg7rhiymecmmxe6cygatrjw4mo7z7uu7whwdkfuss3ybnvsg2gdokt/deletedAccounts/cs_cli_test_zut6","name":"cs_cli_test_zut6","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b503bbeb-0000-0500-0000-6900d7fb0000\"","location":"SOUTHCENTRALUS","sku":{"name":"S0"},"kind":"QnAMaker.v2","properties":{"endpoint":"https://southcentralus.api.cognitive.microsoft.com/","internalId":"ad927f41e22c4b53b203108f47c4989d","dateCreated":"2025-10-28T14:48:58.0001839Z","apiProperties":{"qnaAzureSearchEndpointId":"https://cs-cli-test-qnamaker.azurewebsites.net","qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"default","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"Cloud","value":"QuestionAnswer.AllApis"}],"endpoints":{"QnAMaker":"https://southcentralus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:49:31.083676Z","scheduledPurgeDate":"2025-10-30T14:49:31.083676Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:57.499532Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:57.499532Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgvnk6y2qskb5atpfwuwq3pxlfb54prlrwawsjvsh77fy3ipw66uqxz5bxq6u4vxmmp/deletedAccounts/csclitest_3roh3q","name":"csclitest_3roh3q","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"f306788a-0000-0100-0000-6900d7af0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"f06c494c247b4539868b50b9de1d18a5","dateCreated":"2025-10-28T14:47:41.0240305Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest_3roh3q.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -970,27 +790,30 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:46.2532479Z","scheduledPurgeDate":"2025-09-10T19:34:46.2532479Z","provisioningState":"Succeeded"},"identity":{"principalId":"fc51c353-3eb8-4ab3-a7db-3dd47ca97301","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:39.6573421Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:39.6573421Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rg2bbrj2ctmuq3fbmaw6qm56xflutpujxls7rt6vv5wlgocuzktkzhwngj2k5zmnyix/deletedAccounts/csclitest2_ch55a","name":"csclitest2_ch55a","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"c9042dd7-0000-0100-0000-68bf301a0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"e7bbcb9796454791910216a17476f980","dateCreated":"2025-09-08T19:34:50.7850398Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_ch55a.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:15.0934291Z","scheduledPurgeDate":"2025-10-30T14:48:15.0934291Z","provisioningState":"Succeeded"},"identity":{"principalId":"cca11820-3209-4824-930a-369c81b0914f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.698529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.698529Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/resourceGroups/clitest.rgl2g67o2onwwpfzoy5ic6zhlbz5v3u3f4lgod2flif3fwmdosidbk2ev3drw5ckjvd/deletedAccounts/cogitok6gphj","name":"cogitok6gphj","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"f306ea8a-0000-0100-0000-6900d7b10000\"","location":"eastus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"39e7f16cf67e47219aa9943a7919beb7","dateCreated":"2025-10-28T14:47:41.2305434Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://cogitok6gphj.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -1003,27 +826,30 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:35:54.8683313Z","scheduledPurgeDate":"2025-09-10T19:35:54.8683313Z","provisioningState":"Succeeded"},"identity":{"principalId":"57253f10-b4a2-40b0-b30f-0004cc29cd5a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:34:48.2690903Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:34:48.2690903Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgx2aejyvxxefi65vmegssbwmjm2phfh6uqxamrqwg3ttdouxs7nzkht2jk2svxy2yi/deletedAccounts/csclitest_q5lsrl","name":"csclitest_q5lsrl","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cb04cf0f-0000-0100-0000-68bf38150000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"160181eced834030ac7c22e49475b661","dateCreated":"2025-09-08T20:08:52.7665576Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_q5lsrl.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:17.1017419Z","scheduledPurgeDate":"2025-10-30T14:48:17.1017419Z","provisioningState":"Succeeded"},"identity":{"principalId":"1094c038-524f-4d70-b1dc-c7a6745e2281","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:47:38.7142154Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:47:38.7142154Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgvnk6y2qskb5atpfwuwq3pxlfb54prlrwawsjvsh77fy3ipw66uqxz5bxq6u4vxmmp/deletedAccounts/csclitest2_r4lt2","name":"csclitest2_r4lt2","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"f306a094-0000-0100-0000-6900d7d50000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"471e346d5ad941e7985161443e55c8ac","dateCreated":"2025-10-28T14:48:19.7529686Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest2_r4lt2.services.ai.azure.com/","ProjectA APIs":"https://eastus.api.cognitive.microsoft.com/","OpenAI + Language Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer + Service API":"https://eastus.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://eastus.api.cognitive.microsoft.com/","Azure + AI Model Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere + AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral AI API":"https://eastus.api.cognitive.microsoft.com/","Content + Understanding":"https://eastus.api.cognitive.microsoft.com/","Content Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://eastus.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://eastus.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech @@ -1036,242 +862,91 @@ interactions: Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:57.3619685Z","scheduledPurgeDate":"2025-09-10T20:09:57.3619685Z","provisioningState":"Succeeded"},"identity":{"principalId":"023f2102-f352-4c15-b237-6d271499d48c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.5553528Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.5553528Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgx2aejyvxxefi65vmegssbwmjm2phfh6uqxamrqwg3ttdouxs7nzkht2jk2svxy2yi/deletedAccounts/csclitest2_uc6bf","name":"csclitest2_uc6bf","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"cb04831a-0000-0100-0000-68bf385a0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"c634e6aae680479bbfd689e91c732423","dateCreated":"2025-09-08T20:10:02.1064532Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_uc6bf.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer - Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video - Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live - Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text - Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:11:06.0308694Z","scheduledPurgeDate":"2025-09-10T20:11:06.0308694Z","provisioningState":"Succeeded"},"identity":{"principalId":"fc35b23d-ef50-4ecf-ad17-48a0f9fa723d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:10:00.006373Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:10:00.006373Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgwpylryu2t4p6voiynx7cyugjitmbsnqsmlaolj3botxmrfar23ipvyy33gje5v334/deletedAccounts/csclitest_jgi2yy","name":"csclitest_jgi2yy","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0800705a-0000-0100-0000-68c021300000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"2175267b648f48cf8cbaacfa21a9b784","dateCreated":"2025-09-09T12:43:28.0568844Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_jgi2yy.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer - Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video - Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live - Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text - Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:44:32.5326304Z","scheduledPurgeDate":"2025-09-11T12:44:32.5326304Z","provisioningState":"Succeeded"},"identity":{"principalId":"d55206ce-58b2-4c88-82ad-18d40ca38a3e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:25.9041113Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:25.9041113Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgwpylryu2t4p6voiynx7cyugjitmbsnqsmlaolj3botxmrfar23ipvyy33gje5v334/deletedAccounts/csclitest2_tbg4b","name":"csclitest2_tbg4b","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0800d95e-0000-0100-0000-68c021760000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"33d75d1d4e9348e5bd9406c20f7c8e70","dateCreated":"2025-09-09T12:44:37.5959203Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_tbg4b.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer - Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video - Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live - Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text - Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:45:42.0963791Z","scheduledPurgeDate":"2025-09-11T12:45:42.0963791Z","provisioningState":"Succeeded"},"identity":{"principalId":"a36db19d-8c74-499d-aa24-db377a3a1fd4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:44:35.488713Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:44:35.488713Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgipfbssblwpxml4ttaipcdd2lt7qeeyio6tg7zhyrhfpux6oz4gr2hhzb45ne4c3ib/deletedAccounts/csclitest_tyme4m","name":"csclitest_tyme4m","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"150098ad-0000-0100-0000-68c06f6a0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"46420a7821ae452b8526370556ee7194","dateCreated":"2025-09-09T18:17:14.8579999Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest_tyme4m.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer - Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video - Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live - Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text - Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:18:18.7386278Z","scheduledPurgeDate":"2025-09-11T18:18:18.7386278Z","provisioningState":"Succeeded"},"identity":{"principalId":"6c95fd2c-6c85-4a44-b7df-f336be826623","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1319388Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1319388Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/EASTUS/resourceGroups/clitest.rgipfbssblwpxml4ttaipcdd2lt7qeeyio6tg7zhyrhfpux6oz4gr2hhzb45ne4c3ib/deletedAccounts/csclitest2_d454m","name":"csclitest2_d454m","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"1500a8b9-0000-0100-0000-68c06fbc0000\"","location":"EASTUS","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://eastus.api.cognitive.microsoft.com/","internalId":"7c5c4263135147ebb93972f03d3437cf","dateCreated":"2025-09-09T18:18:35.9785725Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"/analyzers/{analyzerId}:analyze","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI - Foundry API":"https://csclitest2_d454m.services.ai.azure.com/","OpenAI Language - Model Instance API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Sora API":"https://eastus.api.cognitive.microsoft.com/","OpenAI - Moderations API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Whisper - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Model Scaleset - API":"https://eastus.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token - Service API":"https://eastus.api.cognitive.microsoft.com/","Azure AI Model - Inference API":"https://eastus.api.cognitive.microsoft.com/","Cohere AI API":"https://eastus.api.cognitive.microsoft.com/","Mistral - AI API":"https://eastus.api.cognitive.microsoft.com/","Content Understanding":"https://eastus.api.cognitive.microsoft.com/","Content - Safety":"https://eastus.api.cognitive.microsoft.com/","Container":"https://eastus.api.cognitive.microsoft.com/","Computer - Vision":"https://eastus.api.cognitive.microsoft.com/","FormRecognizer":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-05-15-preview":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text 2024-11-15":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text v3.2_internal.1":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Voice Trial":"https://eastus.api.cognitive.microsoft.com/","Video - Translation":"https://eastus.api.cognitive.microsoft.com/","Speech Services - Audio Content Creation":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Custom Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Avatar":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Batch Text to Speech":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech - Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech - Services Speaker Verification":"https://eastus.api.cognitive.microsoft.com/","Speech - Services Speaker Identification":"https://eastus.api.cognitive.microsoft.com/","Voice - Agent Realtime API":"https://eastus.api.cognitive.microsoft.com/","Voice Live - Realtime API":"https://eastus.api.cognitive.microsoft.com/","Token":"https://eastus.api.cognitive.microsoft.com/","Text - Analytics":"https://eastus.api.cognitive.microsoft.com/","Custom Text Authoring":"https://eastus.api.cognitive.microsoft.com/","Conversational - Language Understanding Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering Authoring":"https://eastus.api.cognitive.microsoft.com/","Custom - Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:19:40.0929067Z","scheduledPurgeDate":"2025-09-11T18:19:40.0929067Z","provisioningState":"Succeeded"},"identity":{"principalId":"1292c48d-21d0-4008-a273-0c853c18dfb0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:18:20.644396Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:18:20.644396Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rgywauyj5rn3gens4vsezfbvyqpvt7hy4a7o7h43efx5rii6fhkcnfpxvsdfv4s4xmv/deletedAccounts/cs_cli_test_twl7","name":"cs_cli_test_twl7","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5800d848-0000-2300-0000-68bf2fc10000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"71556094bcea43d6b4eecf50fa0d89fb","dateCreated":"2025-09-08T19:33:41.4434935Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T19:34:25.6368478Z","scheduledPurgeDate":"2025-09-10T19:34:25.6368478Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T19:33:40.4847306Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T19:33:40.4847306Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rgn5u2sp2gi3a4bgesevrlbhyrolea3vqvzr3laccw7fdloce2byemxubhk7dh3gp34/deletedAccounts/cs_cli_test_pui2","name":"cs_cli_test_pui2","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"58009595-0000-2300-0000-68bf37bd0000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"a4c04808054a4f99a8abd5ff692bb5f3","dateCreated":"2025-09-08T20:07:49.0166057Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:08:29.9675664Z","scheduledPurgeDate":"2025-09-10T20:08:29.9675664Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:07:48.1013214Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:07:48.1013214Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rgkogy4cko5dtjgikpf6ww66fjy4pzeiujzbeppg4vfmk6kkju7yoneahqhf2cr5ytb/deletedAccounts/cs_cli_test_x2vk","name":"cs_cli_test_x2vk","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5800b196-0000-2300-0000-68bf37dc0000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"cf07a61ff7544c08a77101927ba61dfc","dateCreated":"2025-09-08T20:08:51.5393451Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-08T20:09:00.2818019Z","scheduledPurgeDate":"2025-09-10T20:09:00.2818019Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-08T20:08:50.6146701Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-08T20:08:50.6146701Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rgv455uzcpc6eo6y76jw2zl6ximkx42v2bgca5j5o655aggzjaoe6jrn3aolpyhgxwm/deletedAccounts/cs_cli_test_up7t","name":"cs_cli_test_up7t","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"900099c4-0000-2300-0000-68c020f80000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"c3c0edb931ae45c798d878408cfca314","dateCreated":"2025-09-09T12:43:26.4807617Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI - Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations - API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI - Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T12:43:36.0909359Z","scheduledPurgeDate":"2025-09-11T12:43:36.0909359Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T12:43:25.6311512Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T12:43:25.6311512Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rg6hgvixhlkwdwpyyr4rlw57shqskje4jzujgepkywdrf6sclcj7lstoltuxdcu6k6l/deletedAccounts/cs_cli_test_p2ro","name":"cs_cli_test_p2ro","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"9700a808-0000-2300-0000-68c06f520000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"70afc844429c4c48b9fa1e1d11901379","dateCreated":"2025-09-09T18:17:13.032599Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI + Question Answering":"https://eastus.api.cognitive.microsoft.com/","ConversationalLURuntime":"https://eastus.api.cognitive.microsoft.com/","Language":"https://eastus.api.cognitive.microsoft.com/","QnAMaker":"https://eastus.api.cognitive.microsoft.com/","Turing":"https://eastus.api.cognitive.microsoft.com/","QuestionAnswering":"https://eastus.api.cognitive.microsoft.com/","LUIS":"https://eastus.api.cognitive.microsoft.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://eastus.api.cognitive.microsoft.com/","DocumentTranslation":"https://eastus.api.cognitive.microsoft.com/","CustomTranslator":"https://eastus.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:53.6196Z","scheduledPurgeDate":"2025-10-30T14:48:53.6196Z","provisioningState":"Succeeded"},"identity":{"principalId":"c29a4f12-3eb3-4c6f-b32c-25922e745df4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:17.428882Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:17.428882Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/JAPANEAST/resourceGroups/clitest.rgn43ununseokzuegrc6gqn76uat6qghe4mc53hfykvydmetobmtbgus7w4vux3g3l4/deletedAccounts/cs_cli_test_urfe","name":"cs_cli_test_urfe","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5c02985c-0000-2300-0000-6900d7be0000\"","location":"JAPANEAST","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://japaneast.api.cognitive.microsoft.com/","internalId":"cf714d22a3c34a0ea5f5ed6bdde25ee1","dateCreated":"2025-10-28T14:48:21.7749336Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"endpoints":{"OpenAI Language Model Instance API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Dall-E API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Sora API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Moderations API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Whisper API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Model Scaleset API":"https://japaneast.api.cognitive.microsoft.com/","OpenAI Realtime API":"https://japaneast.api.cognitive.microsoft.com/","Token Service - API":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-09-09T18:17:54.4998925Z","scheduledPurgeDate":"2025-09-11T18:17:54.4998925Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:17:12.1103775Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:17:12.1103775Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20250907032923966840438","name":"cs-northcentralus-20250907032923966840438","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b600209a-0000-0400-0000-68be2f1b0000\"","location":"northcentralus","sku":{"name":"S1"},"kind":"ComputerVision","properties":{"endpoint":"https://cs-northcentralus-20250907032923966840438.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"39c7d70421454b1eaac111ad20c0fc53","dateCreated":"2025-09-07T03:31:10.6732136Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20250907032923966840438","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Disabled","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":["123alleytest.blob.core.windows.net"],"endpoints":{"Computer - Vision":"https://cs-northcentralus-20250907032923966840438.cognitiveservices.azure.com/","Container":"https://cs-northcentralus-20250907032923966840438.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T01:19:23.8335673Z","scheduledPurgeDate":"2025-09-10T01:19:23.8335673Z"},"identity":{"type":"None"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-09-07T03:31:09.9820591Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-09-07T05:59:50.0860793Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20250907060247319241178","name":"cs-northcentralus-20250907060247319241178","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"b600d29a-0000-0400-0000-68be2f1f0000\"","location":"northcentralus","sku":{"name":"S1"},"kind":"ComputerVision","properties":{"endpoint":"https://cs-northcentralus-20250907060247319241178.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"979e5bee7041434480401afa63e05dbc","dateCreated":"2025-09-07T06:04:34.2235577Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20250907060247319241178","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Disabled","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":[],"endpoints":{"Computer - Vision":"https://cs-northcentralus-20250907060247319241178.cognitiveservices.azure.com/","Container":"https://cs-northcentralus-20250907060247319241178.cognitiveservices.azure.com/"},"deletionDate":"2025-09-08T01:19:27.6584766Z","scheduledPurgeDate":"2025-09-10T01:19:27.6584766Z"},"identity":{"type":"None"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-09-07T06:04:33.5476372Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-09-07T06:59:55.0982278Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20250908041658613375926mi","name":"cs-northcentralus-20250908041658613375926mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0801f291-0000-0400-0000-68bf81e60000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"0ad7f0d5d13c443c976edc28d0ef9732","dateCreated":"2025-09-08T04:18:43.7526886Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20250908041658613375926mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":true,"allowedFqdnList":["alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI - Language Model Instance API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Dall-E API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Sora API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Moderations API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Whisper API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Model Scaleset API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","OpenAI - Realtime API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/","Token - Service API":"https://cs-northcentralus-20250908041658613375926mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T01:24:54.0226712Z","scheduledPurgeDate":"2025-09-11T01:24:54.0226712Z"},"identity":{"principalId":"84e44f09-6479-4287-bfbc-df776dc052ca","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-09-08T04:18:41.3138039Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-09-08T05:25:52.330511Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20250908075005569627280mi","name":"cs-northcentralus-20250908075005569627280mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0801a292-0000-0400-0000-68bf81e90000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"0cecf4c84a874752a482704b18215cca","dateCreated":"2025-09-08T07:51:50.3322516Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20250908075005569627280mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"SecuredByPerimeter","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":true,"allowedFqdnList":["123alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI - Language Model Instance API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Dall-E API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Sora API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Moderations API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Whisper API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Model Scaleset API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","OpenAI - Realtime API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/","Token - Service API":"https://cs-northcentralus-20250908075005569627280mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T01:24:57.7219341Z","scheduledPurgeDate":"2025-09-11T01:24:57.7219341Z"},"identity":{"principalId":"56150ecd-a440-4fa0-b747-9624f4544e8e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-09-08T07:51:48.3974792Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-09-08T10:23:00.0493659Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20250908075058831289663mi","name":"cs-northcentralus-20250908075058831289663mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"08013893-0000-0400-0000-68bf81ec0000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"6f3f33c9fda2413a9b3c3d8c9183ddd5","dateCreated":"2025-09-08T07:52:44.3140142Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20250908075058831289663mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"SecuredByPerimeter","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":["123alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI - Language Model Instance API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Dall-E API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Sora API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Moderations API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Whisper API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Model Scaleset API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","OpenAI - Realtime API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/","Token - Service API":"https://cs-northcentralus-20250908075058831289663mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-09-09T01:25:00.9556049Z","scheduledPurgeDate":"2025-09-11T01:25:00.9556049Z"},"identity":{"principalId":"87ba1a9d-14e9-4516-8b16-f0c30b887601","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-09-08T07:52:41.5240113Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-09-08T10:27:10.7926489Z"}}]}' + API":"https://japaneast.api.cognitive.microsoft.com/","Azure OpenAI Legacy + API - Latest moniker":"https://japaneast.api.cognitive.microsoft.com/"},"deletionDate":"2025-10-28T14:48:30.4034013Z","scheduledPurgeDate":"2025-10-30T14:48:30.4034013Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:48:20.8058959Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:48:20.8058959Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20251026014311980414142","name":"cs-northcentralus-20251026014311980414142","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"af008ecd-0000-0400-0000-68fec8be0000\"","location":"northcentralus","sku":{"name":"S1"},"kind":"ComputerVision","properties":{"endpoint":"https://cs-northcentralus-20251026014311980414142.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"ffc56b539b6241399f648899ee37deb7","dateCreated":"2025-10-26T01:44:59.8069032Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20251026014311980414142","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"SecuredByPerimeter","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"restrictOutboundNetworkAccess":true,"allowedFqdnList":[],"endpoints":{"Computer + Vision":"https://cs-northcentralus-20251026014311980414142.cognitiveservices.azure.com/","Container":"https://cs-northcentralus-20251026014311980414142.cognitiveservices.azure.com/"},"deletionDate":"2025-10-27T01:19:58.4750686Z","scheduledPurgeDate":"2025-10-29T01:19:58.4750686Z"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-10-26T01:44:59.19602Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-10-26T02:52:20.8526223Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20251027041733702829565mi","name":"cs-northcentralus-20251027041733702829565mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"0100f9f1-0000-0400-0000-69001d3b0000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"5e515e89280f40eaad05e3bf5594df49","dateCreated":"2025-10-27T04:19:17.5216856Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20251027041733702829565mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":true,"allowedFqdnList":["alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI + Language Model Instance API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Dall-E API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Sora API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Moderations API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Whisper API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Model Scaleset API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","OpenAI + Realtime API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","Token + Service API":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://cs-northcentralus-20251027041733702829565mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-10-28T01:32:43.04784Z","scheduledPurgeDate":"2025-10-30T01:32:43.04784Z"},"identity":{"principalId":"eab6b348-a6da-4732-a2be-02fca704e8df","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-10-27T04:19:15.2996485Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-10-27T05:26:07.7398529Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20251027054320728163637mi","name":"cs-northcentralus-20251027054320728163637mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"010004f2-0000-0400-0000-69001d3e0000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"2d4391b8a1f1446984f479ad0ccc41b7","dateCreated":"2025-10-27T05:45:05.896512Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20251027054320728163637mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":["alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI + Language Model Instance API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Dall-E API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Sora API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Moderations API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Whisper API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Model Scaleset API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","OpenAI + Realtime API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","Token + Service API":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://cs-northcentralus-20251027054320728163637mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-10-28T01:32:46.5090672Z","scheduledPurgeDate":"2025-10-30T01:32:46.5090672Z"},"identity":{"principalId":"dd4aea0e-f0f4-4ea6-92a0-a4d32f3d6b6e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-10-27T05:45:04.0742573Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-10-27T06:52:55.3168267Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/test-nsp01/deletedAccounts/cs-northcentralus-20251027075809102520347mi","name":"cs-northcentralus-20251027075809102520347mi","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"01000bf2-0000-0400-0000-69001d410000\"","location":"northcentralus","sku":{"name":"S0"},"kind":"OpenAI","properties":{"endpoint":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","provisioningState":"Succeeded","internalId":"4ada940b9fd640d9bd9b44fcb04d012f","dateCreated":"2025-10-27T07:59:53.8222018Z","apiProperties":{},"callRateLimit":{"rules":[{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"cs-northcentralus-20251027075809102520347mi","allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"SecuredByPerimeter","capabilities":[{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"raiLevelOverride"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer"},{"name":"NetworkSecurityPerimeter"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"}],"restrictOutboundNetworkAccess":false,"allowedFqdnList":["123alleytestaoai.blob.core.windows.net"],"endpoints":{"OpenAI + Language Model Instance API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Dall-E API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Sora API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Moderations API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Whisper API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Model Scaleset API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","OpenAI + Realtime API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","Token + Service API":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://cs-northcentralus-20251027075809102520347mi.openai.azure.com/"},"armFeatures":["Microsoft.CognitiveServices/CommitmentTierDCTier1-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier23-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier4-CVRead","Microsoft.CognitiveServices/CommitmentTierDCTier1-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier2-Translator","Microsoft.CognitiveServices/CommitmentTierDCTier1-STT","Microsoft.CognitiveServices/CommitmentTierDCTier4-STT","Microsoft.CognitiveServices/CommitmentTierDCTier1-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier23-NTTS","Microsoft.CognitiveServices/CommitmentTierDCTier1-TA","Microsoft.CognitiveServices/CommitmentTierDCTier23-TA","Microsoft.CognitiveServices/CommitmentTierDCTier4-TA","Microsoft.CognitiveServices/CommitmentTierDCTier1-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier23-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier4-LUIS","Microsoft.CognitiveServices/CommitmentTierDCTier1-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier23-FormRecognizer","Microsoft.CognitiveServices/CommitmentTierDCTier4-FormRecognizer","Microsoft.CognitiveServices/Container.TT.TextTranslation","Microsoft.CognitiveServices/openAINewModel","microsoft.cognitiveservices/Container.CV.VisionSlimRead","Microsoft.CognitiveServices/openAI1PFtModel","Microsoft.CognitiveServices/Face.Legacy","Microsoft.CognitiveServices/OpenAIFinetune","Microsoft.CognitiveServices/DynamicThrottling","microsoft.cognitiveservices/ComputerVision.API.Private","Microsoft.CognitiveServices/openAI1PRegions","Microsoft.CognitiveServices/ComputerVision.Legacy","Microsoft.CognitiveServices/Face.LegacyPreview","Microsoft.CognitiveServices/openAITest","Microsoft.CognitiveServices/OpenAIFinetune.code-cushman-001","microsoft.cognitiveservices/OpenAIFinetune.Davinci","microsoft.cognitiveservices/OpenAIDedicated","microsoft.cognitiveservices/OpenAIDedicated.code-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.text-davinci-002","microsoft.cognitiveservices/OpenAIDedicated.code-cushman-001","Microsoft.CognitiveServices/openAIRegions.SWITZERLANDNORTH","Microsoft.CognitiveServices/BypassBilling.OpenAI","Microsoft.CognitiveServices/CommitmentTierDC-POCTier","Microsoft.CognitiveServices/OpenAI.DALLE","Microsoft.CognitiveServices/CommitmentTierDCTier1-CSTT","Microsoft.CognitiveServices/Face.Snapshot","Microsoft.CognitiveServices/openAIModels.text-chat-davinci-002","Microsoft.CognitiveServices/SRMR","Microsoft.CognitiveServices/OpenAIFinetune.EastUS","Microsoft.CognitiveServices/CommitmentTierDC-FRReadPOC","Microsoft.CognitiveServices/OpenAIFinetune.WestEurope","Microsoft.CognitiveServices/OpenAIFinetune.SouthCentralUS","Microsoft.CognitiveServices/OpenAIInference.GPT4","Microsoft.CognitiveServices/openAIRegions.FRANCECENTRAL","Microsoft.CognitiveServices/version0501preview","Microsoft.CognitiveServices/openAIDedicated.gpt-35-turbo-gso","Microsoft.CognitiveServices/OpenAI.RAIModifiedFilters","Microsoft.CognitiveServices/OpenAI.RaiPolicy.nil","Microsoft.CognitiveServices/Face.LimitedAccessRestrictionAcknowledged","Microsoft.CognitiveServices/OpenAI.RaiPolicy.127","Microsoft.CognitiveServices/OpenAI.Allow.RetiredModels","Microsoft.CognitiveServices/OpenAI.Provisioned","Microsoft.CognitiveServices/openAI.whisper","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-4-32k","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo","Microsoft.CognitiveServices/OpenAI.Provisioned.gpt-35-turbo-16k","Microsoft.CognitiveServices/allowProvisionedWithoutCommitment","Microsoft.CognitiveServices/OpenAI.DALLEDeploymentsAPI","Microsoft.CognitiveServices/CrossRegionAKV","Microsoft.CognitiveServices/OnYourDataElasticsearch","Microsoft.CognitiveServices/OpenAi.NspPreview","Microsoft.CognitiveServices/OpenAI.GlobalRouting","Microsoft.CognitiveServices/OpenAI.Preview.202409","Microsoft.CognitiveServices/CommitmentTierDCTier3-AACS","Microsoft.CognitiveServices/OpenAI.gpt-45-preview","Microsoft.CognitiveServices/OpenAI.computer-use-preview","Microsoft.CognitiveServices/Container.CV.ComputerVisionRead","Microsoft.CognitiveServices/Container.TA.Healthcare","Microsoft.CognitiveServices/Cloud.TA.Healthcare","Microsoft.CognitiveServices/TIPrivatePreview","Microsoft.CognitiveServices/test","Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted","Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted","Microsoft.CognitiveServices/openAIPreview","Microsoft.CognitiveServices/CommitmentTierDCTier34-Translator","Microsoft.CognitiveServices/OpenAI.Inference.GPT-Turbo-0301.SwedenCentral","Microsoft.CognitiveServices/openAIRegions.CANADACENTRAL","Microsoft.CognitiveServices/manualApprove","Microsoft.CognitiveServices/Face.Detection","Microsoft.CognitiveServices/Face.Verification","Microsoft.CognitiveServices/Face.Identification","Microsoft.CognitiveServices/OpenAI.Provisioned.BypassMinimumCapacityCheck","Microsoft.CognitiveServices/OpenAI.ProvisionedManaged.o1","Microsoft.CognitiveServices/anomalyFinderPrivatePreview","Microsoft.CognitiveServices/apiDeprecated","Microsoft.CognitiveServices/apiTest","Microsoft.CognitiveServices/apiPreview","Microsoft.CognitiveServices/bingCustomVisualSearchPreview","Microsoft.CognitiveServices/crisInternal","Microsoft.CognitiveServices/privatePreviewAccess","Microsoft.CognitiveServices/regionPreview","Microsoft.CognitiveServices/vnetPublicPreview","Microsoft.CognitiveServices/LUISV4Documents","Microsoft.CognitiveServices/byoxPreview","Microsoft.CognitiveServices/LanguageModelPrivatePreview","Microsoft.Resources/EUAPParticipation"],"deletionDate":"2025-10-28T01:32:49.7365101Z","scheduledPurgeDate":"2025-10-30T01:32:49.7365101Z"},"identity":{"principalId":"e04c3f7f-fe91-49e6-a721-1af44c2469f8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"758c5063-0ab2-4937-b803-4f63d4c94048","createdByType":"Application","createdAt":"2025-10-27T07:59:50.9887069Z","lastModifiedBy":"758c5063-0ab2-4937-b803-4f63d4c94048","lastModifiedByType":"Application","lastModifiedAt":"2025-10-27T10:34:35.8068052Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/centraluseuap/resourceGroups/angli/deletedAccounts/reversezone","name":"reversezone","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"01004428-0000-3300-0000-690023e80000\"","location":"centraluseuap","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://reversezone.cognitiveservices.azure.com/","internalId":"00564b1f75764cdfa238cdfbaa5ac386","dateCreated":"2025-03-25T01:47:03.0327394Z","callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"reversezone","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://reversezone.services.ai.azure.com/","ProjectA APIs":"https://reversezone.cognitiveservices.azure.com/","OpenAI + Language Model Instance API":"https://reversezone.openai.azure.com/","OpenAI + Dall-E API":"https://reversezone.openai.azure.com/","OpenAI Sora API":"https://reversezone.openai.azure.com/","OpenAI + Moderations API":"https://reversezone.openai.azure.com/","OpenAI Whisper API":"https://reversezone.openai.azure.com/","OpenAI + Model Scaleset API":"https://reversezone.openai.azure.com/","OpenAI Realtime + API":"https://reversezone.openai.azure.com/","Token Service API":"https://reversezone.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://reversezone.openai.azure.com/","Azure + AI Model Inference API":"https://reversezone.services.ai.azure.com/","Cohere + AI API":"https://reversezone.services.ai.azure.com/","Mistral AI API":"https://reversezone.services.ai.azure.com/","Content + Safety":"https://reversezone.cognitiveservices.azure.com/","Container":"https://reversezone.cognitiveservices.azure.com/","Computer + Vision":"https://reversezone.cognitiveservices.azure.com/","FormRecognizer":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-11-15":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text 2025-10-15":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2_internal.1":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Custom Voice":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Custom Voice Trial":"https://reversezone.cognitiveservices.azure.com/","Video + Translation":"https://reversezone.cognitiveservices.azure.com/","Speech Services + Audio Content Creation":"https://reversezone.cognitiveservices.azure.com/","Speech + Services TTS Player":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Custom Avatar":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Batch Avatar":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Batch Text to Speech":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speech to Text (Standard)":"https://centraluseuap.stt.speech.microsoft.com","Speech + Services Text to Speech (Neural)":"https://centraluseuap.tts.speech.microsoft.com","Speech + Services Speaker Verification":"https://reversezone.cognitiveservices.azure.com/","Speech + Services Speaker Identification":"https://reversezone.cognitiveservices.azure.com/","Voice + Agent Realtime API":"https://reversezone.cognitiveservices.azure.com/","Voice + Live Realtime API":"https://reversezone.cognitiveservices.azure.com/","Token":"https://reversezone.cognitiveservices.azure.com/","Text + Analytics":"https://reversezone.cognitiveservices.azure.com/","Custom Text + Authoring":"https://reversezone.cognitiveservices.azure.com/","Conversational + Language Understanding Authoring":"https://reversezone.cognitiveservices.azure.com/","Custom + Question Answering Authoring":"https://reversezone.cognitiveservices.azure.com/","Custom + Question Answering":"https://reversezone.cognitiveservices.azure.com/","ConversationalLURuntime":"https://reversezone.cognitiveservices.azure.com/","Language":"https://reversezone.cognitiveservices.azure.com/","QnAMaker":"https://reversezone.cognitiveservices.azure.com/","Turing":"https://reversezone.cognitiveservices.azure.com/","QuestionAnswering":"https://reversezone.cognitiveservices.azure.com/","LUIS":"https://reversezone.cognitiveservices.azure.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://reversezone.cognitiveservices.azure.com/","DocumentTranslation":"https://reversezone.cognitiveservices.azure.com/","CustomTranslator":"https://reversezone.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T02:01:12.8966193Z","scheduledPurgeDate":"2025-10-30T02:01:12.8966193Z","provisioningState":"Succeeded"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-03-25T01:46:59.7842591Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-03-25T01:46:59.7842591Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus2euap/resourceGroups/angli/deletedAccounts/pe-dns-debug1","name":"pe-dns-debug1","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5500b76d-0000-3400-0000-690023b20000\"","location":"eastus2euap","sku":{"name":"S1"},"kind":"ComputerVision","tags":{},"properties":{"endpoint":"https://pe-dns-debug1.cognitiveservices.azure.com/","provisioningState":"Succeeded","internalId":"90e4e553f8bd43f998d5f15beb1bd80c","dateCreated":"2025-02-28T18:26:29.8789923Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"pe-dns-debug1","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aoaiopstest/providers/Microsoft.Network/virtualNetworks/testincidentvn/subnets/default","ignoreMissingVnetServiceEndpoint":false}],"ipRules":[]},"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"endpoints":{"Computer + Vision":"https://pe-dns-debug1.cognitiveservices.azure.com/","Container":"https://pe-dns-debug1.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T02:00:18.4234356Z","scheduledPurgeDate":"2025-10-30T02:00:18.4234356Z"},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-02-28T18:26:28.8794675Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-02-28T18:40:36.5279989Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus2euap/resourceGroups/angli/deletedAccounts/pe-dns-debug2","name":"pe-dns-debug2","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5500206c-0000-3400-0000-6900239b0000\"","location":"eastus2euap","sku":{"name":"S1"},"kind":"ComputerVision","tags":{},"properties":{"endpoint":"https://pe-dns-debug2.cognitiveservices.azure.com/","internalId":"72d3eb4f0569497fbd10474cbde0566a","dateCreated":"2025-02-28T18:27:38.2136388Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"pe-dns-debug2","networkAcls":{"defaultAction":"Allow","virtualNetworkRules":[],"ipRules":[]},"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"endpoints":{"Computer + Vision":"https://pe-dns-debug2.cognitiveservices.azure.com/","Container":"https://pe-dns-debug2.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T01:59:55.0778281Z","scheduledPurgeDate":"2025-10-30T01:59:55.0778281Z","provisioningState":"Succeeded"},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-02-28T18:27:37.7618066Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-02-28T18:27:37.7618066Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus2euap/resourceGroups/angli/deletedAccounts/pe-dns-debug3","name":"pe-dns-debug3","type":"Microsoft.CognitiveServices/deletedAccounts","etag":"\"5500bc6c-0000-3400-0000-690023a50000\"","location":"eastus2euap","sku":{"name":"S1"},"kind":"ComputerVision","tags":{},"properties":{"endpoint":"https://pe-dns-debug3.cognitiveservices.azure.com/","internalId":"3dde1234bc484cc58eda67b759256f11","dateCreated":"2025-02-28T18:50:48.2528021Z","callRateLimit":{"rules":[{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"pe-dns-debug3","networkAcls":{"defaultAction":"Deny","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/angli/providers/Microsoft.Network/virtualNetworks/vnet01-1/subnets/subnet-1","ignoreMissingVnetServiceEndpoint":false}],"ipRules":[]},"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"VirtualNetworks"},{"name":"NetworkSecurityPerimeter"},{"name":"Container","value":"ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private"},{"name":"Scenario","value":"ComputerVision.Legacy"}],"endpoints":{"Computer + Vision":"https://pe-dns-debug3.cognitiveservices.azure.com/","Container":"https://pe-dns-debug3.cognitiveservices.azure.com/"},"deletionDate":"2025-10-28T02:00:05.6946722Z","scheduledPurgeDate":"2025-10-30T02:00:05.6946722Z","provisioningState":"Succeeded"},"identity":{"type":"None"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-02-28T18:50:46.1820446Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-02-28T18:50:46.1820446Z"}}]}' headers: cache-control: - no-cache content-length: - - '942074' + - '295574' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:08 GMT + - Tue, 28 Oct 2025 14:50:13 GMT expires: - '-1' pragma: @@ -1283,53 +958,53 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f8ce9215-a467-414a-9cf8-89bab09e8f27 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/26c82b2d-c844-4638-ae56-251fcb3e5525 x-ms-original-request-ids: - - 7204366f-4c9a-4f1c-9eb8-e6064facc5e6 - - 491731ab-4406-4e83-a1e0-5efe07708d4f - - b9ca1287-d8aa-4ef3-b68b-21b4d00c02d1 - - 52bf0596-fe4e-4740-95b2-f8f4d2c3e3b0 - - ee6b170f-fdf8-4b44-9b81-af554c5c613c - - 0ccc6d59-db63-408a-94db-50fcc2cda7af - - 6e204c84-d3e6-423f-85e0-e7f211952eda - - 807896de-4202-4997-87af-effc26806f80 - - 7686e043-331c-4224-8c82-40039407c1fc - - 663fec7b-cdb8-48f6-8f3e-36b4abeeccd2 - - e57d2b3f-3f3c-4b34-8e1a-25514ba7477e - - cf3984a6-8076-4842-9120-d0075df98fa3 - - 138695f4-d778-4ad6-8641-264c95f3fc7a - - f885c4ec-568f-43c7-8dba-90ae235060cb - - 7238d931-793a-4e49-aba7-18c14cf96a01 - - 0086bde5-f886-48e9-9aa6-3c709ba76bb2 - - 238b1ad2-0778-4ae7-a236-ef6bf9dced84 - - d8f88837-695a-4870-b1bf-92b18d7938e2 - - 69f3d195-6c8c-448c-939b-513eb2d6c816 - - 2c98a051-0a76-4c04-b5a7-9874683d0d69 - - 2c0744e2-1c2e-4ec3-95ae-5d1ce0e78dd3 - - 5d530ae9-cfa4-4ef8-b987-5444f51f1387 - - 27f8cae3-6d19-4ec7-8705-0622c3913452 - - 7418f861-fddb-4e17-b7b1-7794ebc9a675 - - 90af5b47-d71e-42e4-af68-88d8e10478ec - - 6485e843-2c93-4b90-baec-2d3a5b17b896 - - effbe060-e012-4ece-8082-05cfd7d8f656 - - 061aeead-05a9-442c-a4ba-985eceb1b0c0 - - c0b97f68-178c-4279-a4a2-adae1afc9b79 - - 2932640f-5e3f-4dea-b162-58f6a154a60c - - 04c7e533-e5ba-49ec-854d-e0e8294a1916 - - e3628bbf-fa0c-499d-994a-dc06f1045282 - - ab65c47c-4352-4db2-8b0d-85c933791667 - - ec06e527-4c57-42a4-88e6-6ac85149c018 - - e57835b6-f914-4fdd-81ae-c09386e6ecef - - fc700714-6e13-4d1d-a4a2-162271050049 - - f866e17f-0ab5-4c33-85ec-e37305212307 - - 5db6a844-282b-4ddd-9ad6-e05ab952950e - - 52865089-1be7-44e0-bd4e-9a26c4d8cf29 - - 8d097de7-408a-46be-a38e-7bcd098acc9e - - c650f0df-fc6d-45b6-976c-3d41e1dd3661 + - c5254b4d-a740-4b21-b8b7-c892aa6c0be4 + - b2f85c05-8f88-4ab9-83ac-98286c6adfd2 + - 77226ef3-fd05-47af-8de2-311cbe0106a4 + - 04b1473a-161a-48be-b435-293f95bb9264 + - 4040a22d-8f88-4961-90af-4a216e0062f0 + - 389d3ac1-e600-4a93-bda1-ce5a63132d04 + - 6a43fe6b-eabd-4013-9bfc-97f82c892434 + - d52995d3-f865-423e-b073-7c1d3649e8c8 + - 57e663f7-3a3e-4719-8408-c08b8e28c5ae + - 1b2b998d-8922-417f-a9bf-8791f4611e01 + - 8135ca59-6ed2-4322-bf74-34fb9ee22c93 + - 43e5ffdc-afad-4554-970d-ffcffb7fbaa8 + - e04ecb32-7492-41bf-9269-cf473b4f9596 + - fd990344-6b47-4942-9170-db2c00b9327d + - fddd2c15-b3c1-44ef-8aa8-cb2d82b91b28 + - 466f0d41-b60a-4604-a0b0-5db909f1b1ab + - fd79a0ed-c4e0-436d-84ca-1b17f6315412 + - d604d84d-7f74-4a13-ad1d-803ae870b2c5 + - f50c33e3-c97d-4eda-83f7-efedd0bb4544 + - 06b19929-bc15-4142-b3d2-e0c167253c2e + - fc763f80-ed29-4ec5-9303-c30befbc9946 + - 29b1a246-2a01-404a-b0db-0df4d05e355d + - 9b06955a-eb65-4977-a34f-09f7e16e41a0 + - 68bb825c-ad5c-4eb6-85cf-da25b8e8b663 + - 51a3c988-3123-471e-9ed7-a463dba8d11e + - f9d052a5-c52b-463c-9e24-28be471a3cb9 + - 0c051ada-ede7-4bda-b702-1cbd189cd465 + - 03807422-c914-4a11-9de3-d048aafee676 + - ac734123-a0ba-4568-86a0-dd57581b4f7f + - a94d6e63-0de7-44df-8d4e-b17f61b88462 + - aff6018d-b936-43fd-aa55-6d8c5d2c2655 + - 60b8a833-d224-4eeb-b425-6294f59b28cc + - fcaced92-2181-46d8-9638-addcb0b8129e + - e926b58e-b51e-4f3b-83d3-00306976f206 + - 34e82332-9e4e-4df8-94fa-5c9a4ecfdb67 + - 16aa569c-f318-4d8c-9e34-5a88aa96e085 + - 70fe378a-8e13-4377-85b3-64baf0e30ba2 + - a4f9d7cc-7969-4d36-9452-a2f08ab446df + - ce6ea4e2-3c9a-4a38-b25d-be8fafd2ad8a + - 88a895c2-612a-4dc1-9f8a-b1fdac0829eb + - be17c901-57f4-4c47-9284-2529ea537a93 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 35D3EACA828944DA825D70BFB47FE91D Ref B: MWH011020806040 Ref C: 2025-09-09T18:20:07Z' + - 'Ref A: 0FF17DF00ACB45F0BDBEAAAE548F465B Ref B: MWH011020806034 Ref C: 2025-10-28T14:50:12Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_user_owned_storage.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_user_owned_storage.yaml index 2c5f28da6f7..d2745a578ea 100644 --- a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_user_owned_storage.yaml +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_cognitiveservices_user_owned_storage.yaml @@ -13,7 +13,7 @@ interactions: ParameterSetName: - --name --namespace User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/byoxPreview?api-version=2021-07-01 response: @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:23 GMT + - Tue, 28 Oct 2025 14:51:20 GMT expires: - '-1' pragma: @@ -39,11 +39,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/64a9954e-4203-4a74-ae31-60a75f9374e0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/be4f955f-ba67-438c-8912-8c6852d4d5f1 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 28C158D2FC384A6B90DD9D7D5F694A09 Ref B: CO6AA3150218037 Ref C: 2025-09-09T18:20:23Z' + - 'Ref A: 8571975EB2D94114A719C6BCF78C28E6 Ref B: CO6AA3150220037 Ref C: 2025-10-28T14:51:21Z' status: code: 200 message: OK @@ -61,12 +61,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2025-06-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-09T18:20:03.0281923Z","key2":"2025-09-09T18:20:03.0281923Z"},"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-09-09T18:20:03.0438177Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-09T18:20:03.0438177Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-09T18:20:02.8406890Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-10-28T14:51:00.9936207Z","key2":"2025-10-28T14:51:00.9936207Z"},"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-10-28T14:51:01.0093205Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-10-28T14:51:01.0093205Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-10-28T14:51:00.7905599Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -75,7 +75,7 @@ interactions: content-type: - application/json date: - - Tue, 09 Sep 2025 18:20:22 GMT + - Tue, 28 Oct 2025 14:51:21 GMT expires: - '-1' pragma: @@ -89,7 +89,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 90B305627C7C4F508A1B60E39D58BE5C Ref B: MWH011020806036 Ref C: 2025-09-09T18:20:23Z' + - 'Ref A: 8583714A796940F48D504B6D28566006 Ref B: CO6AA3150219031 Ref C: 2025-10-28T14:51:22Z' status: code: 200 message: OK @@ -113,21 +113,23 @@ interactions: ParameterSetName: - -n -g --kind --sku -l --assign-identity --storage --yes User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"27019402-0000-0d00-0000-68c06feb0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"f06fa6b15da841d5a86bfdf82cdff4ac","dateCreated":"2025-09-09T18:20:26.887729Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"0101329b-0000-0d00-0000-6900d86d0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"5c753c4c79bb44e9a9c577baaa43409d","dateCreated":"2025-10-28T14:51:25.4920167Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech @@ -136,18 +138,18 @@ interactions: Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"4f3a36c2-6ad3-42af-80e7-00d4f433b070","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:20:24.5215405Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:24.5215405Z"}}' + Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"f92ad73b-c184-462d-bd7e-2323b027d4fb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:51:23.2829465Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:23.2829465Z"}}' headers: cache-control: - no-cache content-length: - - '5866' + - '6184' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:27 GMT + - Tue, 28 Oct 2025 14:51:25 GMT etag: - - '"27019402-0000-0d00-0000-68c06feb0000"' + - '"0101329b-0000-0d00-0000-6900d86d0000"' expires: - '-1' pragma: @@ -159,15 +161,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1000' + - '915' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d02d02bf-3151-4778-8d00-64aeac36da62 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/bcc14a72-97a3-434b-a753-41c104beb3b8 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: AEED05B8EE1947F8BEDA2624F9CA5A31 Ref B: MWH011020808042 Ref C: 2025-09-09T18:20:23Z' + - 'Ref A: E389B8E3060E4AE3874C643AEE49E14A Ref B: CO6AA3150219035 Ref C: 2025-10-28T14:51:22Z' status: code: 201 message: Created @@ -185,21 +187,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"27019402-0000-0d00-0000-68c06feb0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"f06fa6b15da841d5a86bfdf82cdff4ac","dateCreated":"2025-09-09T18:20:26.887729Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003","name":"cs_cli_test_000003","type":"Microsoft.CognitiveServices/accounts","etag":"\"0101329b-0000-0d00-0000-6900d86d0000\"","location":"WESTEUROPE","sku":{"name":"S0"},"kind":"SpeechServices","properties":{"endpoint":"https://westeurope.api.cognitive.microsoft.com/","internalId":"5c753c4c79bb44e9a9c577baaa43409d","dateCreated":"2025-10-28T14:51:25.4920167Z","callRateLimit":{"rules":[{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"default","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"userOwnedStorage":[{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002"}],"allowProjectManagement":false,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"CommitmentPlan"},{"name":"VirtualNetworks"},{"name":"CustomerManagedKey"},{"name":"CustomerManagedStorage"},{"name":"Container","value":"SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization"}],"endpoints":{"Speech Services Speech to Text":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-05-15-preview":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text 2024-11-15":"https://westeurope.api.cognitive.microsoft.com/","Speech + Services Speech to Text 2025-10-15":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speech to Text v3.2_internal.1":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Voice":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Voice Trial":"https://westeurope.api.cognitive.microsoft.com/","Video Translation":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Audio Content Creation":"https://westeurope.api.cognitive.microsoft.com/","Speech + Services TTS Player":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Custom Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Batch Avatar":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Batch Text to Speech":"https://westeurope.api.cognitive.microsoft.com/","Speech @@ -208,18 +212,18 @@ interactions: Services Speaker Verification":"https://westeurope.api.cognitive.microsoft.com/","Speech Services Speaker Identification":"https://westeurope.api.cognitive.microsoft.com/","Voice Agent Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Voice - Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"4f3a36c2-6ad3-42af-80e7-00d4f433b070","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-09T18:20:24.5215405Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-09T18:20:24.5215405Z"}}' + Live Realtime API":"https://westeurope.api.cognitive.microsoft.com/","Token":"https://westeurope.api.cognitive.microsoft.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"f92ad73b-c184-462d-bd7e-2323b027d4fb","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:51:23.2829465Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:51:23.2829465Z"}}' headers: cache-control: - no-cache content-length: - - '5866' + - '6184' content-type: - application/json; charset=utf-8 date: - - Tue, 09 Sep 2025 18:20:28 GMT + - Tue, 28 Oct 2025 14:51:27 GMT etag: - - '"27019402-0000-0d00-0000-68c06feb0000"' + - '"0101329b-0000-0d00-0000-6900d86d0000"' expires: - '-1' pragma: @@ -231,11 +235,11 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '11' x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DE189D12FFE243FFB043F4DA4BE1FB10 Ref B: CO6AA3150218027 Ref C: 2025-09-09T18:20:27Z' + - 'Ref A: D6BD594AEE7F4F77AA9AB20AC07FD4C1 Ref B: MWH011020806034 Ref C: 2025-10-28T14:51:26Z' status: code: 200 message: OK @@ -255,9 +259,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cs_cli_test_000003?api-version=2025-09-01 response: body: string: '' @@ -267,7 +271,7 @@ interactions: content-length: - '0' date: - - Tue, 09 Sep 2025 18:20:31 GMT + - Tue, 28 Oct 2025 14:51:29 GMT expires: - '-1' pragma: @@ -279,15 +283,15 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '188' + - '272' x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/d9d54793-385c-425c-9003-db08a81fbefc + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f8e0a43a-e709-43e8-952e-93908491a564 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 884111E706284401A95C8271D6CD3E00 Ref B: CO6AA3150218037 Ref C: 2025-09-09T18:20:28Z' + - 'Ref A: A66ECF7C93E349FC825B582DBB834674 Ref B: MWH011020808042 Ref C: 2025-10-28T14:51:27Z' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_project_connections_from_file.yaml b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_project_connections_from_file.yaml new file mode 100644 index 00000000000..c30c97091ad --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/recordings/test_project_connections_from_file.yaml @@ -0,0 +1,803 @@ +interactions: +- request: + body: '{"kind": "AIServices", "sku": {"name": "S0"}, "identity": {"type": "SystemAssigned"}, + "location": "eastus", "properties": {"customSubDomainName": "csclitest000005", + "allowProjectManagement": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + Content-Length: + - '197' + Content-Type: + - application/json + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management --custom-domain + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f3062cd1-0000-0100-0000-6900d8a20000\"","location":"eastus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","internalId":"3d20fead7d1f48d38becb0fd3b10a27f","dateCreated":"2025-10-28T14:52:15.3094624Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest000005.services.ai.azure.com/","ProjectA APIs":"https://csclitest000005.cognitiveservices.azure.com/","OpenAI + Language Model Instance API":"https://csclitest000005.openai.azure.com/","OpenAI + Dall-E API":"https://csclitest000005.openai.azure.com/","OpenAI Sora API":"https://csclitest000005.openai.azure.com/","OpenAI + Moderations API":"https://csclitest000005.openai.azure.com/","OpenAI Whisper + API":"https://csclitest000005.openai.azure.com/","OpenAI Model Scaleset API":"https://csclitest000005.openai.azure.com/","OpenAI + Realtime API":"https://csclitest000005.openai.azure.com/","Token Service API":"https://csclitest000005.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://csclitest000005.openai.azure.com/","Azure + AI Model Inference API":"https://csclitest000005.services.ai.azure.com/","Cohere + AI API":"https://csclitest000005.services.ai.azure.com/","Mistral AI API":"https://csclitest000005.services.ai.azure.com/","Content + Understanding":"https://csclitest000005.services.ai.azure.com/","Content Safety":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/","Computer + Vision":"https://csclitest000005.cognitiveservices.azure.com/","FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-11-15":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2025-10-15":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2_internal.1":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Voice":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Voice Trial":"https://csclitest000005.cognitiveservices.azure.com/","Video + Translation":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Audio Content Creation":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services TTS Player":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Avatar":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Batch Avatar":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Batch Text to Speech":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech + Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech + Services Speaker Verification":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speaker Identification":"https://csclitest000005.cognitiveservices.azure.com/","Voice + Agent Realtime API":"https://csclitest000005.cognitiveservices.azure.com/","Voice + Live Realtime API":"https://csclitest000005.cognitiveservices.azure.com/","Token":"https://csclitest000005.cognitiveservices.azure.com/","Text + Analytics":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Text Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Conversational + Language Understanding Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Question Answering Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Question Answering":"https://csclitest000005.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000005.cognitiveservices.azure.com/","Language":"https://csclitest000005.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000005.cognitiveservices.azure.com/","Turing":"https://csclitest000005.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000005.cognitiveservices.azure.com/","LUIS":"https://csclitest000005.cognitiveservices.azure.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://csclitest000005.cognitiveservices.azure.com/","DocumentTranslation":"https://csclitest000005.cognitiveservices.azure.com/","CustomTranslator":"https://csclitest000005.cognitiveservices.azure.com/"},"provisioningState":"Creating"},"identity":{"principalId":"769ba01c-9b03-47e6-ac7b-f8cc22de5eb4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:52:12.240859Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:12.240859Z"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/aee5c42c-5eed-408c-9e25-e63986471e4f?api-version=2017-04-18&t=638972599382251695&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=q_PwwhLRpBKK0QmhVCJ8uPIebEV-9x-V-P8zQiOo_NQawmddwGu7ZvzpFLot0FgDQ4UMrfsCnoq59Eyg9bVeWuCl1B4EGPmkXS0gxGLV1h9dAIytkrmNkgyxBACYDdlb-np0HqU8Pn-JPBju7UUbcCeigBqJageQZxMIKzk_VW_3sEx0oJduYtf_GqcUU0TH8ZoFvFKMuDORHN1moCc33OidPOrMW9sgEqId7wO1r4ljyiXH5oC8HbGhWIdX1j94s1RBaf_JuUJ0WFtPm4vxnSWZsVSkl7nKqpNmdk2P_CeF5Rg5J3fOhW_Pq45dCph1NkkvnrhTYbPmbbBR2b07rQ&h=5ArKKN865moFkXc-DN0tdWhaK-VoPzrS13lQ9nUKUjY + cache-control: + - no-cache + content-length: + - '35633' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:17 GMT + etag: + - '"f3062cd1-0000-0100-0000-6900d8a20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '4362' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/9ced8210-853e-4d25-9842-96dacf72ffc8 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 621DC3E5CC3F4A03ACEA8E642A4BE658 Ref B: CO6AA3150218023 Ref C: 2025-10-28T14:52:11Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management --custom-domain + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/aee5c42c-5eed-408c-9e25-e63986471e4f?api-version=2017-04-18&t=638972599382251695&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=q_PwwhLRpBKK0QmhVCJ8uPIebEV-9x-V-P8zQiOo_NQawmddwGu7ZvzpFLot0FgDQ4UMrfsCnoq59Eyg9bVeWuCl1B4EGPmkXS0gxGLV1h9dAIytkrmNkgyxBACYDdlb-np0HqU8Pn-JPBju7UUbcCeigBqJageQZxMIKzk_VW_3sEx0oJduYtf_GqcUU0TH8ZoFvFKMuDORHN1moCc33OidPOrMW9sgEqId7wO1r4ljyiXH5oC8HbGhWIdX1j94s1RBaf_JuUJ0WFtPm4vxnSWZsVSkl7nKqpNmdk2P_CeF5Rg5J3fOhW_Pq45dCph1NkkvnrhTYbPmbbBR2b07rQ&h=5ArKKN865moFkXc-DN0tdWhaK-VoPzrS13lQ9nUKUjY + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/aee5c42c-5eed-408c-9e25-e63986471e4f","name":"aee5c42c-5eed-408c-9e25-e63986471e4f","status":"Creating","startTime":"2025-10-28T14:52:18Z"}' + headers: + cache-control: + - no-cache + content-length: + - '270' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/c6d541da-0af0-4acf-8081-c3a6ce5ac7ca + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3F4E4CDEB18C4BE99DBD915F126440FC Ref B: CO6AA3150220009 Ref C: 2025-10-28T14:52:18Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management --custom-domain + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/aee5c42c-5eed-408c-9e25-e63986471e4f?api-version=2017-04-18&t=638972599382251695&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=q_PwwhLRpBKK0QmhVCJ8uPIebEV-9x-V-P8zQiOo_NQawmddwGu7ZvzpFLot0FgDQ4UMrfsCnoq59Eyg9bVeWuCl1B4EGPmkXS0gxGLV1h9dAIytkrmNkgyxBACYDdlb-np0HqU8Pn-JPBju7UUbcCeigBqJageQZxMIKzk_VW_3sEx0oJduYtf_GqcUU0TH8ZoFvFKMuDORHN1moCc33OidPOrMW9sgEqId7wO1r4ljyiXH5oC8HbGhWIdX1j94s1RBaf_JuUJ0WFtPm4vxnSWZsVSkl7nKqpNmdk2P_CeF5Rg5J3fOhW_Pq45dCph1NkkvnrhTYbPmbbBR2b07rQ&h=5ArKKN865moFkXc-DN0tdWhaK-VoPzrS13lQ9nUKUjY + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/eastus/operationResults/aee5c42c-5eed-408c-9e25-e63986471e4f","name":"aee5c42c-5eed-408c-9e25-e63986471e4f","status":"Succeeded","startTime":"2025-10-28T14:52:18Z","endTime":"2025-10-28T14:52:23Z"}' + headers: + cache-control: + - no-cache + content-length: + - '304' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '12' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/8fcba59f-336e-4c3b-a706-b0d4ebc3144c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4AB22040D8C14FA29D2162A11F880D54 Ref B: MWH011020806054 Ref C: 2025-10-28T14:52:49Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account create + Connection: + - keep-alive + ParameterSetName: + - -n -g --kind --sku -l --yes --assign-identity --allow-project-management --custom-domain + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002","name":"cog000002","type":"Microsoft.CognitiveServices/accounts","etag":"\"f30694d2-0000-0100-0000-6900d8a70000\"","location":"eastus","sku":{"name":"S0"},"kind":"AIServices","properties":{"endpoint":"https://csclitest000005.cognitiveservices.azure.com/","internalId":"3d20fead7d1f48d38becb0fd3b10a27f","dateCreated":"2025-10-28T14:52:15.3094624Z","apiProperties":{"qnaAzureSearchEndpointKey":null},"callRateLimit":{"rules":[{"key":"documentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"POST"}]},{"key":"documentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"GET"}]},{"key":"documentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/text/batch/*","method":"*"}]},{"key":"textTranslation","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"translator/text/*","method":"*"}]},{"key":"singledocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document:translate","method":"*"}]},{"key":"batchDocumentTranslation.post","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"POST"}]},{"key":"batchDocumentTranslation.get","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"GET"}]},{"key":"batchDocumentTranslation.default","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"translator/document/*","method":"*"}]},{"key":"workflow.endpoint.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-conversations","method":"*"}]},{"key":"textAnalytics.conversations.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs/*","method":"GET"}]},{"key":"textAnalytics.conversations.jobs.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-conversations/jobs","method":"POST"}]},{"key":"textAnalytics.analyzetext.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:analyze-text","method":"POST"}]},{"key":"textAnalytics.analyzetext.jobs.getcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/analyze-text/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzetext.jobs.postcalls","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"language/analyze-text/jobs","method":"POST"}]},{"key":"textAnalytics.analyzedocuments.jobs.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs/*","method":"GET"}]},{"key":"textAnalytics.analyzedocuments.jobs.postcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-documents/jobs","method":"POST"}]},{"key":"textAnalytics.generate.postcalls","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"language/:generate","method":"*"}]},{"key":"textAnalytics.authoring.customtext.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.march.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.march.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-text/projects/*","method":"*"}]},{"key":"textAnalytics.authoring.customtext.internal.getcalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.internal.updatecalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-text/internal/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.march.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/authoring/analyze-conversations/projects/*","method":"*"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.getCalls","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"GET"}]},{"key":"textAnalytics.unifiedAuthoring.clu.internal.updateCalls","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"language/analyze-conversations/internal/projects/*","method":"*"}]},{"key":"textAnalytics.customText","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"text/analytics/v3.1-preview.ct.1/analyze/*","method":"*"}]},{"key":"textAnalytics.analyze","renewalPeriod":60,"count":300,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/v3.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.1/analyze/*","method":"*"},{"path":"text/analytics/v3.2-preview.2/analyze/*","method":"*"}]},{"key":"textAnalytics.healthcare","renewalPeriod":60,"count":300,"matchPatterns":[{"path":"text/analytics/v3.1/entities/health","method":"*"},{"path":"text/analytics/v3.2-preview.1/health","method":"*"},{"path":"text/analytics/v3.2-preview.2/health","method":"*"}]},{"key":"textAnalytics.languagedetection","renewalPeriod":60,"count":1000,"matchPatterns":[{"path":"text/analytics/v3.1/languages","method":"*"}]},{"key":"textAnalytics","renewalPeriod":60,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"text/analytics/*","method":"*"}]},{"key":"questionanswering","renewalPeriod":60,"count":600,"matchPatterns":[{"path":"qnamaker/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering","renewalPeriod":1,"count":3,"matchPatterns":[{"path":"language/query-knowledgebases/*","method":"*"}]},{"key":"unifiedlanguage.questionanswering.inference","renewalPeriod":1,"count":10,"matchPatterns":[{"path":"language/:query-*","method":"*"}]},{"key":"textAnalytics.analyze.internal.autoTagging","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-auto-tagging","method":"*"}]},{"key":"textAnalytics.analyze.internal.evaluation","renewalPeriod":60,"count":150,"matchPatterns":[{"path":"TextAnalytics/ct-evaluation","method":"*"}]},{"key":"token","renewalPeriod":1,"count":50,"matchPatterns":[{"path":"sts/v1.0/*","method":"*"}]},{"key":"speech.synthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/synthesize","method":"*"}]},{"key":"speech.customvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customvoicesynthesize","method":"*"}]},{"key":"speech.neuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/neuralvoicesynthesize","method":"*"}]},{"key":"speech.aoaivoicesynthesize","renewalPeriod":60,"count":10,"matchPatterns":[{"path":"speech/aoaivoicesynthesize","method":"*"}]},{"key":"speech.aoaihdvoicesynthesize","renewalPeriod":60,"count":3,"matchPatterns":[{"path":"speech/aoaihdvoicesynthesize","method":"*"}]},{"key":"speech.customneuralvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/customneuralvoicesynthesize","method":"*"}]},{"key":"speech.personalvoicesynthesize","renewalPeriod":1,"count":200,"matchPatterns":[{"path":"speech/personalvoicesynthesize","method":"*"}]},{"key":"speech.liveavatarconnect","renewalPeriod":60,"count":1,"matchPatterns":[{"path":"speech/liveavatarconnect","method":"*"}]},{"key":"speech.livecustomavatarconnect","renewalPeriod":60,"count":200,"matchPatterns":[{"path":"speech/livecustomavatarconnect","method":"*"}]},{"key":"speech.batchavatarcreate","renewalPeriod":60,"count":2,"matchPatterns":[{"path":"avatar/batchsyntheses/*","method":"PUT"}]},{"key":"speech.conversationtranscription","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"speech/singlechannelaudioconversationtranscription","method":"*"},{"path":"speech/multichannelaudioconversationtranscribe","method":"*"},{"path":"speech/videoconversationtranscribe","method":"*"}]},{"key":"speech.speechtotext","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"speechtotext/*","method":"*"}]},{"key":"speech.batchtexttospeechcreate","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/batchsyntheses/*","method":"PUT"}]},{"key":"speech.texttospeech","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"texttospeech/*","method":"*"}]},{"key":"speech.customvoice","renewalPeriod":10,"count":100,"matchPatterns":[{"path":"customvoice/*","method":"*"}]},{"key":"speech.speakerrecognitionv2","renewalPeriod":1,"count":20,"matchPatterns":[{"path":"speaker/*","method":"*"},{"path":"speaker-recognition/*","method":"*"}]},{"key":"speech.speakerrecognitionv1","renewalPeriod":1,"count":5,"matchPatterns":[{"path":"spid/*","method":"*"}]},{"key":"formrecognizer.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{id}/analyze","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/businessCard/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/idDocument/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/invoice/analyze","method":"POST"},{"path":"formrecognizer/layout/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/analyze","method":"POST"},{"path":"formrecognizer/prebuilt/receipt/asyncBatchAnalyze","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:analyze","method":"POST"},{"path":"formrecognizer/read","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}:analyze?_overload=classifyDocument","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:analyzeBatch","method":"POST"}]},{"key":"formrecognizer.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/businessCard/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/idDocument/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/invoice/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/prebuilt/receipt/operations/{operationId}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/layout/analyzeResults/{resultId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}/copyResults/{resultId}","method":"GET"},{"path":"formrecognizer/operations/{operationId}","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"GET"},{"path":"formrecognizer/custom/models/{id}","method":"GET"},{"path":"formrecognizer/documentModels/{modelId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"GET"},{"path":"formrecognizer/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}","method":"GET"},{"path":"documentintelligence/operations/{operationId}?_overload={_overload}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"GET"},{"path":"documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults/{resultId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/pdf","method":"GET"}]},{"key":"formrecognizer.list.objects","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/operations","method":"GET"},{"path":"formrecognizer/info","method":"GET"},{"path":"formrecognizer/documentModels","method":"GET"},{"path":"formrecognizer/custom/models","method":"GET"},{"path":"formrecognizer/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels","method":"GET"},{"path":"documentintelligence/operations","method":"GET"},{"path":"documentintelligence/info","method":"GET"},{"path":"documentintelligence/documentClassifiers","method":"GET"},{"path":"documentintelligence/documentModels/{modelId}/analyzeBatchResults","method":"GET"}]},{"key":"formrecognizer.model.management","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"formrecognizer/custom/models","method":"POST"},{"path":"formrecognizer/custom/models/compose","method":"POST"},{"path":"formrecognizer/custom/models/copyAuthorization","method":"POST"},{"path":"formrecognizer/custom/models/{id}","method":"DELETE"},{"path":"formrecognizer/custom/models/{id}/keys","method":"GET"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/custom/models/{modelId}/copy","method":"POST"},{"path":"formrecognizer/documentModels/{modelId}:copyTo","method":"POST"},{"path":"formrecognizer/documentModels:authorizeCopy","method":"POST"},{"path":"formrecognizer/documentModels:build","method":"POST"},{"path":"formrecognizer/documentModels:compose","method":"POST"},{"path":"formrecognizer/custom/train","method":"POST"},{"path":"formrecognizer/custom/models/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentModels/{modelId}","method":"DELETE"},{"path":"formrecognizer/documentClassifiers:build","method":"POST"},{"path":"formrecognizer/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentModels:authorizeCopy","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}:copyTo","method":"POST"},{"path":"documentintelligence/documentModels:build","method":"POST"},{"path":"documentintelligence/documentModels:compose","method":"POST"},{"path":"documentintelligence/documentModels/{modelId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers:build","method":"POST"},{"path":"documentintelligence/documentClassifiers/{classifierId}","method":"DELETE"},{"path":"documentintelligence/documentClassifiers/{classifierId}:copyTo","method":"POST"},{"path":"documentintelligence/documentClassifiers:authorizeCopy","method":"POST"}]},{"key":"formrecognizer.chat.build","renewalPeriod":1,"count":15,"matchPatterns":[{"path":"documentintelligence/chat:build","method":"POST"}]},{"key":"formrecognizer.chat.complete","renewalPeriod":60,"count":5,"matchPatterns":[{"path":"documentintelligence/chat/{chatId}:complete","method":"POST"}]},{"key":"formrecognizer.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"documentintelligence/labelingProjects/*","method":"*"},{"path":"documentintelligence/classificationProjects/*","method":"*"},{"path":"documentintelligence/labelingProjects","method":"GET"},{"path":"documentintelligence/classificationProjects","method":"GET"}]},{"key":"vision.recognizeText","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/recognizeText","method":"POST"},{"path":"vision/textOperations/*","method":"GET"},{"path":"vision/read/*","method":"*"}]},{"key":"vision","renewalPeriod":1,"count":20,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"vision/*","method":"*"}]},{"key":"container.billing","renewalPeriod":10,"count":500,"matchPatterns":[{"path":"billing/*","method":"*"}]},{"key":"ContentSafety.AgentTaskAdherence","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/agent:analyzeTaskAdherence*","method":"*"}]},{"key":"ContentSafety.List","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/blocklists*","method":"*"}]},{"key":"ContentSafety.TextGroundedDetection","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectGroundedness*","method":"*"}]},{"key":"ContentSafety.TextShieldPrompt","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:shieldPrompt*","method":"*"}]},{"key":"ContentSafety.TextDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectIncidents*","method":"*"}]},{"key":"ContentSafety.TextAnalyzeCustomCategory","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:analyzeCustomCategory*","method":"*"}]},{"key":"ContentSafety.TextAutoReview","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:autoReview*","method":"*"}]},{"key":"ContentSafety.GPTFeature","renewalPeriod":10,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectungroundedness*","method":"*"}]},{"key":"ContentSafety.TextJailbreak","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectJailbreak*","method":"*"}]},{"key":"ContentSafety.TextProtectedMaterial","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text:detectProtectedMaterial*","method":"*"}]},{"key":"ContentSafety.Unified1PAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze1p*","method":"*"}]},{"key":"ContentSafety.AnalyzeWithRaiPolicyAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyzeWithRaiPolicy*","method":"*"}]},{"key":"ContentSafety.UnifiedAPI","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/analyze*","method":"*"}]},{"key":"ContentSafety.RaiPoliciesAPI","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/raiPolicies*","method":"*"}]},{"key":"ContentSafety.TextIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/incidents*","method":"*"}]},{"key":"ContentSafety.TextAutoReviewers","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/autoReviewers*","method":"*"}]},{"key":"ContentSafety.TextCustomCategories","renewalPeriod":1,"count":5,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text/categories*","method":"*"}]},{"key":"ContentSafety.Text","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/text*","method":"*"}]},{"key":"ContentSafety.ImageWithText","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/imageWithText*","method":"*"}]},{"key":"ContentSafety.ImageDetectIncidents","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image:detectIncidents*","method":"*"}]},{"key":"ContentSafety.ImageIncidentResponse","renewalPeriod":10,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image/incidents*","method":"*"}]},{"key":"ContentSafety.Image","renewalPeriod":10,"count":1000,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/image*","method":"*"}]},{"key":"ContentSafety.Project","renewalPeriod":1,"count":30,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/projects*","method":"*"}]},{"key":"ContentSafety.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/metrics*","method":"*"}]},{"key":"ContentSafety.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/whitelist*","method":"*"}]},{"key":"ContentSafetyInternal.Metrics","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/metrics*","method":"*"}]},{"key":"ContentSafetyInternal.Feature","renewalPeriod":1,"count":100,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentsafety/internal/whitelist*","method":"*"}]},{"key":"contentunderstanding.analyze","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}:analyze","method":"POST"},{"path":"/analyzers/{analyzerId}:analyzebinary","method":"POST"},{"path":"/classifiers/{classifierId}:classify","method":"POST"}]},{"key":"contentunderstanding.get.object","renewalPeriod":1,"count":50,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzerResults/{operationId}/files/{path}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}","method":"GET"},{"path":"contentunderstanding/analyzers/{analyzerId}/results/{operationId}/images/{imageId}","method":"GET"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"GET"},{"path":"contentunderstanding/classifierResults/{operationId}","method":"GET"}]},{"key":"contentunderstanding.list.object","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers","method":"GET"},{"path":"contentunderstanding/classifiers","method":"GET"}]},{"key":"contentunderstanding.analyzer.management","renewalPeriod":1,"count":15,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PUT"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"DELETE"},{"path":"contentunderstanding/analyzers/{analyzerId}","method":"PATCH"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PUT"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"DELETE"},{"path":"contentunderstanding/classifiers/{classifierId}","method":"PATCH"},{"path":"contentunderstanding/analyzers/{analyzerId}:grantCopyAuthorization","method":"POST"},{"path":"contentunderstanding/analyzers/{analyzerId}:copy","method":"POST"}]},{"key":"contentunderstanding.labeling","renewalPeriod":1,"count":100,"matchPatterns":[{"path":"contentunderstanding/labelingProjects","method":"GET"},{"path":"contentunderstanding/labelingProjects/*","method":"*"},{"path":"contentunderstanding/classificationProjects","method":"GET"},{"path":"contentunderstanding/classificationProjects/*","method":"*"}]},{"key":"contentunderstanding.face","renewalPeriod":1,"count":10,"dynamicThrottlingEnabled":true,"matchPatterns":[{"path":"contentunderstanding/personDirectories","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces/{faceId}","method":"*"},{"path":"contentunderstanding/faces:detect","method":"*"},{"path":"contentunderstanding/faces:compare","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons:identify","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/faces:find","method":"*"},{"path":"contentunderstanding/personDirectories/{personDirectoryId}/persons/{personId}:verify","method":"*"}]},{"key":"models","renewalPeriod":1,"count":30000,"matchPatterns":[{"path":"/models","method":"*"}]},{"key":"openai.dalle.post","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"POST"},{"path":"openai/images/*","method":"POST"}]},{"key":"openai.dalle.other","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"dalle/*","method":"*"},{"path":"openai/operations/images/*","method":"*"}]},{"key":"openai.assistants.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/assistants","method":"GET"}]},{"key":"openai.threads.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/threads","method":"GET"}]},{"key":"openai.vectorstores.list","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/vector_stores","method":"GET"}]},{"key":"openai.vectorstores.post","renewalPeriod":1,"count":60,"matchPatterns":[{"path":"openai/vector_stores","method":"POST"},{"path":"openai/vector_stores/*","method":"POST"}]},{"key":"openai.assistants.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/assistants","method":"*"},{"path":"openai/assistants/*","method":"*"},{"path":"openai/threads","method":"*"},{"path":"openai/threads/*","method":"*"},{"path":"openai/vector_stores","method":"*"},{"path":"openai/vector_stores/*","method":"*"}]},{"key":"openai.responses.default","renewalPeriod":1,"count":100000,"matchPatterns":[{"path":"openai/responses","method":"*"},{"path":"openai/responses/*","method":"*"}]},{"key":"openai.batches.post","renewalPeriod":60,"count":30,"matchPatterns":[{"path":"openai/v1/batches","method":"POST"},{"path":"openai/batches","method":"POST"}]},{"key":"openai.batches.get","renewalPeriod":60,"count":500,"matchPatterns":[{"path":"openai/v1/batches/*","method":"GET"},{"path":"openai/batches/*","method":"GET"}]},{"key":"openai.batches.list","renewalPeriod":60,"count":100,"matchPatterns":[{"path":"openai/v1/batches","method":"GET"},{"path":"openai/batches","method":"GET"}]},{"key":"openai.moderations.post","renewalPeriod":60,"count":120,"matchPatterns":[{"path":"openai/v1/moderations","method":"POST"},{"path":"openai/v1/safeberry/moderations","method":"POST"}]},{"key":"openai","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"openai/*","method":"*"}]},{"key":"api.projects.default","renewalPeriod":1,"count":10000,"matchPatterns":[{"path":"api/projects/*","method":"*"}]},{"key":"default","renewalPeriod":1,"count":30,"matchPatterns":[{"path":"*","method":"*"}]}]},"isMigrated":false,"customSubDomainName":"csclitest000005","allowProjectManagement":true,"privateEndpointConnections":[],"publicNetworkAccess":"Enabled","capabilities":[{"name":"VirtualNetworks"},{"name":"TrustedServices","value":"Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.CognitiveServices,Microsoft.MachineLearningServices,Microsoft.Search,Microsoft.VideoIndexer,Microsoft.CognitiveServices"},{"name":"CustomerManagedKey"},{"name":"raiLevelOverride"},{"name":"MaxFineTuneCount","value":"500"},{"name":"MaxRunningFineTuneCount","value":"3"},{"name":"MaxUserFileCount","value":"100"},{"name":"MaxTrainingFileSize","value":"512000000"},{"name":"MaxUserFileImportDurationInHours","value":"1"},{"name":"MaxFineTuneJobDurationInHours","value":"720"},{"name":"MaxEvaluationRunDurationInHours","value":"5"},{"name":"MaxRunningEvaluationCount","value":"5"},{"name":"NetworkSecurityPerimeter"},{"name":"EnableRLSForThrottling","value":"false"},{"name":"MaxRunningGlobalStandardFineTuneCount","value":"3"},{"name":"BypassBilling"},{"name":"RaiMonitor"},{"name":"FinetunedModelRouterEndpoint"},{"name":"FinetunedModelRouterScoreThreshold","value":"0.171"},{"name":"quotaRefundsEnabled","value":"false"},{"name":"Container","value":"ContentSafety.*,ContentSafety.TextAnalyze,ContentSafety.ImageAnalyze,ComputerVision.*,ComputerVision.VideoAnalytics,ComputerVision.ComputerVisionRead,ComputerVision.ocr,ComputerVision.readfile,ComputerVision.readfiledsd,ComputerVision.recognizetext,ComputerVision.ComputerVision,ComputerVision.ocrlayoutworker,ComputerVision.ocrcontroller,ComputerVision.ocrdispatcher,ComputerVision.ocrbillingprocessor,ComputerVision.ocranalyzer,ComputerVision.ocrpagesplitter,ComputerVision.ocrapi,ComputerVision.ocrengineworker,ComputerVision.VisionSlimRead,ComputerVision.API.Private,FormRecognizer.*,FormRecognizer.Forms,FormRecognizer.FormRecognizerCustomSupervised,FormRecognizer.FormRecognizerLayout,FormRecognizer.formrecognizerreadlayout,FormRecognizer.FormRecognizerId,FormRecognizer.FormRecognizerInvoice,FormRecognizer.FormRecognizerReceipt,FormRecognizer.FormRecognizerBusinessCard,FormRecognizer.FormRecognizerRead,FormRecognizer.FormRecognizerKvp,SpeechServices.*,SpeechServices.CustomSpeechToText,SpeechServices.NeuralTextToSpeech,SpeechServices.NeuralTextToSpeechOnPrem,SpeechServices.DPP,SpeechServices.SpeechToText,SpeechServices.ctsdiarizer,SpeechServices.diarization,TextAnalytics.*,TextAnalytics.Healthcare,TextAnalytics.HealthcareFhir,TextAnalytics.EntityV3,TextAnalytics.EntityONNX,TextAnalytics.Keyphrase,TextAnalytics.KeyphraseV2,TextAnalytics.KeyPhraseONNX,TextAnalytics.LanguageFastText,TextAnalytics.Language,TextAnalytics.LanguageV2,TextAnalytics.Sentiment,TextAnalytics.SentimentV2,TextAnalytics.SentimentV3,TextAnalytics.SentimentV3Preview,TextAnalytics.SentimentONNX,TextAnalytics.CustomNER,TextAnalytics.textanalyticsdispatcher,TextAnalytics.SummarizationFrontend,TextAnalytics.SummarizationWorker,TextAnalytics.PII,TextAnalytics.CluRuntime,TextAnalytics.CluContainer,TextAnalytics.NER,TextTranslation.*,TextTranslation.TextTranslation"},{"name":"DynamicThrottling"},{"name":"Srmr"},{"name":"Scenario","value":"ComputerVision.Legacy"},{"name":"CommitmentPlan"},{"name":"CustomerManagedStorage"},{"name":"Cloud","value":"TextAnalytics.Healthcare,TextAnalytics.Analyze,QuestionAnswer.AllApis,LanguageService.QuestionAnsweringApis,TextTranslation.TextTranslation"}],"endpoints":{"AI + Foundry API":"https://csclitest000005.services.ai.azure.com/","ProjectA APIs":"https://csclitest000005.cognitiveservices.azure.com/","OpenAI + Language Model Instance API":"https://csclitest000005.openai.azure.com/","OpenAI + Dall-E API":"https://csclitest000005.openai.azure.com/","OpenAI Sora API":"https://csclitest000005.openai.azure.com/","OpenAI + Moderations API":"https://csclitest000005.openai.azure.com/","OpenAI Whisper + API":"https://csclitest000005.openai.azure.com/","OpenAI Model Scaleset API":"https://csclitest000005.openai.azure.com/","OpenAI + Realtime API":"https://csclitest000005.openai.azure.com/","Token Service API":"https://csclitest000005.openai.azure.com/","Azure + OpenAI Legacy API - Latest moniker":"https://csclitest000005.openai.azure.com/","Azure + AI Model Inference API":"https://csclitest000005.services.ai.azure.com/","Cohere + AI API":"https://csclitest000005.services.ai.azure.com/","Mistral AI API":"https://csclitest000005.services.ai.azure.com/","Content + Understanding":"https://csclitest000005.services.ai.azure.com/","Content Safety":"https://csclitest000005.cognitiveservices.azure.com/","Container":"https://csclitest000005.cognitiveservices.azure.com/","Computer + Vision":"https://csclitest000005.cognitiveservices.azure.com/","FormRecognizer":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-05-15-preview":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2024-11-15":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text 2025-10-15":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text v3.2_internal.1":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Voice":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Voice Trial":"https://csclitest000005.cognitiveservices.azure.com/","Video + Translation":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Audio Content Creation":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services TTS Player":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Custom Avatar":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Batch Avatar":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Batch Text to Speech":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speech to Text (Standard)":"https://eastus.stt.speech.microsoft.com","Speech + Services Text to Speech (Neural)":"https://eastus.tts.speech.microsoft.com","Speech + Services Speaker Verification":"https://csclitest000005.cognitiveservices.azure.com/","Speech + Services Speaker Identification":"https://csclitest000005.cognitiveservices.azure.com/","Voice + Agent Realtime API":"https://csclitest000005.cognitiveservices.azure.com/","Voice + Live Realtime API":"https://csclitest000005.cognitiveservices.azure.com/","Token":"https://csclitest000005.cognitiveservices.azure.com/","Text + Analytics":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Text Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Conversational + Language Understanding Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Question Answering Authoring":"https://csclitest000005.cognitiveservices.azure.com/","Custom + Question Answering":"https://csclitest000005.cognitiveservices.azure.com/","ConversationalLURuntime":"https://csclitest000005.cognitiveservices.azure.com/","Language":"https://csclitest000005.cognitiveservices.azure.com/","QnAMaker":"https://csclitest000005.cognitiveservices.azure.com/","Turing":"https://csclitest000005.cognitiveservices.azure.com/","QuestionAnswering":"https://csclitest000005.cognitiveservices.azure.com/","LUIS":"https://csclitest000005.cognitiveservices.azure.com/","TextTranslation-Global":"https://api.cognitive.microsofttranslator.com/","TextTranslation":"https://csclitest000005.cognitiveservices.azure.com/","DocumentTranslation":"https://csclitest000005.cognitiveservices.azure.com/","CustomTranslator":"https://csclitest000005.cognitiveservices.azure.com/"},"provisioningState":"Succeeded"},"identity":{"principalId":"769ba01c-9b03-47e6-ac7b-f8cc22de5eb4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:52:12.240859Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:12.240859Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '35634' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:49 GMT + etag: + - '"f30694d2-0000-0100-0000-6900d8a70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '25' + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5168CEA1552E4A3D97C88CF73FE61533 Ref B: MWH011020806052 Ref C: 2025-10-28T14:52:49Z' + status: + code: 200 + message: OK +- request: + body: '{"identity": {"type": "SystemAssigned"}, "location": "eastus", "properties": + {"displayName": "CLI Test Project"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json + ParameterSetName: + - -n -g --project-name --location --assign-identity --display-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003","name":"cog000002/prj000003","type":"Microsoft.CognitiveServices/accounts/projects","etag":"\"0f00c318-0000-0100-0000-6900d8ca0000\"","location":"eastus","kind":"AIServices","properties":{"endpoints":{"AI + Foundry API":"https://csclitest000005.services.ai.azure.com/api/projects/prj000003"},"displayName":"CLI + Test Project","isDefault":true,"internalId":"729a191a437b438f9577ecb92956c0e3","provisioningState":"Succeeded"},"identity":{"principalId":"4a55556e-73ea-4b30-b09f-4ef469ae1d0f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:52:50.6820074Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:50.6820074Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '953' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:58 GMT + etag: + - '"0f00c318-0000-0100-0000-6900d8ca0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6304' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/440c5217-9e3a-4ac6-8c60-91cc516291d4 + x-ms-ratelimit-remaining-subscription-global-writes: + - '12000' + x-ms-ratelimit-remaining-subscription-writes: + - '800' + x-msedge-ref: + - 'Ref A: 665FD85C3DCD4A68B1D05ECCABF148AA Ref B: CO6AA3150220029 Ref C: 2025-10-28T14:52:50Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project list + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects?api-version=2025-09-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003","name":"cog000002/prj000003","type":"Microsoft.CognitiveServices/accounts/projects","etag":"\"0f00c318-0000-0100-0000-6900d8ca0000\"","location":"eastus","kind":"AIServices","properties":{"endpoints":{"AI + Foundry API":"https://csclitest000005.services.ai.azure.com/api/projects/prj000003"},"displayName":"CLI + Test Project","isDefault":true,"internalId":"729a191a437b438f9577ecb92956c0e3","provisioningState":"Succeeded"},"identity":{"principalId":"4a55556e-73ea-4b30-b09f-4ef469ae1d0f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:52:50.6820074Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:50.6820074Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '965' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '28' + x-ms-original-request-ids: + - c26b6238-f8e1-4153-9119-21507a9f5cef + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B059EAE995394C42B3836EF1D08F5090 Ref B: CO6AA3150217045 Ref C: 2025-10-28T14:52:58Z' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"description": "CLI Test Project"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project update + Connection: + - keep-alive + Content-Length: + - '51' + Content-Type: + - application/json + ParameterSetName: + - -n -g --project-name --description + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003?api-version=2025-09-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003","name":"cog000002/prj000003","type":"Microsoft.CognitiveServices/accounts/projects","etag":"\"0f00ca18-0000-0100-0000-6900d8cb0000\"","location":"eastus","kind":"AIServices","properties":{"endpoints":{"AI + Foundry API":"https://csclitest000005.services.ai.azure.com/api/projects/prj000003"},"description":"CLI + Test Project","displayName":"CLI Test Project","isDefault":true,"internalId":"729a191a437b438f9577ecb92956c0e3","provisioningState":"Succeeded"},"identity":{"principalId":"4a55556e-73ea-4b30-b09f-4ef469ae1d0f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-10-28T14:52:50.6820074Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-10-28T14:52:50.6820074Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '986' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:52:59 GMT + etag: + - '"0f00ca18-0000-0100-0000-6900d8cb0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '370' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/2a893c10-a109-404f-984f-3e7ed621f53a + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 81E5712BDEA740F68F61A01092A28FF6 Ref B: MWH011020809052 Ref C: 2025-10-28T14:52:59Z' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"authType": "ManagedIdentity", "category": "ContainerRegistry", + "metadata": {}, "target": "https://test-feed.com", "credentials": {"clientId": + "client_id", "resourceId": "resource_id"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project connection create + Connection: + - keep-alive + Content-Length: + - '202' + Content-Type: + - application/json + ParameterSetName: + - -n -g --project-name --connection-name --file + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004?api-version=2025-09-01 + response: + body: + string: '{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004","name":"conn000004","type":"Microsoft.CognitiveServices/accounts/projects/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":false,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:53:00.5550282Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:53:00.5550282Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}' + headers: + azureml-served-by-cluster: + - vienna-eastus-02 + cache-control: + - no-cache + content-length: + - '870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:53:00 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/7fbf91d3-4e91-4bf4-80dc-663371cb6f5f + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 97AEAB121D4942D981EE844664E49EDB Ref B: MWH011020808062 Ref C: 2025-10-28T14:53:00Z' + x-request-time: + - '0.749' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project connection list + Connection: + - keep-alive + ParameterSetName: + - -n -g --project-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections?api-version=2025-09-01&includeAll=false + response: + body: + string: '{"value":[{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004","name":"conn000004","type":"Microsoft.CognitiveServices/accounts/projects/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":false,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:53:00.5550282Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:53:00.5550282Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}]}' + headers: + azureml-served-by-cluster: + - vienna-eastus-01 + cache-control: + - no-cache + content-length: + - '882' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:53:00 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/50a6e23e-2156-4743-bc19-317ab9279d36 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 59A2AE012A22421FADAAD3E45538A59D Ref B: CO6AA3150219047 Ref C: 2025-10-28T14:53:01Z' + x-request-time: + - '0.050' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project connection show + Connection: + - keep-alive + ParameterSetName: + - -n -g --project-name --connection-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004?api-version=2025-09-01 + response: + body: + string: '{"tags":null,"location":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004","name":"conn000004","type":"Microsoft.CognitiveServices/accounts/projects/connections","properties":{"authType":"ManagedIdentity","credentials":null,"group":"Azure","category":"ContainerRegistry","expiryTime":null,"target":"https://test-feed.com","useWorkspaceManagedIdentity":false,"isSharedToAll":false,"sharedUserList":[],"peRequirement":"NotRequired","peStatus":"NotApplicable","error":null,"isDefault":true,"metadata":{}},"systemData":{"createdAt":"2025-10-28T14:53:00.5550282Z","createdBy":"test@example.com","createdByType":"User","lastModifiedAt":"2025-10-28T14:53:00.5550282Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User"}}' + headers: + azureml-served-by-cluster: + - vienna-eastus-02 + cache-control: + - no-cache + content-length: + - '870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Oct 2025 14:53:06 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/f5feefd2-c84b-45d8-aff8-65fd0563f2c4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: 4A917CF152514ABC99F0D7AE4F22821D Ref B: CO6AA3150220029 Ref C: 2025-10-28T14:53:01Z' + x-request-time: + - '0.052' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project connection delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --project-name --connection-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003/connections/conn000004?api-version=2025-09-01 + response: + body: + string: '' + headers: + azureml-served-by-cluster: + - vienna-eastus-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Oct 2025 14:53:06 GMT + expires: + - '-1' + pragma: + - no-cache + request-context: + - appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d + 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=13afee5e-80fb-422a-8d26-1e2149850a56/westus2/b212e26d-9d31-47ac-a06f-fcf2df5fb8d2 + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-ms-response-type: + - standard + x-msedge-ref: + - 'Ref A: F5D7785420B7420DAE55B55A7A3F36F2 Ref B: MWH011020807023 Ref C: 2025-10-28T14:53:06Z' + x-request-time: + - '0.225' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account project delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --project-name + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002/projects/prj000003?api-version=2025-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Oct 2025 14:53:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11504' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/6b6bfc71-99e3-4ee7-bbe6-b611ae4e4b1b + x-ms-ratelimit-remaining-subscription-deletes: + - '800' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '12000' + x-msedge-ref: + - 'Ref A: 80DD0267044447B282CA9E73633B8FA0 Ref B: MWH011020807060 Ref C: 2025-10-28T14:53:07Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - cognitiveservices account delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.3 (Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.CognitiveServices/accounts/cog000002?api-version=2025-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Oct 2025 14:53:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=13afee5e-80fb-422a-8d26-1e2149850a56/westus/ed625481-a235-4e21-ba8b-51a3fac0a91f + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: DBA4F62253FD48BE9D248267CEDCE045 Ref B: CO6AA3150217047 Ref C: 2025-10-28T14:53:19Z' + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_account_connections.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_account_connections.py new file mode 100644 index 00000000000..ee3b75cfd8f --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_account_connections.py @@ -0,0 +1,74 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import unittest +import os + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer + + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +class CognitiveServicesConnectionLoadingTests(unittest.TestCase): + INPUT_DATA_PATH: str = os.path.join(TEST_DIR, 'input_data', 'connections') + + def test_load_connections(self): + from azure.cli.command_modules.cognitiveservices._utils import load_connection_from_source + for filename in os.listdir(self.INPUT_DATA_PATH): + if filename.endswith('.yaml') or filename.endswith('.yml') or filename.endswith('.json'): + conn = load_connection_from_source(os.path.join(self.INPUT_DATA_PATH, filename)) + self.assertIsNotNone(conn) + self.assertIsNotNone(conn.category) + +class CognitiveServicesAccountConnectionsTests(ScenarioTest): + + INPUT_DATA_PATH: str = os.path.join(TEST_DIR, 'input_data', 'connections') + + @ResourceGroupPreparer() + def test_account_connections_from_file(self, resource_group): + + sname = self.create_random_name(prefix='cog', length=12) + connname = self.create_random_name(prefix='conn', length=12) + + conn_file = os.path.join(self.INPUT_DATA_PATH, 'cogsvc_connection_container_registry_managed_identity.yaml') + self.kwargs.update({ + 'sname': sname, + 'connname': connname, + 'kind': 'AIServices', + 'sku': 'S0', + 'location': 'eastus', + 'connfile': conn_file + }) + + # test to create cognitive services account + self.cmd('az cognitiveservices account create -n {sname} -g {rg} --kind {kind} --sku {sku} -l {location} --yes --assign-identity --allow-project-management true', + checks=[self.check('name', '{sname}'), + self.check('location', '{location}'), + self.check('sku.name', '{sku}'), + self.check('properties.allowProjectManagement', True)]) + + acctconn = self.cmd('az cognitiveservices account connection create -n {sname} -g {rg} --connection-name {connname} --file {connfile}', + checks=[ + self.check('properties.authType', 'ManagedIdentity'), + self.check('properties.category', "ContainerRegistry"), + self.check('name', '{connname}')]).get_output_in_json() + + ret= self.cmd('az cognitiveservices account connection list -n {sname} -g {rg}', + checks=[ + self.check('length(@)', 1) + ]) + self.assertEqual(ret.exit_code, 0) + + ret= self.cmd('az cognitiveservices account connection show -n {sname} -g {rg} --connection-name {connname}') + self.assertEqual(ret.exit_code, 0) + # delete the cognitive services account + ret= self.cmd('az cognitiveservices account connection delete -n {sname} -g {rg} --connection-name {connname}') + self.assertEqual(ret.exit_code, 0) + ret = self.cmd('az cognitiveservices account delete -n {sname} -g {rg}') + self.assertEqual(ret.exit_code, 0) + + +if __name__ == '__main__': + unittest.main() diff --git a/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_project_connections.py b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_project_connections.py new file mode 100644 index 00000000000..5c7465bcef3 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/test_project_connections.py @@ -0,0 +1,85 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import unittest +import os + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer + + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +class CognitiveServicesProjectConnectionsTests(ScenarioTest): + + INPUT_DATA_PATH=os.path.join(TEST_DIR, 'input_data', 'connections') + + @ResourceGroupPreparer() + def test_project_connections_from_file(self, resource_group): + + sname = self.create_random_name(prefix='cog', length=12) + pname = self.create_random_name(prefix='prj', length=12) + connname = self.create_random_name(prefix='conn', length=12) + customdomain = self.create_random_name(prefix='csclitest', length=16) + + conn_file = os.path.join(self.INPUT_DATA_PATH, 'cogsvc_connection_container_registry_managed_identity.yaml') + self.kwargs.update({ + 'sname': sname, + 'connname': connname, + 'kind': 'AIServices', + 'sku': 'S0', + 'location': 'eastus', + 'pname': pname, + 'customdomain': customdomain, + 'projdisplayname': 'CLI Test Project', + 'connfile': conn_file + }) + + # test to create cognitive services account + self.cmd('az cognitiveservices account create -n {sname} -g {rg} --kind {kind} --sku {sku} -l {location} --yes --assign-identity --allow-project-management true --custom-domain {customdomain}', + checks=[self.check('name', '{sname}'), + self.check('location', '{location}'), + self.check('sku.name', '{sku}'), + self.check('properties.allowProjectManagement', True), + self.check('properties.customSubDomainName', '{customdomain}')]) + + prj = self.cmd('az cognitiveservices account project create -n {sname} -g {rg} --project-name {pname} --location {location} --assign-identity --display-name "{projdisplayname}"', + checks=[self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.displayName', '{projdisplayname}')]).get_output_in_json() + + acctprojs = self.cmd('az cognitiveservices account project list -n {sname} -g {rg}', checks=[ + self.check('length(@)', 1), + self.check('[0].name', '{sname}/{pname}') + ]).get_output_in_json() + + prj = self.cmd('az cognitiveservices account project update -n {sname} -g {rg} --project-name {pname} --description "{projdisplayname}"', + checks=[self.check('properties.provisioningState', 'Succeeded'), + self.check('properties.description', '{projdisplayname}')]).get_output_in_json() + + acctconn = self.cmd('az cognitiveservices account project connection create -n {sname} -g {rg} --project-name {pname} --connection-name {connname} --file {connfile}', + checks=[ + self.check('properties.authType', 'ManagedIdentity'), + self.check('properties.category', "ContainerRegistry"), + self.check('name', '{connname}')]).get_output_in_json() + + ret= self.cmd('az cognitiveservices account project connection list -n {sname} -g {rg} --project-name {pname}', + checks=[ + self.check('length(@)', 1) + ]) + self.assertEqual(ret.exit_code, 0) + + ret= self.cmd('az cognitiveservices account project connection show -n {sname} -g {rg} --project-name {pname} --connection-name {connname}') + self.assertEqual(ret.exit_code, 0) + + # delete the cognitive services account + ret= self.cmd('az cognitiveservices account project connection delete -n {sname} -g {rg} --project-name {pname} --connection-name {connname}') + self.assertEqual(ret.exit_code, 0) + ret= self.cmd('az cognitiveservices account project delete -n {sname} -g {rg} --project-name {pname}') + self.assertEqual(ret.exit_code, 0) + ret = self.cmd('az cognitiveservices account delete -n {sname} -g {rg}') + self.assertEqual(ret.exit_code, 0) + + +if __name__ == '__main__': + unittest.main() diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index a7ec9ec78c1..94699e76bc5 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -28,7 +28,7 @@ azure-mgmt-batchai==7.0.0b1 azure-mgmt-billing==6.0.0 azure-mgmt-botservice==2.0.0b3 azure-mgmt-cdn==12.0.0 -azure-mgmt-cognitiveservices==13.7.0 +azure-mgmt-cognitiveservices==14.1.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 azure-mgmt-containerregistry==14.1.0b1 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index a10eb3bc310..726ce8e3560 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -28,7 +28,7 @@ azure-mgmt-batchai==7.0.0b1 azure-mgmt-billing==6.0.0 azure-mgmt-botservice==2.0.0b3 azure-mgmt-cdn==12.0.0 -azure-mgmt-cognitiveservices==13.7.0 +azure-mgmt-cognitiveservices==14.1.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 azure-mgmt-containerregistry==14.1.0b1 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index cb883997073..905aa7a7e00 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -28,7 +28,7 @@ azure-mgmt-batchai==7.0.0b1 azure-mgmt-billing==6.0.0 azure-mgmt-botservice==2.0.0b3 azure-mgmt-cdn==12.0.0 -azure-mgmt-cognitiveservices==13.7.0 +azure-mgmt-cognitiveservices==14.1.0 azure-mgmt-compute==34.1.0 azure-mgmt-containerinstance==10.2.0b1 azure-mgmt-containerregistry==14.1.0b1 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index be7ef4777d8..8c541989608 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -74,7 +74,7 @@ 'azure-mgmt-billing==6.0.0', 'azure-mgmt-botservice~=2.0.0b3', 'azure-mgmt-cdn==12.0.0', - 'azure-mgmt-cognitiveservices~=13.7.0', + 'azure-mgmt-cognitiveservices~=14.1.0', 'azure-mgmt-compute~=34.1.0', 'azure-mgmt-containerinstance==10.2.0b1', 'azure-mgmt-containerregistry==14.1.0b1',